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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]