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} port: ${SERVER_PORT:8090}
error: error:
include-message: ALWAYS include-message: ALWAYS
tomcat:
max-part-count: 10000
max-part-header-size: 8192B
logging: logging:
level: level:

View File

@ -21,6 +21,9 @@ server:
port: ${SERVER_PORT:8090} port: ${SERVER_PORT:8090}
error: error:
include-message: ALWAYS include-message: ALWAYS
tomcat:
max-part-count: 10000
max-part-header-size: 8192B
# Historic values (AVOID) - Exist to help with transition to newer versions # Historic values (AVOID) - Exist to help with transition to newer versions
transformer-routes-path: ${TRANSFORMER_ROUTES_FILE_LOCATION:transformer-pipelines.json} transformer-routes-path: ${TRANSFORMER_ROUTES_FILE_LOCATION:transformer-pipelines.json}
@ -61,4 +64,4 @@ management:
container: container:
name: ${HOSTNAME:t-engine} name: ${HOSTNAME:t-engine}
isTRouter: false isTRouter: false
behind-ingres: false behind-ingres: false