Bug 432648 - httpd has got a problem with encoded URLs
Summary: httpd has got a problem with encoded URLs
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Red Hat Enterprise Linux 3
Classification: Red Hat
Component: httpd
Version: 3.9
Hardware: i386
OS: Linux
low
medium
Target Milestone: ---
Assignee: Joe Orton
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2008-02-13 16:28 UTC by Patrick Holz
Modified: 2012-05-14 08:15 UTC (History)
0 users

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2012-05-14 08:15:58 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

Description Patrick Holz 2008-02-13 16:28:22 UTC
Description of problem:

We use httpd (apache) as a reverse proxy for several underlying web servers. Now
especially in the case of a wiki, URLs may contain a percentage sign (%). This
is encoded as ASCII Hex ("%25"). But the reverse proxy sets it back to "%", so
there is no result but an error page.

Version-Release number of selected component (if applicable):

httpd-2.0.46-70.ent

How reproducible:

Everytime we try to use it.

Steps to Reproduce:
1. Configure httpd to act as a reverse proxy
2. Enter a URL including the encoded percentage sign (i.e. "%25")
  
Actual results:

The reverse proxy says "everything is okay" in the logfiles (even on maximum log
level), but asks the web server only for error page 400 (Bad request) and
delivers it.

Expected results:

The reverse proxy should forward the request "as it is" to the web server.

Additional info:

Selfmade apache (version 2.0.61) is working without this problem on RHEL3.


Note You need to log in before you can comment on or make changes to this bug.