14613 increase max URI and header length to Wildfly defaults (#19551)
This commit is contained in:
parent
409e1c3581
commit
615dc89e13
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue