This is an automated email from the ASF dual-hosted git repository. markt pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/tomcat.git
from 116d9babd8 More clean-up new 14832c677a Rename / refactor in preparation for fixing BZ 62312 new dcf48fb742 Refactor and use i18n for exception messages new d67968c4f5 Add support for optionally validating the authentication realm new a747a41f50 Refactor in preparation for fixinf BZ 62312 new ed7bc91102 More refactoring in preparation for the BZ 62312 fix new 69e1c84ea1 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