문제

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!

도움이 되었습니까?

해결책

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

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top