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:52:19 UTC

[jira] Created: (AXIS2C-315) content-id problems in MTOM

content-id problems in MTOM
---------------------------

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


Mime parser looks for "content-id", but it is leagl to use "Content-Id", we need to use a case insensitive comparison 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] Commented: (AXIS2C-315) content-id problems in MTOM

Posted by "Sahan Gamage (JIRA)" <ji...@apache.org>.
    [ http://issues.apache.org/jira/browse/AXIS2C-315?page=comments#action_12439192 ] 
            
Sahan Gamage commented on AXIS2C-315:
-------------------------------------

I believe both strcasecmp and strncasecmp is implemented in axis2 util. (in axis2_string.h)

AXIS2_EXTERN int AXIS2_CALL
axis2_strcasecmp(const axis2_char_t *s1,
                     const axis2_char_t *s2);

AXIS2_EXTERN int AXIS2_CALL
axis2_strncasecmp(const axis2_char_t *s1,
                      const axis2_char_t *s2, int n);

> content-id problems in MTOM
> ---------------------------
>
>                 Key: AXIS2C-315
>                 URL: http://issues.apache.org/jira/browse/AXIS2C-315
>             Project: Axis2-C
>          Issue Type: Bug
>          Components: xml/om
>    Affects Versions: Current (Nightly)
>            Reporter: Samisa Abeysinghe
>
> Mime parser looks for "content-id", but it is leagl to use "Content-Id", we need to use a case insensitive comparison 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-315) content-id problems in MTOM

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

Samisa Abeysinghe closed AXIS2C-315.
------------------------------------

    Fix Version/s: 0.95
       Resolution: Fixed

Fixed. Added a strcasestr and used that to solve the problem

> content-id problems in MTOM
> ---------------------------
>
>                 Key: AXIS2C-315
>                 URL: http://issues.apache.org/jira/browse/AXIS2C-315
>             Project: Axis2-C
>          Issue Type: Bug
>          Components: xml/om
>    Affects Versions: Current (Nightly)
>            Reporter: Samisa Abeysinghe
>         Assigned To: Samisa Abeysinghe
>             Fix For: 0.95
>
>
> Mime parser looks for "content-id", but it is leagl to use "Content-Id", we need to use a case insensitive comparison 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] Commented: (AXIS2C-315) content-id problems in MTOM

Posted by "Samisa Abeysinghe (JIRA)" <ji...@apache.org>.
    [ http://issues.apache.org/jira/browse/AXIS2C-315?page=comments#action_12439180 ] 
            
Samisa Abeysinghe commented on AXIS2C-315:
------------------------------------------

We need to add, a strcasecmp wrapper to our string API (BTW strcasecmp is not ANSI)

> content-id problems in MTOM
> ---------------------------
>
>                 Key: AXIS2C-315
>                 URL: http://issues.apache.org/jira/browse/AXIS2C-315
>             Project: Axis2-C
>          Issue Type: Bug
>          Components: xml/om
>    Affects Versions: Current (Nightly)
>            Reporter: Samisa Abeysinghe
>
> Mime parser looks for "content-id", but it is leagl to use "Content-Id", we need to use a case insensitive comparison 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] Commented: (AXIS2C-315) content-id problems in MTOM

Posted by "Samisa Abeysinghe (JIRA)" <ji...@apache.org>.
    [ http://issues.apache.org/jira/browse/AXIS2C-315?page=comments#action_12439913 ] 
            
Samisa Abeysinghe commented on AXIS2C-315:
------------------------------------------

What I really need to solve this is strcasestr

> content-id problems in MTOM
> ---------------------------
>
>                 Key: AXIS2C-315
>                 URL: http://issues.apache.org/jira/browse/AXIS2C-315
>             Project: Axis2-C
>          Issue Type: Bug
>          Components: xml/om
>    Affects Versions: Current (Nightly)
>            Reporter: Samisa Abeysinghe
>         Assigned To: Samisa Abeysinghe
>
> Mime parser looks for "content-id", but it is leagl to use "Content-Id", we need to use a case insensitive comparison 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] Commented: (AXIS2C-315) content-id problems in MTOM

Posted by "Samisa Abeysinghe (JIRA)" <ji...@apache.org>.
    [ http://issues.apache.org/jira/browse/AXIS2C-315?page=comments#action_12439202 ] 
            
Samisa Abeysinghe commented on AXIS2C-315:
------------------------------------------

Oh, thanks for the tip - I looked into string.h at a glance and did not see this - did the wrong grep I guess

> content-id problems in MTOM
> ---------------------------
>
>                 Key: AXIS2C-315
>                 URL: http://issues.apache.org/jira/browse/AXIS2C-315
>             Project: Axis2-C
>          Issue Type: Bug
>          Components: xml/om
>    Affects Versions: Current (Nightly)
>            Reporter: Samisa Abeysinghe
>
> Mime parser looks for "content-id", but it is leagl to use "Content-Id", we need to use a case insensitive comparison 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-315) content-id problems in MTOM

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

Samisa Abeysinghe reassigned AXIS2C-315:
----------------------------------------

    Assignee: Samisa Abeysinghe

> content-id problems in MTOM
> ---------------------------
>
>                 Key: AXIS2C-315
>                 URL: http://issues.apache.org/jira/browse/AXIS2C-315
>             Project: Axis2-C
>          Issue Type: Bug
>          Components: xml/om
>    Affects Versions: Current (Nightly)
>            Reporter: Samisa Abeysinghe
>         Assigned To: Samisa Abeysinghe
>
> Mime parser looks for "content-id", but it is leagl to use "Content-Id", we need to use a case insensitive comparison 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