You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cocoon.apache.org by "Cédric Damioli (JIRA)" <ji...@apache.org> on 2019/02/14 19:15:00 UTC

[jira] [Created] (COCOON-2361) Cannot upload a file with name containing a '=' or a ';'

Cédric Damioli created COCOON-2361:
--------------------------------------

             Summary: Cannot upload a file with name containing a '=' or a ';'
                 Key: COCOON-2361
                 URL: https://issues.apache.org/jira/browse/COCOON-2361
             Project: Cocoon
          Issue Type: Bug
          Components: * Cocoon Core
    Affects Versions: 2.1.12
            Reporter: Cédric Damioli
             Fix For: 2.1.13


The RFC allows eg. 
{code}Content-Disposition: form-data; name="file"; filename="6008160736474408812-account_id=1.jpg"{code}

but the MultiPartParser tokenizes on the '=' Inside the filename, leading to incorrect file name after upload



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)