You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geronimo.apache.org by "Rick McGuire (JIRA)" <ji...@apache.org> on 2008/12/01 13:47:45 UTC

[jira] Assigned: (GERONIMO-4421) ContentType fails to parse content types with parameters containing escaped characters

     [ https://issues.apache.org/jira/browse/GERONIMO-4421?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Rick McGuire reassigned GERONIMO-4421:
--------------------------------------

    Assignee: Rick McGuire

> ContentType fails to parse content types with parameters containing escaped characters
> --------------------------------------------------------------------------------------
>
>                 Key: GERONIMO-4421
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-4421
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>          Components: mail, specs
>            Reporter: Andreas Veithen
>            Assignee: Rick McGuire
>            Priority: Minor
>         Attachments: GERONIMO-4421.patch.txt
>
>
> javax.mail.internet.ContentType fails to parse the following content type:
> multipart/related; type="application/xop+xml"; start="<ro...@soapui.org>"; start-info="application/soap+xml; action=\"urn:upload\""; boundary="----=_Part_10_5804917.1223557742343" 
> This is caused by a bug in HeaderTokenizer#readQuotedString that is triggered if a parameter contains an escaped character. In this case the "pos" attribute is not updated correctly at the end of the parsing.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.