SimpleHttpServer session management improvements
------------------------------------------------

         Key: AXIS2-819
         URL: http://issues.apache.org/jira/browse/AXIS2-819
     Project: Apache Axis 2.0 (Axis2)
        Type: Bug

  Components: transports  
    Versions: 1.0    
    Reporter: Oleg Kalnichevski
 Attachments: simplehttpserver-cookies.patch

This patch addresses a number of issues with the session management in 
SimpleHttpServer
* Fixes RFC2965 (aka Cookie2) compliance problems. 'Cookie2' request headers 
are no longer used incorrectly. 'Set-Cookie2' response headers now include the 
mandatory version attribute and an optional port attribute
* Fixes cookie parsing code. Cookies with attributes, such as 'Cookie: 
uid:nnnnn; $path="/"; $version=1', will be correctly processed and the correct 
session context will be selected as a result
* Provides a separate session manager instance per SimpleHttpServer. Multiple 
server instances can maintain different session contexts
* Minor clean-ups here and there

Oleg

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


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

Reply via email to