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
{{ message }}
This repository has been archived by the owner on Apr 22, 2023. It is now read-only.
On line 116 in lib/url.js slash flipping occurs in the entire url excluding the hash. Proper browser emulation would include the query string in flip exclusion.
http://www.foo.com/foo\bar\?spla\t#fu\nk
should be translated to
http://www.foo.com/foo/bar/?spla%5Ct#fu%5Cnk
pull request to follow.
The text was updated successfully, but these errors were encountered:
eborden
pushed a commit
to eborden/node
that referenced
this issue
Sep 26, 2014
On line 116 in
lib/url.js
slash flipping occurs in the entire url excluding the hash. Proper browser emulation would include the query string in flip exclusion.http://www.foo.com/foo\bar\?spla\t#fu\nk
should be translated to
http://www.foo.com/foo/bar/?spla%5Ct#fu%5Cnk
pull request to follow.
The text was updated successfully, but these errors were encountered: