14613 increase max URI and header length to Wildfly defaults (#19551)

This commit is contained in:
Sebastian Schuster 2023-04-05 20:21:53 +02:00 committed by GitHub
parent 409e1c3581
commit 615dc89e13
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -25,3 +25,7 @@ quarkus.log.category."org.infinispan.client.hotrod.impl.query.RemoteQuery".level
#jndi needed for LDAP lookups
quarkus.naming.enable-jndi=true
# HTTP limits configuration - reverse-engineered from Wildfly
quarkus.http.limits.max-initial-line-length=32779
quarkus.http.limits.max-header-size=65535