AmadeusITGroup / HttpSessionReplacer

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

HttpRequestWrapper: isRequestedSessionIdFromCookie returns always false #35

Closed mederel closed 6 years ago

mederel commented 6 years ago

HttpServletRequest is being implemented by the wrapper com.amadeus.session.servlet.HttpRequestWrapper. The wrapper takes care of reimplementing the getRequestedSessionId() method but the following 4 methods starting with isRequestedSessionId... are left untouched, which in certain conditions makes there output inconsistent with the HttpServletRequest Javadoc: