Question

When we upload the file using Apache PostMethod via HTTP file makes it fine to the server. If we upload it via HTTPS a corrupted OKB file is saved to the server. No errors in the log files.

Smaller 1KB files get uploaded correctly. What could be possible going on. We use JDK1.7, and Apache commons 3.1.

Any ideas will be appreciated!

Was it helpful?

Solution

Upgrading to commond-fileupload-1.2.2.jar fixed the issue for us.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top