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 "Hans G Knudsen (JIRA)" <ji...@apache.org> on 2007/04/19 09:19:15 UTC

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

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
             Fix For: 1.2


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


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

Posted by "Hans G Knudsen (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/AXIS2-2558?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Hans G Knudsen updated AXIS2-2558:
----------------------------------

    Attachment: content_disposition_attachment_case_sensitive.diff

change compare to 
    equalsIgnoreCase

> 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
>             Fix For: 1.2
>
>         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


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

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

Deepal Jayasinghe updated AXIS2-2558:
-------------------------------------

    Fix Version/s:     (was: 1.2)
                   nightly

> 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
>             Fix For: nightly
>
>         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


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

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

Glen Daniels updated AXIS2-2558:
--------------------------------

    Fix Version/s:     (was: nightly)
                   1.3
         Priority: Blocker  (was: Major)

> 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


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

Posted by "Srinath Perera (JIRA)" <ji...@apache.org>.
     [ 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


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

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

Deepal Jayasinghe reassigned AXIS2-2558:
----------------------------------------

    Assignee: Saminda Wishwajith Abeyruwan

> 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
>         Assigned To: Saminda Wishwajith Abeyruwan
>             Fix For: nightly
>
>         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