You are viewing a plain text version of this content. The canonical link for it is here.
Posted to c-dev@axis.apache.org by "Samisa Abeysinghe (JIRA)" <ji...@apache.org> on 2006/10/02 16:50:19 UTC

[jira] Created: (AXIS2C-314) If there is a " in mime boundrary, the mime boundary location fails in MIME parser

If there is a " in mime boundrary, the mime boundary location fails in MIME parser
----------------------------------------------------------------------------------

                 Key: AXIS2C-314
                 URL: http://issues.apache.org/jira/browse/AXIS2C-314
             Project: Axis2-C
          Issue Type: Bug
          Components: xml/om
    Affects Versions: Current (Nightly)
            Reporter: Samisa Abeysinghe


Sometimes, other platforms use " char to delimit the mime boundary. But in the message content, they use the boundary without ". This is a leagal case. But mime parser tries to locate the mime boundary with " chars in place and fails. Need to strip the wrapping " in this case

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe, e-mail: axis-c-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-c-dev-help@ws.apache.org


[jira] Closed: (AXIS2C-314) If there is a " in mime boundrary, the mime boundary location fails in MIME parser

Posted by "Samisa Abeysinghe (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/AXIS2C-314?page=all ]

Samisa Abeysinghe closed AXIS2C-314.
------------------------------------

    Fix Version/s: 0.95
       Resolution: Fixed

Fixed this so that it skips '"' character when comparing the MIME boundary to that present in the mime parts

> If there is a " in mime boundrary, the mime boundary location fails in MIME parser
> ----------------------------------------------------------------------------------
>
>                 Key: AXIS2C-314
>                 URL: http://issues.apache.org/jira/browse/AXIS2C-314
>             Project: Axis2-C
>          Issue Type: Bug
>          Components: xml/om
>    Affects Versions: Current (Nightly)
>            Reporter: Samisa Abeysinghe
>         Assigned To: Samisa Abeysinghe
>             Fix For: 0.95
>
>
> Sometimes, other platforms use " char to delimit the mime boundary. But in the message content, they use the boundary without ". This is a leagal case. But mime parser tries to locate the mime boundary with " chars in place and fails. Need to strip the wrapping " in this case

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe, e-mail: axis-c-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-c-dev-help@ws.apache.org


[jira] Assigned: (AXIS2C-314) If there is a " in mime boundrary, the mime boundary location fails in MIME parser

Posted by "Samisa Abeysinghe (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/AXIS2C-314?page=all ]

Samisa Abeysinghe reassigned AXIS2C-314:
----------------------------------------

    Assignee: Samisa Abeysinghe

> If there is a " in mime boundrary, the mime boundary location fails in MIME parser
> ----------------------------------------------------------------------------------
>
>                 Key: AXIS2C-314
>                 URL: http://issues.apache.org/jira/browse/AXIS2C-314
>             Project: Axis2-C
>          Issue Type: Bug
>          Components: xml/om
>    Affects Versions: Current (Nightly)
>            Reporter: Samisa Abeysinghe
>         Assigned To: Samisa Abeysinghe
>
> Sometimes, other platforms use " char to delimit the mime boundary. But in the message content, they use the boundary without ". This is a leagal case. But mime parser tries to locate the mime boundary with " chars in place and fails. Need to strip the wrapping " in this case

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe, e-mail: axis-c-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-c-dev-help@ws.apache.org