[
https://issues.apache.org/jira/browse/AXIS2-2449?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Oleg Kalnichevski updated AXIS2-2449:
-------------------------------------
Attachment: 20070405-simplehttpserver-1.2-branch.patch
Hi Davanum,
I ported the patch to the 1.2 branch. I am pretty certain about the changes in
trunk not having any side-effects. I am less certain about the 1.2 branch,
though. The patch _may_ conflict with the changes in revision 525097 made by
deepal. I also have one integration test failing for me
org.apache.axis2.engine.CharactersetEncodingTest when running maven build. The
same test passes, though, if run under the debugger. I am attaching the patch
anyways, so you could start the review process. I'll continue looking into the
failing test case meanwhile.
Oleg
> Request and response content streaming for SimpleHttpServer
> ------------------------------------------------------------
>
> Key: AXIS2-2449
> URL: https://issues.apache.org/jira/browse/AXIS2-2449
> Project: Axis 2.0 (Axis2)
> Issue Type: Improvement
> Components: transports
> Reporter: Oleg Kalnichevski
> Fix For: nightly
>
> Attachments: 20070405-simplehttpserver-1.2-branch.patch,
> 20070405-simplehttpserver.patch
>
>
> Folks,
> I am submitting for your consideration a patch that implements request and
> response content streaming for SimpleHttpServer.
> The patch introduces a custom API on top of lower level HttpCore components
> similar to the Java Servlet API. This enables Axis2 engine to stream content
> in and out while processing messages without having to use intermediate
> content buffers, thus eliminating the last significant deficiency in the
> SimpleHttpServer left from the the old implementation based on Commons
> HttpClient test classes.
> All test cases pass for me.
> Please let me know what you think.
> Oleg
--
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]