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 2019/04/17 12:49:51 UTC

[GitHub] [pulsar] merlimat commented on a change in pull request #4059: Ensure Pulsar HTTP proxy carries over Authorization header after 307 redirects

merlimat commented on a change in pull request #4059: Ensure Pulsar HTTP proxy carries over Authorization header after 307 redirects
URL: https://github.com/apache/pulsar/pull/4059#discussion_r276223329
 
 

 ##########
 File path: tests/integration/src/test/java/org/apache/pulsar/tests/integration/auth/token/PulsarTokenAuthenticationBaseSuite.java
 ##########
 @@ -246,5 +246,11 @@ public void testProxyRedirectWithTokenAuth() throws Exception {
                 .close();
 
         admin.topics().getList(namespace);
+
+        // Test multiple stats request to make sure the proxy will try will all broker and receive 307 responses
 
 Review comment:
   Good catch. Fixed

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services