Page MenuHomePhabricator

file names with + signs can not uploaded
Closed, InvalidPublic

Description

Author: robotta

Description:
When the file to be uploaded contains a + in it's name, an error is returned:
The file has no extension (like ".jpg").

This is because at some point the + gets translated into a space.

Plus signs in the destination file name work well.

Bug 10787 describes a similar issue though it's not the same problem. However when fixing this the other bug may be addressed as well.


Version: 1.15.x
Severity: normal

Details

Reference
bz22576

Event Timeline

bzimport raised the priority of this task from to Medium.Nov 21 2014, 11:02 PM
bzimport set Reference to bz22576.
bzimport added a subscriber: Unknown Object (MLST).

robotta wrote:

Actually the upload is working fine, in the destination file name the suffix was missing.