File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -645,24 +645,24 @@ The following configuration properties are available when using the Undertow ser
645645|===
646646|Configuration property |Type |Default |Description
647647
648- |`quarkus.undertow.listener. disallowed-methods`
648+ |`quarkus.undertow.disallowed-methods`
649649|list of string
650650|`<empty>`
651651|A list of HTTP methods that should be rejected with `405 Method Not Allowed`.
652652Useful for disabling insecure methods such as `TRACE` or `TRACK`.
653653
654654Example:
655655----
656- quarkus.undertow.listener. disallowed-methods=TRACE,TRACK
656+ quarkus.undertow.disallowed-methods=TRACE,TRACK
657657----
658658
659- |`quarkus.undertow.listener. record-request-start-time`
659+ |`quarkus.undertow.record-request-start-time`
660660|boolean
661661|false
662662|If enabled, Undertow records the request start timestamp.
663663Useful for timing, logging and request tracing.
664664
665- |`quarkus.undertow.listener. max-parameters`
665+ |`quarkus.undertow.max-parameters`
666666|int
667667|1000
668668|Maximum number of allowed HTTP parameters.
You can’t perform that action at this time.
0 commit comments