Hi,
I am working with MTOM and Axis2 using the samples to save a file on the server that is uploaded from the client. I have added the file caching properties to axis2.xml.
It seems that if a file is large than 4mb (as detailed in axis2.xml) it will drop 2 bytes for each 4mb of the file uploaded so that the final file isn't valid. For example upload a 6mb tiff, then the GIMP will display some of the file but complain about the missing two bytes.
Is this a simple fix that I can make, not sure where the file cache code is I am using the source 0.95 from Subversion but it is the same with 0.94.
Many thanks,
Norman
Title: axis2 MTOM file cache bug