[jboss-jira] [JBoss JIRA] Created: (JBAS-6206) JBossManager sets invalid session cookie after failover

Brian Stansberry (JIRA) jira-events at lists.jboss.org
Tue Nov 18 00:06:36 EST 2008


JBossManager sets invalid session cookie after failover
-------------------------------------------------------

                 Key: JBAS-6206
                 URL: https://jira.jboss.org/jira/browse/JBAS-6206
             Project: JBoss Application Server
          Issue Type: Bug
      Security Level: Public (Everyone can see)
          Components: Clustering, Web (Tomcat) service
    Affects Versions: JBossAS-5.0.0.CR2
            Reporter: Brian Stansberry
            Assignee: Brian Stansberry
             Fix For: JBossAS-5.0.0.GA


After JvmRouteValve detects a failover, it tells JBossManager to replace the session cookie.  The new cookie is not properly configured, e.g. it's path is always '/' no matter what the webapp configuration is. Need to follow the logic of o.a.c.connector.Request.doGetSession() and configureSessionCookie().

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the jboss-jira mailing list