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


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