You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commons-dev@ws.apache.org by "Rich Scheuerle (JIRA)" <ji...@apache.org> on 2008/05/30 23:48:45 UTC

[jira] Created: (WSCOMMONS-354) Respect semicolon continuation characters of HTTP Headers

Respect semicolon continuation characters of HTTP Headers
---------------------------------------------------------

                 Key: WSCOMMONS-354
                 URL: https://issues.apache.org/jira/browse/WSCOMMONS-354
             Project: WS-Commons
          Issue Type: Bug
          Components: AXIOM
            Reporter: Rich Scheuerle
            Assignee: Rich Scheuerle


Problem Summary:
The PartFactory code reads the HTTP headers.  However it does not correctly parse ";".  A semicolon is an indication that the value is continued on the next line.

This is a simple fix, I am adding the code and test.

Kudos to Mark Welesko and Jay Witherspoon for surfacing and recreating this issue.

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


[jira] Resolved: (WSCOMMONS-354) Respect semicolon continuation characters of HTTP Headers

Posted by "Rich Scheuerle (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/WSCOMMONS-354?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Rich Scheuerle resolved WSCOMMONS-354.
--------------------------------------

    Resolution: Fixed

Committed revision 661891.

> Respect semicolon continuation characters of HTTP Headers
> ---------------------------------------------------------
>
>                 Key: WSCOMMONS-354
>                 URL: https://issues.apache.org/jira/browse/WSCOMMONS-354
>             Project: WS-Commons
>          Issue Type: Bug
>          Components: AXIOM
>            Reporter: Rich Scheuerle
>            Assignee: Rich Scheuerle
>
> Problem Summary:
> The PartFactory code reads the HTTP headers.  However it does not correctly parse ";".  A semicolon is an indication that the value is continued on the next line.
> This is a simple fix, I am adding the code and test.
> Kudos to Mark Welesko and Jay Witherspoon for surfacing and recreating this issue.

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