You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by "Andreas Veithen (JIRA)" <ji...@apache.org> on 2017/04/23 11:20:04 UTC

[jira] [Created] (AXIS2-5847) Replace SimpleHTTPServer with an embedded Jetty server

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