You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by GitBox <gi...@apache.org> on 2017/12/07 12:13:19 UTC

[GitHub] massakam opened a new pull request #949: Fix authentication logic in WebSocketWebResource

massakam opened a new pull request #949: Fix authentication logic in WebSocketWebResource
URL: https://github.com/apache/incubator-pulsar/pull/949
 
 
   ### Motivation
   
   When authentication of WebSocket Proxy is enabled, any HTTP request to proxy stats API is rejected.
   I think it is because an authentication logic in WebSocketWebResource class is incorrect.
   
   ### Modifications
   
   Fix the authentication logic in WebSocketWebResource class.
   
   ### Result
   
   We can access proxy stats API even when authentication is enabled.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services