DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=24882>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=24882

mod_jk (and mod_jk2) missing post parameters in a fail over scenario

           Summary: mod_jk (and mod_jk2) missing post parameters in a fail
                    over scenario
           Product: Tomcat 4
           Version: 4.1.27
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: Blocker
          Priority: Other
         Component: Connector:Coyote JK 2
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


Configuration: 
- A linux machine with apache 2.0.47 an mod_jk (ver. 1.2.5 or 2.0.2)
- Two linux machine with tomcat 4.1.x

mod_jk is configured for load balancing and sticky session. All work fine when 
both tomcat nodes are up.
When a tomcat node goes down mod_jk redirect all the requests to  the remaining 
node. 
While redirecting those requests the HTTP POST parameters get lost.

I sniffed the AJP traffic and I observed those packets directed to the 
remaining node:

1) AJP REQUEST POST with a content legth field set to 54 (correct size)
2) AJP REQUEST BODY with length 0 !!!

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to