Fix doubly-escaped characters when redirecting
When redirecting from a URL like /The%20Path/
, the URL was incorrectly escaped again, redirecting to /The%2520Path
.
Thanks to @Backfighter for the detailed bug report!
When redirecting from a URL like /The%20Path/
, the URL was incorrectly escaped again, redirecting to /The%2520Path
.
Thanks to @Backfighter for the detailed bug report!