Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions doc/admin-guide/files/records.config.en.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1136,8 +1136,10 @@ mptcp

.. ts:cv:: CONFIG proxy.config.http.strict_uri_parsing INT 0

Enables (``1``) or disables (``0``) Traffic Server to return a 400 Bad Request
if client's request URI includes character which is not RFC 3986 compliant
Takes a value between 0 and 2. ``0`` disables strict_uri_parsing. Any character can appears
in the URI. ``1`` causes |TS| to return 400 Bad Request
if client's request URI includes character which is not RFC 3986 compliant. ``2`` directs |TS|
to reject the clients request if it contains whitespace or non-printable characters.

.. ts:cv:: CONFIG proxy.config.http.errors.log_error_pages INT 1
:reloadable:
Expand Down