You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is a dirty workaround by calling .convert_path on already parsed URI to apply the drive letter normalization to an already parsed URI like below:
As title says, currently
#route_to
and#route_from
can be broken forfile://
URI due to possible inconsistency of windows drive letter casing:Relevant code in question is:
addressable/lib/addressable/uri.rb
Lines 290 to 293 in dd84176
There is a dirty workaround by calling
.convert_path
on already parsed URI to apply the drive letter normalization to an already parsed URI like below:The text was updated successfully, but these errors were encountered: