ebics-java / ebics-java-client

Java open source EBICS client - Support for French, German and Swiss banks
GNU Lesser General Public License v2.1
36 stars 35 forks source link

Reduce max request size for file uploads #7

Closed lmyslinski closed 4 years ago

lmyslinski commented 4 years ago

Fixes #6

Reduced the Splitter chunk size to 700kB. Added junit, mockito and surefire plugin to maven. Added a few tests to make sure that the request is always below 1MB.

Not exactly top quality PR, but this codebase is pretty outdated as a whole and I'd rather not put too much effort into this. Let me know if you have any objections.

lmyslinski commented 4 years ago

HI, I've updated my code. Do you have any other remarks? I'd like to resolve this issue