RFR: 8331164: createJMHBundle.sh download jars fail when url needed to be redirected

SendaoYan syan at openjdk.org
Fri Apr 26 09:51:33 UTC 2024


On Fri, 26 Apr 2024 08:53:21 GMT, Jaikiran Pai <jpai at openjdk.org> wrote:

> Hello @sendaoYan, who is adding the 302 redirect to that jar location and to which location is the URL being redirected to? What does `curl -v -O <the-url>` show in the logs (please paste the textual logs instead of an image).

Hello @jaikiran

- who is adding the 302 redirect to that jar location

    Is `server: Tengine` adding the 302 redirect? I am not sure.
- which location is the URL being redirected to
    It's redirected to oss URL: `https://archiva-maven-storage-prod.oss-cn-beijing.aliyuncs.com/repository/central/org/openjdk/jmh/jmh-core/1.37/jmh-core-1.37.jar?Expires=1714128070&OSSAccessKeyId=LTAIfU51SusnnfCC&Signature=RulXVJOdnC09nHSkGmZmN5NIS98%3D`


This is the full testual logs [curl.log](https://github.com/openjdk/jdk/files/15128464/curl.log).

-------------

PR Comment: https://git.openjdk.org/jdk/pull/18965#issuecomment-2079033234


More information about the build-dev mailing list