Changes between Initial Version and Version 1 of Ticket #30043, comment 4
- Timestamp:
- Sep 26, 2019, 6:58:54 PM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #30043, comment 4
initial v1 1 1 I've opened up a PR that is my first attempt at fixing this by adding a special case to check for `%2F` and pass the segment that's being quoted through `iri_to_uri` instead, which has the `%` sign set as "safe" 2 3 I also added a unit test that checks for this special case in its simplest form as shown above `smart_urlquote('%2F')` 2 4 3 5 The PR can be found here: