This has been reported by users.
| Labels |
Removed:
?
|
||
| Labels |
Added:
No Code Attached Yet
|
||
| Labels |
Added:
bug
|
||
It causes by this line of code https://github.com/joomla/joomla-cms/blob/5.3-dev/plugins/filesystem/local/src/Adapter/LocalAdapter.php#L821 which transform filename to punycode for some reasons. When there is space in filename, it throws exception, make the process broken and causes the error. I do not know about punycode to see why that line is needed.
| Labels |
Added:
Release Blocker
|
||
It causes by this line of code https://github.com/joomla/joomla-cms/blob/5.3-dev/plugins/filesystem/local/src/Adapter/LocalAdapter.php#L821 which transform filename to punycode for some reasons. When there is space in filename, it throws exception, make the process broken and causes the error. I do not know about punycode to see why that line is needed.
@joomdonation That code line was added in 4.0 with PR #19095 so I am not sure if this can be the reason.
| Status | New | ⇒ | Closed |
| Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2025-04-02 14:31:10 |
| Closed_By | ⇒ | richard67 |
| Labels |
Removed:
Release Blocker
|
||
We just need to be sure that this issue is solved when we update idna converter to 4 in 6.0.
confirmed