Github user bitstorm commented on the issue:
https://github.com/apache/tomcat/pull/122
To me specs are a little contradictory about this. They state that the
default value is JSESSIONID but at the same time they allow to return a null if
a custom value is not set for this parameter
Github user bitstorm commented on the issue:
https://github.com/apache/tomcat/pull/122
@kkolinko
Thank you for the clarification!
---
-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For
GitHub user bitstorm opened a pull request:
https://github.com/apache/tomcat/pull/122
Added a default value for ApplicationSessionCookieConfig#name
By spec. javax.servlet.SessionCookieConfig#getName should return
'JSESSIONID' as default value (see
https://docs.oracle.co