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: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
