#2818 - File selection from file/media library uses incorrect URL path
| Identifier | #2818 |
|---|---|
| Issue type | Minor issue (breaks specific functionality) |
| Title | File selection from file/media library uses incorrect URL path |
| Status | Closed (cannot reproduce) |
| Handling member | Chris Graham |
| Addon | filedump |
| Description | When using the selection tool for file/media library files, it uses the wrong URLs.
...the first folder results in a conversion of the / symbol to the % 2 F URL encoding. All folders under it parse the slash correctly. |
| Steps to reproduce | 1. Create a folder "misc" inside the file/media library 2. Upload a file to it. 3. Use a file selection such as for image galleries to choose a file from the file/media library. 4. The / after misc gets changed to % 2 F, resulting in an invalid/broken picture. 5. If you add another folder under misc and place the picture in there, the slash after misc gets changed to % 2 F, but not any of the other slashes. 6. If you add something to the top level of the file/media library, the URL is correct. |
| Funded? | No |
The system will post a comment when this issue is modified (e.g., status changes). To be notified of this, click "Enable comment notifications".
Comments
Maybe it's an old bug already fixed.
'misc' does look like it might be manually redirected via a .htaccess, as we changed misc in v9 to browse in v10?