Project

General

Profile

Actions

Bug #1053

closed

Bug at file upload with special characters

Added by Bernhard Koschiček-Krombholz over 4 years ago. Updated over 4 years ago.

Status:
Closed
Priority:
Normal
Category:
Backend
Target version:
Start date:
2019-08-20
Estimated time:
Found in version:

Description

I don't know if it is a bug or a feature, but when I tried to upload a file with cyrillic letters in the name it gave me this error:

POST /file/insert/5056
list index out of range

File name was: Филарет_Гранић.jpg

Actions #1

Updated by Alexander Watzinger over 4 years ago

  • Category set to Backend
  • Status changed from New to In Progress
  • Assignee set to Alexander Watzinger
  • Target version set to 3.18.1
  • Subject changed from File Upload with cyrillic doesn't work to Bug at file upload with special charactes
Actions #2

Updated by Alexander Watzinger over 4 years ago

  • Subject changed from Bug at file upload with special charactes to Bug at file upload with special characters
  • Status changed from In Progress to Closed
  • Found in version set to 3.18.0

Again a tricky one ;)
Problem turned out to be that the filename contained only special characters (before the extension) which got stripped away for security reasons in the backend.
This issue is fixed in the 3.18.1 master branch and already pushed to GitHub in case you want to fix it immediately (just pull and restart Apache).

Thanks for reporting!

Actions

Also available in: Atom PDF