Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Configuration de la taille max des uploads dans application.properties #257

Closed
yblatti opened this issue Nov 1, 2022 · 1 comment
Closed
Labels
bug Something isn't working
Milestone

Comments

@yblatti
Copy link
Contributor

yblatti commented Nov 1, 2022

Bug Version 2.0, remonté par @maltaesousa


Dans le fichier de configuration /WEB-INF/classes/application.properties

spring.http.multipart.max-file-size 
spring.http.multipart.max-request-size

deviennent :

spring.servlet.multipart.max-file-size
spring.servlet.multipart.max-request-size

Avec Spring 2.

A corriger :

  • dans le fichier par défaut
  • dans la doc de mise à jour
  • dans la doc d’exploitation
@yblatti yblatti added the bug Something isn't working label Nov 1, 2022
@yblatti yblatti changed the title Configuration de la taille max Configuration de la taille max des uploads dans application.properties Nov 1, 2022
arxit-ygr added a commit to arxit-ygr/extract that referenced this issue Nov 8, 2022
@yblatti yblatti added this to the v2.0.1 milestone Dec 1, 2022
@yblatti
Copy link
Contributor Author

yblatti commented Dec 1, 2022

Patché en v2.0.1

@yblatti yblatti closed this as completed Dec 1, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant