You are viewing a plain text version of this content. The canonical link for it is here.
Posted to c-dev@axis.apache.org by "Samisa Abeysinghe (JIRA)" <ax...@ws.apache.org> on 2004/11/10 10:32:23 UTC

[jira] Created: (AXISCPP-254) Cookie header appear multiple times in the request header

Cookie header appear multiple times in the request header
---------------------------------------------------------

         Key: AXISCPP-254
         URL: http://nagoya.apache.org/jira/browse/AXISCPP-254
     Project: Axis-C++
        Type: Bug
  Components: Transport (Client)  
    Versions: current (nightly)    
    Reporter: Samisa Abeysinghe
 Assigned to: Samisa Abeysinghe 
     Fix For: 1.4 Alpha


When using HTTP Cookie based sessions, because the session specific logic is implemented at Stub level, the Cookie header appears multiple times in the request.

The problem occurs because the Cookie based session support was implemented before solving the problem of multiple transport objects being created for several call from the same stub. Now that this problem is solved, the session management logic should go into the transport implementation rather than having it at stub level.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://nagoya.apache.org/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


[jira] Closed: (AXISCPP-254) Cookie header appear multiple times in the request header

Posted by "Samisa Abeysinghe (JIRA)" <ax...@ws.apache.org>.
     [ http://nagoya.apache.org/jira/browse/AXISCPP-254?page=history ]
     
Samisa Abeysinghe closed AXISCPP-254:
-------------------------------------

    Resolution: Fixed

Fixed the problems with Cookie based session handling. Now the Stub 
does not hold any Cookie related stuff, but just passes on the messages 
to the transport. Transport hanles all the Cookie related stuff. There is no duplication of Cookie headers now.

> Cookie header appear multiple times in the request header
> ---------------------------------------------------------
>
>          Key: AXISCPP-254
>          URL: http://nagoya.apache.org/jira/browse/AXISCPP-254
>      Project: Axis-C++
>         Type: Bug
>   Components: Transport (Client)
>     Versions: current (nightly)
>     Reporter: Samisa Abeysinghe
>     Assignee: Samisa Abeysinghe
>      Fix For: 1.4 Alpha

>
> When using HTTP Cookie based sessions, because the session specific logic is implemented at Stub level, the Cookie header appears multiple times in the request.
> The problem occurs because the Cookie based session support was implemented before solving the problem of multiple transport objects being created for several call from the same stub. Now that this problem is solved, the session management logic should go into the transport implementation rather than having it at stub level.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://nagoya.apache.org/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira