This repository was archived by the owner on Apr 12, 2024. It is now read-only.
This repository was archived by the owner on Apr 12, 2024. It is now read-only.
$location double-escapes query parameters #751
Closed
Description
e.g. ' ' is escaped to '%2B' ('+')
e.g. '/' is escaped to '%252F' ('%2F')
See example at http://jsfiddle.net/LHXkP/.