Skip to content
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

urlapi: fixed redirect from file:// with query, and simplified #16498

Closed
wants to merge 4 commits into from

Conversation

bagder
Copy link
Member

@bagder bagder commented Feb 26, 2025

  • fix redirect from file:// URL with query part
  • find_host_sep() simplified
  • urlencode_str() simplified
  • redirect_url() simplified
  • add more redirect URL test cases to test 1560

@bagder bagder added the URL label Feb 26, 2025
@github-actions github-actions bot added the tests label Feb 26, 2025
bagder added a commit that referenced this pull request Feb 26, 2025
- fix redirect from file:// URL with query part
- find_host_sep() simplify
- urlencode_str() simplify
- redirect_url() simplify
- add more redirect URL test cases to test 1560

Closes #16498
@bagder bagder force-pushed the bagder/urlapi-tweaks branch from ed8bb23 to 6f05a8d Compare February 26, 2025 14:02
- fix redirect from file:// URL with query part
- find_host_sep() simplify
- urlencode_str() simplify
- redirect_url() simplify
- add more redirect URL test cases to test 1560

Closes #16498
@bagder bagder force-pushed the bagder/urlapi-tweaks branch from 6f05a8d to e398c03 Compare February 26, 2025 14:14
@testclutch
Copy link

Analysis of PR #16498 at 93a2f11f:

Test 2033 failed, which has NOT been flaky recently, so there could be a real issue in this PR.

Test 2038 failed, which has NOT been flaky recently, so there could be a real issue in this PR.

Generated by Testclutch

@bagder bagder closed this in bc24c60 Feb 27, 2025
@bagder bagder deleted the bagder/urlapi-tweaks branch February 27, 2025 10:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging this pull request may close these issues.

2 participants