This is an automated email from the ASF dual-hosted git repository. markt pushed a change to branch 9.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git
from d674f52104 Clean-up / improve naming. No functional change. new c544039a9c Rename / refactor in preparation for fixing BZ 62312 new 6f24053507 Refactor and use i18n for exception messages new 547f020381 Add support for optionally validating the authentication realm new 2518db9de4 Refactor in preparation for fixinf BZ 62312 new c6dfc6f618 More refactoring in preparation for the BZ 62312 fix new eeb505625d 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