]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Add some compatibility notes for some mod_rewrite flags added in lte last releases.
authorChristophe Jaillet <jailletc36@apache.org>
Sun, 28 Jul 2024 13:33:25 +0000 (13:33 +0000)
committerChristophe Jaillet <jailletc36@apache.org>
Sun, 28 Jul 2024 13:33:25 +0000 (13:33 +0000)
Make use of the new <since>.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1919564 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_rewrite.xml
docs/manual/rewrite/flags.xml

index 0cfc2f42ec5c3ee96b7bd7b516e81a5096045bba..168d4cb9be30eca8f66cd1fe142897afddab5cc4 100644 (file)
@@ -1505,13 +1505,15 @@ cannot use <code>$N</code> in the substitution string!
     <tr>
         <td>UnsafePrefixStat</td>
         <td>Allows potentially unsafe substitutions from a leading variable or backreference to a filesystem path.
-        <em><a href="../rewrite/flags.html#flag_unsafe_prefix_stat">details ...</a></em>
+        <em><a href="../rewrite/flags.html#flag_unsafe_prefix_stat">details ...</a></em><br />
+        <since>2.5.1</since>
         </td>
     </tr>
     <tr>
         <td>UNC</td>
         <td>Prevents the merging of multiple leading slashes, as used by Windows UNC paths.
-        <em><a href="../rewrite/flags.html#flag_unc">details ...</a></em>
+        <em><a href="../rewrite/flags.html#flag_unc">details ...</a></em><br />
+        <since>2.5.1</since>
         </td>
     </tr>
 
index 0b9ccfa9a89c7e0fb01166a1edc979dda1b9bebb..d46ba08818203fd6082d9b522ac2dd3d45e11dd5 100644 (file)
@@ -865,11 +865,15 @@ The <code>L</code> flag can be useful in this context to end the
     These substitutions are not prefixed with the document root.
     This protects from a malicious URL causing the expanded substitution to
     map to an unexpected filesystem location.</p>
+
+    <p><since>2.5.1</since></p>
 </section>
 <section id="flag_unc"><title>UNC</title>
     <p> Setting this flag prevents the merging of multiple leading slashes,
     as used in Windows UNC paths.  The flag is not necessary when the rules
-    substitution starts with multiple literal slashes. </p>
+    substitution starts with multiple literal slashes.</p>
+
+    <p><since>2.5.1</since></p>
 </section>
 
 </manualpage>