Change #241656
Category | None |
Changed by | Daniel Stenberg <daniel | @haxx.se>
Changed at | Fri 01 Aug 2025 23:22:32 |
Repository | https://api.github.com/repos/curl/curl |
Project | curl/curl |
Branch | master |
Revision | 2bad773b3079a50a1962731ed1ede953c16d088d |
Comments
urlapi: allow more path characters "raw" when asked to URL encode Setting the path component to contain the letters: ! $ & ' ( ) { } [ ] * + , ; = : @ now leaves them un-encoded when CURLU_URLENCODE is used. Amended test 1560 to verify. Reported-by: Jeroen Ooms Fixes #17977 Closes #18024
Changed files
- docs/libcurl/curl_url_set.md
- lib/urlapi.c
- tests/libtest/lib1560.c