This is an automated email from the ASF dual-hosted git repository. markt pushed a change to branch 10.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git
from e0e1e6d45e Clean-up / improve naming. No functional change. new 40b38dc3cd Rename / refactor in preparation for fixing BZ 62312 new 39233d1a71 Refactor and use i18n for exception messages new 90b2a3de90 Add support for optionally validating the authentication realm new be9f3532e6 Refactor in preparation for fixinf BZ 62312 new e0351b4474 More refactoring in preparation for the BZ 62312 fix new 02ca95e7ec 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: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org