You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by GitBox <gi...@apache.org> on 2020/04/21 13:59:39 UTC

[GitHub] [incubator-doris] wyb opened a new pull request #3367: [Bug] Fix authorization missing when auditloader plugin redirect stream load bug

wyb opened a new pull request #3367:
URL: https://github.com/apache/incubator-doris/pull/3367


   HttpURLConnection can automatically redirect stream load to BE, but there is no authorization information in http request headers after redirect.
   Maybe HttpURLConnection remove authorization info when do followredirect.
   The solution is set the followRedirect property to false on the connection object and do the redirect request manually.
   #3364 


----------------------------------------------------------------
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



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org