[GitHub] tomcat issue #122: Added a default value for ApplicationSessionCookieConfig#...

2018-09-17 Thread bitstorm
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] tomcat issue #122: Added a default value for ApplicationSessionCookieConfig#...

2018-09-17 Thread bitstorm
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] tomcat pull request #122: Added a default value for ApplicationSessionCookie...

2018-09-16 Thread bitstorm
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