This is an automated email from the ASF dual-hosted git repository. remm pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/master by this push: new d59db7a Disable session persistence by default d59db7a is described below commit d59db7ae7529fd9f2b067622ae661fd9338b2478 Author: remm <r...@apache.org> AuthorDate: Tue Feb 18 10:05:49 2020 +0100 Disable session persistence by default Persistence should be configured explicitly, either with pathname or when using a persistent manager. --- TOMCAT-NEXT.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/TOMCAT-NEXT.txt b/TOMCAT-NEXT.txt index 3be3e12..a510693 100644 --- a/TOMCAT-NEXT.txt +++ b/TOMCAT-NEXT.txt @@ -47,6 +47,7 @@ New items for 10.0.0.x onwards: 7. Refactor DefaultServlet to use Ranges in parseRanges(). + 8. Disable session persistence: StandardManager.pathname defaults to null. Deferred until 10.0.x: --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org