Bug 970261 - Header corruption issue impacts loading the bpel-console when placed behind mod_ajp
Summary: Header corruption issue impacts loading the bpel-console when placed behind m...
Keywords:
Status: CLOSED UPSTREAM
Alias: None
Product: JBoss Enterprise SOA Platform 5
Classification: JBoss
Component: BPEL editor
Version: 5.3.1
Hardware: Unspecified
OS: Linux
unspecified
low
Target Milestone: ---
: ---
Assignee: Nobody
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2013-06-03 20:05 UTC by Jesse Sightler
Modified: 2025-02-10 03:27 UTC (History)
1 user (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2025-02-10 03:27:51 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

Description Jesse Sightler 2013-06-03 20:05:38 UTC
Description of problem:

The content-type header is corrupt, as are possibly others. The content type header in particular cauases issues with the following URL:
/rs/identity/secure/sid

Essentially, the jbossweb (Tomcat) FormAuthenticator looksup a previous request and merges it with the current request headers. However, the coyoteRequest actually maintains a copy of the one of the MessageBytes objects from the previous set of headers.

During the copy process, this becomes corrupt, and can be filled with the value from a different header.

This occurs during login to the bpel_console.

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

How reproducible:
Consistent, but only with certain client browser/os combinations.

Steps to Reproduce:
1. Setup EAP behind an httpd proxy running mod_ajp
2. Attempt to login to the bpel-console
3. The process will appear to hang, and the server will display an exception indicating an invalid content-type


Expected results:

Login to complete normally

Comment 3 Red Hat Bugzilla 2025-02-10 03:27:51 UTC
This product has been discontinued or is no longer tracked in Red Hat Bugzilla.


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