Bug in Extracting the Session Id in Session-affinity Load Balancing 
Implementation
----------------------------------------------------------------------------------

                 Key: SYNAPSE-688
                 URL: https://issues.apache.org/jira/browse/SYNAPSE-688
             Project: Synapse
          Issue Type: Bug
    Affects Versions: 2.0
            Reporter: Sameera Jayasoma
             Fix For: 2.0


The existing implementation has assumed that the client will always send the 
session ID in the following format.

Cookie: JSESSIONID=EE9B8ABD53334879433293430866EF0C

But in certain situations (e.g. When browsers initiate requests), you may get 
additional name-value pairs in the Cookie header, as illustrated in the 
following example.

Cookie: JSESSIONID=EE9B8ABD53334879433293430866EF0C; region1_configure_menu=; 
region3_registry_menu=none; region4_monitor_menu=; 

We need to fix this issues in Synapse.



-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to