AmadeusITGroup / HttpSessionReplacer

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

Session id in url should accept lowercase id name #39

Closed nbogojevic closed 6 years ago

nbogojevic commented 6 years ago

Per ser let standard, when session id is in url ;jsessionid= it should be lowercase. Most implementations are quite lax and accept both lowercase and uppercase ids. UrlSessionPropagator should be case insensitive.