AmadeusITGroup/HttpSessionReplacer

Cookie path is not read from web.xml

nbogojevic opened this issue · 2 comments

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

PR ongoing:
#24
Before approval, to be analyzed why WebXmlParser is invoked twice from 2 different threads...

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