Bug 432648

Summary: httpd has got a problem with encoded URLs
Product: Red Hat Enterprise Linux 3 Reporter: Patrick Holz <patrick.holz>
Component: httpdAssignee: Joe Orton <jorton>
Status: CLOSED CURRENTRELEASE QA Contact:
Severity: medium Docs Contact:
Priority: low    
Version: 3.9   
Target Milestone: ---   
Target Release: ---   
Hardware: i386   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2012-05-14 08:15:58 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

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.