PRODSEC-10138 Override embedded tomcat default multipart parameters (#1103)

This commit is contained in:
Gerard Olenski 2025-07-03 15:22:12 +02:00 committed by GitHub
parent 27b5005b21
commit 5edfe361be
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 7 additions and 1 deletions

View File

@ -21,6 +21,9 @@ server:
port: ${SERVER_PORT:8090}
error:
include-message: ALWAYS
tomcat:
max-part-count: 10000
max-part-header-size: 8192B
logging:
level:

View File

@ -21,6 +21,9 @@ server:
port: ${SERVER_PORT:8090}
error:
include-message: ALWAYS
tomcat:
max-part-count: 10000
max-part-header-size: 8192B
# Historic values (AVOID) - Exist to help with transition to newer versions
transformer-routes-path: ${TRANSFORMER_ROUTES_FILE_LOCATION:transformer-pipelines.json}