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

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


    from 27cbe3dcae Clean-up / improve naming. No functional change.
     new def74b34a1 Rename / refactor in preparation for fixing BZ 62312
     new d559d9ea12 Refactor and use i18n for exception messages
     new 453f252215 Add support for optionally validating the authentication 
realm
     new b0852cf813 Refactor in preparation for fixinf BZ 62312
     new f5f44d6da7 More refactoring in preparation for the BZ 62312 fix
     new 52b39f4931 Fix BZ 62312 - add support for forward proxy authentication 
to WebSocket

The 6 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:
 .../tomcat/websocket/AuthenticationType.java       |  67 +++++++
 .../org/apache/tomcat/websocket/Authenticator.java |  95 +++++++++-
 .../tomcat/websocket/BasicAuthenticator.java       |  16 +-
 java/org/apache/tomcat/websocket/Constants.java    |  14 +-
 .../tomcat/websocket/DigestAuthenticator.java      |  17 +-
 .../tomcat/websocket/LocalStrings.properties       |   8 +-
 .../tomcat/websocket/WsWebSocketContainer.java     | 107 +++++++-----
 .../websocket/TesterWebSocketClientProxy.java      | 192 +++++++++++++++++++++
 webapps/docs/changelog.xml                         |  10 ++
 webapps/docs/web-socket-howto.xml                  |  37 +++-
 10 files changed, 496 insertions(+), 67 deletions(-)
 create mode 100644 java/org/apache/tomcat/websocket/AuthenticationType.java
 create mode 100644 
test/org/apache/tomcat/websocket/TesterWebSocketClientProxy.java


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to