You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@beam.apache.org by GitBox <gi...@apache.org> on 2022/07/21 15:05:22 UTC

[GitHub] [beam] TheNeuralBit commented on issue #22394: [Task]: `./gradlew sdks:java:containers:pullLicenses` fails to resolve MPL in Java PreCommit

TheNeuralBit commented on issue #22394:
URL: https://github.com/apache/beam/issues/22394#issuecomment-1191598721

   I discovered the issue by studying the redirect chain in the browser:
   
   ```
   http://www.mozilla.org/MPL/MPL-1.1.html
   https://www.mozilla.org/MPL/MPL-1.1.html
   https://www.mozilla.org/MPL/1.1/   <------ automation gets 404 here, browser gets 302 redirect
   https://www.mozilla.org/MPL/en-US/1.1/
   ```
   
   It turns out https://www.mozilla.org/MPL/1.1/ returns a 404 unless the accept-language header is provided. For now we can resolve by including this header in automation. It seems like an issue upstream though.


-- 
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: github-unsubscribe@beam.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org