You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by "Srinath Perera (JIRA)" <ji...@apache.org> on 2007/06/13 17:49:25 UTC

[jira] Resolved: (AXIS2-2558) Check for part with soap message is case-sensitive

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

Srinath Perera resolved AXIS2-2558.
-----------------------------------

    Resolution: Fixed

Change has been applied

> Check for part with soap message is case-sensitive
> --------------------------------------------------
>
>                 Key: AXIS2-2558
>                 URL: https://issues.apache.org/jira/browse/AXIS2-2558
>             Project: Axis 2.0 (Axis2)
>          Issue Type: Bug
>          Components: transports
>    Affects Versions: 1.2, nightly
>            Reporter: Hans G Knudsen
>            Assignee: Saminda Wishwajith Abeyruwan
>            Priority: Blocker
>             Fix For: 1.3
>
>         Attachments: content_disposition_attachment_case_sensitive.diff
>
>
> SimpleMailListener has case-sensitive check when looking for 'attachment' holding Soap message.
> From : http://www.ietf.org/rfc/rfc1806.txt
> 2.  The Content-Disposition Header Field
>    Content-Disposition is an optional header; in its absence, the MUA
>    may use whatever presentation method it deems suitable.
>    It is desirable to keep the set of possible disposition types small
>    and well defined, to avoid needless complexity. Even so, evolving
>    usage will likely require the definition of additional disposition
>    types or parameters, so the set of disposition values is extensible;
>    see below.
>    In the extended BNF notation of [RFC 822], the Content-Disposition
>    header field is defined as follows:
>         disposition := "Content-Disposition" ":"
>                        disposition-type
>                        *(";" disposition-parm)
>         disposition-type := "inline"
>                           / "attachment"
>                           / extension-token
>                           ; values are not case-sensitive

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


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