cvs commit: xml-axis/java/samples/attachments EchoAttachment.java

2002-04-22 Thread tomj
tomj02/04/22 14:32:35 Modified:java/samples/attachments EchoAttachment.java Log: Grab some (really) low hanging fruit... Fix bug 7560: echoAttachment does slow file compare. Check the lengths of the files before comparing them. Revision ChangesPath 1.12 +

RE: cvs commit: xml-axis/java/samples/attachments EchoAttachment.java

2002-04-19 Thread Glen Daniels
> Add a functional test for attachments but comment it out since > SimpleAxisServer doesn't support it. If we ever switch to > a real server (like Tomcat) ... ...or add MIME support to SimpleAxisServer --G

cvs commit: xml-axis/java/samples/attachments EchoAttachment.java

2002-04-19 Thread dug
dug 02/04/19 11:42:30 Modified:java/test/functional FunctionalTests.java java/samples/attachments EchoAttachment.java Added: java/test/functional TestAttachmentsSample.java Log: Add a functional test for attachments but comment it out since SimpleAxisSer

cvs commit: xml-axis/java/samples/attachments EchoAttachment.java

2002-02-26 Thread rineholt
rineholt02/02/26 18:57:22 Modified:java/samples/attachments EchoAttachment.java Log: Fix to reflect that arrays types are now returned instead of ArrayList. Revision ChangesPath 1.8 +8 -10 xml-axis/java/samples/attachments/EchoAttachment.java Index: EchoAt