Skip to content

Commit 127fb39

Browse files
author
matthaios.stavrou
committed
Remove the listener entry from the .adoc documentation, such as the example quarkus.undertow.listener
1 parent d70baa6 commit 127fb39

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/src/main/asciidoc/http-reference.adoc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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`.
652652
Useful for disabling insecure methods such as `TRACE` or `TRACK`.
653653

654654
Example:
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.
663663
Useful 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.

0 commit comments

Comments
 (0)