[ 
https://issues.apache.org/jira/browse/AXIS2-4756?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12883549#action_12883549
 ] 

Detelin Yordanov edited comment on AXIS2-4756 at 6/29/10 10:02 AM:
-------------------------------------------------------------------

A sample web service that can be used to demonstrate the problem - deploy to a 
standalone Axis2 server and invoke it with multipart REST request.

      was (Author: detyo):
    A sample web service that can be used to demonstrate the problem - when 
invoked with multipart REST request.
  
> Standalone Axis2 server cannot handle multipart http requests
> -------------------------------------------------------------
>
>                 Key: AXIS2-4756
>                 URL: https://issues.apache.org/jira/browse/AXIS2-4756
>             Project: Axis2
>          Issue Type: Bug
>          Components: kernel, transports
>    Affects Versions: 1.5.1, nightly
>            Reporter: Detelin Yordanov
>         Attachments: FileUploadService.aar
>
>
> When running a standalone Axis2 server and a multipart Http request is 
> received, the org.apache.axis2.builder.MultipartFormDataBuilder will throw an 
> exception: "Cannot create DocumentElement without HttpServletRequest".
> Reason for this is that the Axis2 Http server wraps the incoming http request 
> into an AxisHttpRequest and there is no HttpServletRequest available.

-- 
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]

Reply via email to