[mod_cluster-issues] [JBoss JIRA] (MODCLUSTER-250) bad interaction with ProxyPassReverse when redirection.

Jean-Frederic Clere (JIRA) jira-events at lists.jboss.org
Thu May 30 13:23:54 EDT 2013


    [ https://issues.jboss.org/browse/MODCLUSTER-250?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12778304#comment-12778304 ] 

Jean-Frederic Clere commented on MODCLUSTER-250:
------------------------------------------------

It will be fixed in httpd-2.2.25.
                
> bad interaction with ProxyPassReverse when redirection.
> -------------------------------------------------------
>
>                 Key: MODCLUSTER-250
>                 URL: https://issues.jboss.org/browse/MODCLUSTER-250
>             Project: mod_cluster
>          Issue Type: Bug
>    Affects Versions: 1.1.3.Final
>         Environment: Mixing ProxyPass/ProxyPassReverse and mod_cluster
>            Reporter: Jean-Frederic Clere
>            Assignee: Jean-Frederic Clere
>            Priority: Minor
>             Fix For: 1.1.4.Final 
>
>
> Using:
> ProxyPass / balancer://mycluster/ stickysession=JSESSIONID|jsessionid nofailover=On
> ProxyPassReverse / balancer://mycluster/
> or
> ProxyPass / balancer://mycluster stickysession=JSESSIONID|jsessionid nofailover=On
> ProxyPassReverse / balancer://mycluster
> (note that this one won't work with mod_proxy_balancer).
> You get stuff like:
>  curl -v http://jfcpc:8000/myapp 
> +++
> < HTTP/1.1 302 Moved Temporarily
> < Date: Thu, 25 Aug 2011 09:40:17 GMT
> < Server: Apache-Coyote/1.1
> < Location: http://jfcpc:8000//myapp/
> < Content-Length: 0
> < Content-Type: text/plain
> +++
> Or
> curl -v http://jfcpc:8000/myapp/TestRedirect?location=/toto.html
> +++
> < HTTP/1.1 302 Moved Temporarily
> < Date: Thu, 25 Aug 2011 09:42:59 GMT
> < Server: Apache-Coyote/1.1
> < Location: http://jfcpc:8000//toto.html;jsessionid=OYeoix8WaRh6VEtlSrfzIS7Q.498bb1f0-00d9-3436-a341-7f012bc2e7ec
> < Content-Length: 0
> < Set-Cookie: JSESSIONID=OYeoix8WaRh6VEtlSrfzIS7Q.498bb1f0-00d9-3436-a341-7f012bc2e7ec; Path=/myapp
> < Content-Type: text/plain
> +++

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the mod_cluster-issues mailing list