Changes between Initial Version and Version 1 of Ticket #30043, comment 4


Ignore:
Timestamp:
Sep 26, 2019, 6:58:54 PM (5 years ago)
Author:
Brady

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #30043, comment 4

    initial v1  
    11I'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
     3I also added a unit test that checks for this special case in its simplest form as shown above `smart_urlquote('%2F')`
    24
    35The PR can be found here:
Back to Top