@@ -739,6 +739,11 @@ The absence of an operand for conditions which accept them simply requires that
739739a value exists (e.g. the content of the header is not an empty string) for the
740740condition to be considered true.
741741
742+ .. note ::
743+ Strings within a set can be quoted, but the quotes are not necessary. This
744+ can be important if a matching string can include spaces or commas,
745+ e.g. ``(foo,"bar,fie",baz) ``.
746+
742747Condition Flags
743748---------------
744749
@@ -764,9 +769,10 @@ EXT The substring match only applies to the file extension following a dot.
764769 This is generally mostly useful for the ``URL:PATH `` part.
765770====== ========================================================================
766771
767- **Note **: At most, one of ``[PRE] ``, ``[SUF] ``, ``[MID] ``, or ``[EXT] `` may be
768- used at any time. They can however be used together with ``[NOCASE] `` and the
769- other flags.
772+ .. note ::
773+ At most, one of ``[PRE] ``, ``[SUF] ``, ``[MID] ``, or ``[EXT] `` may be
774+ used at any time. They can however be used together with ``[NOCASE] `` and the
775+ other flags.
770776
771777Operators
772778---------
@@ -898,7 +904,9 @@ Will call ``<URL>`` (see URL in `URL Parts`_) to retrieve a custom error respons
898904and set the body with the result. Triggering this rule on an OK transaction will
899905send a 500 status code to the client with the desired response. If this is triggered
900906on any error status code, that original status code will be sent to the client.
901- **Note **: This config should only be set using READ_RESPONSE_HDR_HOOK
907+
908+ .. note ::
909+ This config should only be set using READ_RESPONSE_HDR_HOOK
902910
903911An example config would look like::
904912
@@ -958,8 +966,9 @@ the appropriate logs even when the debug tag has not been enabled. For
958966additional information on |TS | debugging statements, refer to
959967:ref: `developer-debug-tags ` in the developer's documentation.
960968
961- **Note **: This operator is deprecated, use the `set-http-cntl `_ operator instead,
962- with the ``TXN_DEBUG `` control.
969+ .. note ::
970+ This operator is deprecated, use the `set-http-cntl `_ operator instead,
971+ with the ``TXN_DEBUG `` control.
963972
964973set-destination
965974~~~~~~~~~~~~~~~
@@ -1074,8 +1083,9 @@ When invoked, and when ``<value>`` is any of ``1``, ``true``, or ``TRUE``, this
10741083operator causes |TS | to abort further request remapping. Any other value and
10751084the operator will effectively be a no-op.
10761085
1077- **Note **: This operator is deprecated, use the `set-http-cntl `_ operator instead,
1078- with the ``SKIP_REMAP `` control.
1086+ .. note ::
1087+ This operator is deprecated, use the `set-http-cntl `_ operator instead,
1088+ with the ``SKIP_REMAP `` control.
10791089
10801090set-cookie
10811091~~~~~~~~~~
0 commit comments