This is an automated email from the ASF dual-hosted git repository.

markt pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/tomcat.git.


    from 0499c74  Fix codec
     new 14dea88  Clean-up. No functional change.
     new e55e662  Clean-up prior to some refactoring.
     new d237110  Refactor change of session ID to reduce duplicate code
     new 1ecba14  Refactor so Principal is never cached in session with 
cache==false
     new fd381e9  Harden the FORM authentication process
     new 1949da1  Add an atomic method to rotate session ID and return new 
value. Use it.
     new 50ac62d  Update changelog

The 7 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 java/org/apache/catalina/Manager.java              |  33 +++++++
 .../catalina/authenticator/AuthenticatorBase.java  |  36 ++++---
 .../apache/catalina/authenticator/Constants.java   |  48 ++++-----
 .../catalina/authenticator/FormAuthenticator.java  | 107 +++++++++------------
 java/org/apache/catalina/connector/Request.java    |   3 +-
 java/org/apache/catalina/session/ManagerBase.java  |   7 ++
 webapps/docs/changelog.xml                         |   5 +
 7 files changed, 130 insertions(+), 109 deletions(-)


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to