AmadeusITGroup / HttpSessionReplacer

Store JEE Servlet HttpSessions in Redis
MIT License
49 stars 33 forks source link

Cookie path is not read from web.xml #23

Closed nbogojevic closed 6 years ago

nbogojevic commented 7 years ago

Cookie path if specified in web.xml is not taken into account.

<session-config>
    <cookie-config>
        <path>/somepath</path>
    </cookie-config>
</session-config>

The fix should be probably include adaptation in CookieSessionTracking and WebXmlParser#lookForSessionConf

bferrenq commented 7 years ago

PR ongoing: https://github.com/AmadeusITGroup/HttpSessionReplacer/pull/24 Before approval, to be analyzed why WebXmlParser is invoked twice from 2 different threads...

mederel commented 6 years ago

Seems the PR is merged, the issue can be closed?