Jetty based SimpleHTTPServer
-----------------------------
Key: AXIS2-121
URL: http://issues.apache.org/jira/browse/AXIS2-121
Project: Apache Axis 2.0 (Axis2)
Type: Improvement
Reporter: Davanum Srinivas
This is yet another lesson learned from Axis 1.X. A lot of code is not tested
well because a typical deployment is a servlet and none of the tests in the
harness are run inside a servlet. (http chunking, gzip compression, anything
that exercises the thread context loader, class loader stuff etc...). Just like
the move to CommonsTransportSender based on jakarta commons client, I think we
should port the JettyAxisServer in Axis 1.X clean it up and use that in Axis
2.0 as the default environment for testing (and get rid of the
SimpleHTTPServer).
thanks,
dims
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira