-
-
Notifications
You must be signed in to change notification settings - Fork 96
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add follow redirect in querying TRSS #555
Comments
@annaibm could you add |
Please test at both internal and Adoptium. |
annaibm
added a commit
to annaibm/TKG
that referenced
this issue
May 28, 2024
- Added `-L` to support http TRSS URL. resolves: adoptium#555 Signed-off-by: Anna Babu Palathingal <anna.bp@ibm.com>
annaibm
added a commit
to annaibm/TKG
that referenced
this issue
May 29, 2024
- Added `-L` to support http TRSS URL. resolves: adoptium#555 Signed-off-by: Anna Babu Palathingal <anna.bp@ibm.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In TKG, it queries TRSS
TKG/src/org/testKitGen/TestDivider.java
Line 229 in 3ed8f8b
TRSS is changed from
http
tohttps
.-L
needs to be added to supporthttp
TRSS URL.reference: https://www.warp.dev/terminus/curl-follow-redirect#:~:text=To%20make%20curl%20follow%20a%20redirect%20and%20get%20the%20requested,the%20server%20processed%20their%20request.
internal link
The text was updated successfully, but these errors were encountered: