stklcode opened a new pull request, #957: URL: https://github.com/apache/tomcat/pull/957
In the DigestAuthenticator for WebSocket connections the Authorization header is generated using string concatenation. For the "username" attribute an extra space is added between attribute and equal sign which may cause issues with some server implementations. Remove the space and make all attribute-value-pairs look like key="val" to prevent such issues. BZ69972 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
