Itema-as / dawn-marketplace-server

An open source Eclipse marketplace server. Compatible with the built-in marketplace client.
Eclipse Public License 1.0
6 stars 5 forks source link

cannot upload p2 repo larger than 10MB #112

Closed belkassaby closed 8 years ago

belkassaby commented 8 years ago

I have sorted that out by adding in my locally ran server the following lines in the application.yml: multipart: maxFileSize: -1 maxRequestSize: -1

belkassaby commented 8 years ago

Fixed by https://github.com/belkassaby/dawn-marketplace-server/commit/e6d81707bf39e55f78b6af3b3ce7f3246cf19a34