Hi
I have some images containing the character "+" in the name. Those images can be uploaded and edited in the admin panel but never show on the page.
The reason is, that the file names are not escaped when the URLs are composed. But "+" in an URL has a special meaning: for historical reasons, this is treated as a space (exactly like %20). So when composing the URLs, all file names must be correctly encoded to be used in a file path.
Renaming them in X3 and removing the plus solves the issue but should ideally not be necessary.
Thanks
Matt