Skip to content

Cleanup query/percent parsing/encoding and utils#1126

Merged
mtdowling merged 1 commit intomainfrom
fix-percent-encode
Apr 1, 2026
Merged

Cleanup query/percent parsing/encoding and utils#1126
mtdowling merged 1 commit intomainfrom
fix-percent-encode

Conversation

@mtdowling
Copy link
Copy Markdown
Member

  • Decoding previously handled + differently on encode vs decode. Fixed now by manually decoding rather than using URLDecoder.
  • Use better names for sorted query parsing
  • Move non-query utility methods to UriUtils, document, and test them
  • Add lots of tests to this package generally

Issue #, if available:

Description of changes:

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

* Decoding previously handled + differently on encode vs decode. Fixed
  now by manually decoding rather than using URLDecoder.
* Use better names for sorted query parsing
* Move non-query utility methods to UriUtils, document, and test them
* Add lots of tests to this package generally
@mtdowling mtdowling force-pushed the fix-percent-encode branch from 46c601b to 850fea7 Compare April 1, 2026 19:58
@mtdowling mtdowling enabled auto-merge (rebase) April 1, 2026 19:59
@mtdowling mtdowling merged commit 6e66a1b into main Apr 1, 2026
4 checks passed
@mtdowling mtdowling deleted the fix-percent-encode branch April 1, 2026 22:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants