DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=9780>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=9780 Attachments Error serializing DataHandlers that are not backed by FileDataSource ------- Additional Comments From [EMAIL PROTECTED] 2002-12-04 19:44 ------- For MIME type attachments there was a fix put in to use HTTP 1.1 and HTTP Chunking so that doing content length calculation would not be necessary. To enable this see samples\attachments\TestRef.java and search for "un comment". Note there was also code placed to address the HTTP 1.1 100 continue response but this seems to a bit unclear from the spec and was never thoroughly tested. Needs testing with several servers to see how they respond. TODOs SimpleAxisServer would need to be HTTP 1.1 enhanced for functional test enablement. DIME attachments still do not work with this since ideally HTTP chunking should be coordinated with DIME recording chunking and this was never added.