Skip to content

Commit c7d44d5

Browse files
author
matthaios.stavrou
committed
Fixed spaces in documentation
1 parent 867a4ce commit c7d44d5

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

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

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -643,29 +643,29 @@ The following configuration properties are available when using the Undertow ser
643643

644644
[cols="3,1,1,5",options="header"]
645645
|===
646-
| Configuration property |Type |Default |Description
646+
|Configuration property |Type |Default |Description
647647

648-
| `quarkus.undertow.disallowed-methods`
649-
| list of string
650-
| `<empty>`
651-
| A list of HTTP methods that should be rejected with `405 Method Not Allowed`.
648+
|`quarkus.undertow.disallowed-methods`
649+
|list of string
650+
|`<empty>`
651+
|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
----
656656
quarkus.undertow.disallowed-methods=TRACE,TRACK
657657
----
658658

659-
| `quarkus.undertow.record-request-start-time`
660-
| boolean
661-
| false
662-
| If enabled, Undertow records the request start timestamp.
659+
|`quarkus.undertow.record-request-start-time`
660+
|boolean
661+
|false
662+
|If enabled, Undertow records the request start timestamp.
663663
Useful for timing, logging and request tracing.
664664

665-
| `quarkus.undertow.max-parameters`
666-
| int
667-
| 1000
668-
| Maximum number of allowed HTTP parameters.
665+
|`quarkus.undertow.max-parameters`
666+
|int
667+
|1000
668+
|Maximum number of allowed HTTP parameters.
669669
Provides protection against parameter-based DoS attacks.
670670

671671
|===

0 commit comments

Comments
 (0)