You are viewing a plain text version of this content. The canonical link for it is here.
Posted to rampart-c-dev@ws.apache.org by "Nandika Jayawardana (JIRA)" <ji...@apache.org> on 2010/07/19 14:01:51 UTC

[jira] Created: (AXIS2C-1489) MTOM processing fails with chunked stream

MTOM processing fails with chunked stream
-----------------------------------------

                 Key: AXIS2C-1489
                 URL: https://issues.apache.org/jira/browse/AXIS2C-1489
             Project: Axis2-C
          Issue Type: Bug
         Environment: Any
            Reporter: Nandika Jayawardana


when the request processing goes through chunked stream with an mtom message, it fails. This issue was corrected through a hack at revision 965364. It is done at http_transport_utils.c line 385. 

if((encoding_header)&& (!strstr(content_type, AXIS2_HTTP_HEADER_ACCEPT_MULTIPART_RELATED)))

Basically, when a message an mtom message , it does not go through the chunked stream now.




-- 
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: c-dev-unsubscribe@axis.apache.org
For additional commands, e-mail: c-dev-help@axis.apache.org


[jira] Resolved: (AXIS2C-1489) MTOM processing fails with chunked stream

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

Nandika Jayawardana resolved AXIS2C-1489.
-----------------------------------------

         Assignee: Nandika Jayawardana
    Fix Version/s: Current (Nightly)
       Resolution: Fixed

Actually the issue was not in the mime parser, but selection of the stream depending on each module. With the simple axis2 server, axis2_http_chunked_stream works fine, with apache module, some of the chunking meta data is not there and hence fails. Adjusted the logic to work around the issue. 

> MTOM processing fails with chunked stream
> -----------------------------------------
>
>                 Key: AXIS2C-1489
>                 URL: https://issues.apache.org/jira/browse/AXIS2C-1489
>             Project: Axis2-C
>          Issue Type: Bug
>         Environment: Any
>            Reporter: Nandika Jayawardana
>            Assignee: Nandika Jayawardana
>             Fix For: Current (Nightly)
>
>
> when the request processing goes through chunked stream with an mtom message, it fails. This issue was corrected through a hack at revision 965364. It is done at http_transport_utils.c line 385. 
> if((encoding_header)&& (!strstr(content_type, AXIS2_HTTP_HEADER_ACCEPT_MULTIPART_RELATED)))
> Basically, when a message an mtom message , it does not go through the chunked stream now.

-- 
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: c-dev-unsubscribe@axis.apache.org
For additional commands, e-mail: c-dev-help@axis.apache.org


[jira] Resolved: (AXIS2C-1489) MTOM processing fails with chunked stream

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

Nandika Jayawardana resolved AXIS2C-1489.
-----------------------------------------

         Assignee: Nandika Jayawardana
    Fix Version/s: Current (Nightly)
       Resolution: Fixed

Actually the issue was not in the mime parser, but selection of the stream depending on each module. With the simple axis2 server, axis2_http_chunked_stream works fine, with apache module, some of the chunking meta data is not there and hence fails. Adjusted the logic to work around the issue. 

> MTOM processing fails with chunked stream
> -----------------------------------------
>
>                 Key: AXIS2C-1489
>                 URL: https://issues.apache.org/jira/browse/AXIS2C-1489
>             Project: Axis2-C
>          Issue Type: Bug
>         Environment: Any
>            Reporter: Nandika Jayawardana
>            Assignee: Nandika Jayawardana
>             Fix For: Current (Nightly)
>
>
> when the request processing goes through chunked stream with an mtom message, it fails. This issue was corrected through a hack at revision 965364. It is done at http_transport_utils.c line 385. 
> if((encoding_header)&& (!strstr(content_type, AXIS2_HTTP_HEADER_ACCEPT_MULTIPART_RELATED)))
> Basically, when a message an mtom message , it does not go through the chunked stream now.

-- 
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: c-dev-unsubscribe@axis.apache.org
For additional commands, e-mail: c-dev-help@axis.apache.org