Bug 42592 - Proxied URLs are incorrectly unescaped.
Summary: Proxied URLs are incorrectly unescaped.
Status: RESOLVED FIXED
Alias: None
Product: Apache httpd-2
Classification: Unclassified
Component: mod_proxy (show other bugs)
Version: 2.2.2
Hardware: Other other
: P2 normal (vote)
Target Milestone: ---
Assignee: Apache HTTPD Bugs Mailing List
URL: http://rd.ss.yahoo.com/SIG=189cjo3ai/...
Keywords:
: 35100 39455 (view as bug list)
Depends on:
Blocks: 43454
  Show dependency tree
 
Reported: 2007-06-05 11:01 UTC by Jerry Baker
Modified: 2008-01-19 09:19 UTC (History)
2 users (show)



Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jerry Baker 2007-06-05 11:01:49 UTC
Running Apache 2.2.2 proxy my clients are unable to use Yahoo Shopping.
Searching and browsing product listings works fine, but as soon as they click on
a particular item they get a "Forbidden" error page.

STEPS TO REPRODUCE:

1. Set Apache as your proxy server and try to browse to the above URL.

RESULT:
HTTP Forbidden page

Now try browsing to that URL with no proxy.

RESULT:
Works fine.
Comment 1 Nick Kew 2007-09-09 16:25:02 UTC
This appears to be an instance of PR #41798.

*** This bug has been marked as a duplicate of 41798 ***
Comment 2 Nick Kew 2007-10-08 16:20:11 UTC
This is not in fact a duplicate of PR 41798.  Although the symptoms are the
same, the code path and therefore the fix are entirely different.

This is a good report of the forward proxy bug with a testcase I could easily
reproduce, so I'm re-opening it with a more generic title, in order to document
the bug and its fix.
Comment 3 Nick Kew 2007-10-08 16:23:32 UTC
*** Bug 35100 has been marked as a duplicate of this bug. ***
Comment 4 Nick Kew 2007-10-08 16:25:21 UTC
*** Bug 39455 has been marked as a duplicate of this bug. ***
Comment 5 Nick Kew 2007-10-08 16:49:57 UTC
Fixed in trunk in r583002.
Comment 6 Nick Kew 2007-11-20 07:30:20 UTC
Fixed in r596712.