The directory should open
Being redirected to images root directory
Noticed since Joomla 3.5. Still happens in 3.7. Seems to be browser independent. Happened in PHP 5.2-7.0.
You could also navigate to a folder directly via /administrator/index.php?option=com_media&view=mediaList&tmpl=component&folder=2017/2017-01-stycze%C5%84
Seems to be a regex problem with JInput filter "path" that is used in list.php model of com_media. Regex:
$pattern = '/^[A-Za-z0-9_-]+[A-Za-z0-9_\.-]*([\\\\\/][A-Za-z0-9_-]+[A-Za-z0-9_\.-]*)*$/';
Labels |
Added:
?
|
Or did you create a folder not by Joomla admin?
This one was created using JCE. But you could create it in many different ways. Still a valid path though.
Status | New | ⇒ | Discussion |
Category | ⇒ | Administration com_media |
This is totally OK. A possible url path should not contain unicode characters.
If we wanted to let do that, such names should be percent encoded (see unicode aliases).
It is a very different situation from folders path used in your OS itself.
Closing
Status | Discussion | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2017-04-26 07:20:10 |
Closed_By | ⇒ | infograf768 |
How is not being able to navigate to an existing folder with valid path because of that bug "totally ok"?
If you want to create the folder with "2017/2017-01-styczeń" name you would get the error