Andreas Veithen created AXIS2-5847:
--------------------------------------

             Summary: Replace SimpleHTTPServer with an embedded Jetty server
                 Key: AXIS2-5847
                 URL: https://issues.apache.org/jira/browse/AXIS2-5847
             Project: Axis2
          Issue Type: Improvement
          Components: transports
            Reporter: Andreas Veithen


SimpleHTTPServer has multiple problems:
- It's based on an old version of HTTPComponents.
- It has vulnerabilities not present in AxisServlet; see e.g. AXIS2-5846.
- Some features are only supported with AxisServlet; see e.g. AXIS2-4756.

To solve these issues, the SimpleHTTPServer code should be trashed and replaced 
by an embedded servlet container (e.g. Jetty) running AxisServlet.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to