https://issues.apache.org/bugzilla/show_bug.cgi?id=54142

--- Comment #8 from Sebb <[email protected]> ---
I can confirm that FireFox fails to encode URLs containing | when entered in
the location field. IMO that is a bug in Firefox.

However Opera, Chrome and IE do encode the "|" character when entered in the
location field.

==

The Proxy intercepts the outgoing request, which should already have been
encoded.

In general it's not possible to safely re-encode a URL, because the encoding
process introduces % characters which themselves need encoding.

For example /| should be presented as /%7C.

If this is re-encoded, it will encode the % again.

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to