From 3935a0b5ecbe6e5c58589686a051cf156c196261 Mon Sep 17 00:00:00 2001 From: Yann Ylavic Date: Fri, 23 Mar 2018 22:04:05 +0000 Subject: [PATCH] Follow up to r1827599: don't mention EXTENDED. It does/can *not* work as expected for now. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1827604 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/mod/core.xml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/docs/manual/mod/core.xml b/docs/manual/mod/core.xml index d9feefba70..e8718c6ef9 100644 --- a/docs/manual/mod/core.xml +++ b/docs/manual/mod/core.xml @@ -4148,8 +4148,6 @@ Protocols h2 http/1.1
DOLLAR_ENDONLY
'$' matches at end of subject string only.
- -
EXTENDED
.
@@ -4159,8 +4157,8 @@ RegexDefaultOptions +ICASE +DOLLAR_ENDONLY # Remove the ICASE option, but keep all the other already set options RegexDefaultOptions -ICASE ... -# Set the default option to EXTENDED, resetting any other option -RegexDefaultOptions EXTENDED +# Set the default option to DOTALL, resetting any other option +RegexDefaultOptions DOTALL ... # Reset all defined option RegexDefaultOptions none -- 2.50.1