You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Create a directory and give it a name containing one or more spaces.
Open it
You'll find the following bugs:
3.1. If the directory contains another directory with space(s), it will fail to load if you try to open it. The parent directory's url path will get its space(s) encoded to %2520.
3.2. Navigating using the breadcrumb__directory link (either with subdir or not) results in the same bug. Looking at the source, the spaces also get converted to %2520.
Expected:
The % character in %20 should not be encoded to %25.
Improvement: encode all spaces in the url with %20 or +.
Improvement: keep the spaces in the breadcrumb__directory link text.
The text was updated successfully, but these errors were encountered:
ghost
changed the title
Directory with space(s) got its url encoded to %2520
Directory with space(s) get its url encoded to %2520
Aug 21, 2017
Version: 1.1.0
Steps to reproduce:
3.1. If the directory contains another directory with space(s), it will fail to load if you try to open it. The parent directory's url path will get its space(s) encoded to %2520.
3.2. Navigating using the
breadcrumb__directory
link (either with subdir or not) results in the same bug. Looking at the source, the spaces also get converted to %2520.Expected:
breadcrumb__directory
link text.The text was updated successfully, but these errors were encountered: