[ 
https://issues.apache.org/jira/browse/AXIS2C-1358?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12697469#action_12697469
 ] 

Barend Put commented on AXIS2C-1358:
------------------------------------

The same for HEAD and DELETE requests. 
Normally these HTTP messages would not have a message body. 

axis2_msg_ctx_get_op returns null because msg_ctx->op has not been set yet. 

A solution would be to call 
axis2_http_transport_utils_handle_media_type_url_encoded after 
axis2_http_transport_utils_dispatch_and_verify has been called. 
This would be in: 
axis2_http_transport_utils_process_http_get_request 
axis2_http_transport_utils_process_http_head_request 
axis2_http_transport_utils_process_http_delete_request 

> 500 Internal Server Error on GET request
> ----------------------------------------
>
>                 Key: AXIS2C-1358
>                 URL: https://issues.apache.org/jira/browse/AXIS2C-1358
>             Project: Axis2-C
>          Issue Type: Bug
>          Components: core/transport
>    Affects Versions: 1.5.0
>         Environment: independent
>            Reporter: Edmund Lo
>
> axis2_msg_ctx_get_op returns null in 
> axis2_http_transport_utils_handle_media_type_url_encoded which causes server 
> error when processing a GET request

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

Reply via email to