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.com/javaee/7/api/javax/servlet/SessionCookieConfig.html).
However, ApplicationSessionCookieConfig has no default value for this field
and returns 'null' if not set.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/bitstorm/tomcat trunk
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/tomcat/pull/122.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #122
----
commit 4d6a6a7131c742b1bb3e57414df268c4ecdf91a0
Author: Andrea Del Bene <an.delbene@...>
Date: 2018-09-16T20:44:57Z
Added a default value for ApplicationSessionCookieConfig#name
----
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]