bneradt commented on code in PR #12174: URL: https://github.com/apache/trafficserver/pull/12174#discussion_r2036077308
########## doc/admin-guide/plugins/header_rewrite.en.rst: ########## @@ -958,7 +958,11 @@ changing the remapped destination, ``<part>`` should be used to indicate the component that is being modified (see `URL Parts`_), and ``<value>`` will be used as its replacement. You must supply a non-zero length value, otherwise this operator will be an effective no-op (though a warning will be emitted to -the logs if debugging is enabled). +the logs if debugging is enabled). Also, note that for ``PATH`` ``<part>`` +values, a leading ``/`` is not included. That is, you will generally not want +to start your ``PATH`` value with a leading ``/``. See the ``set-destination`` +example in the ``Examples`` section below for a demonstration of a ``PATH`` Review Comment: Good point. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
