]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Add some compatibility notes.
authorChristophe Jaillet <jailletc36@apache.org>
Fri, 9 Aug 2024 09:30:31 +0000 (09:30 +0000)
committerChristophe Jaillet <jailletc36@apache.org>
Fri, 9 Aug 2024 09:30:31 +0000 (09:30 +0000)
(r1919564 in trunk, modified to match the 2.4.x release versions)

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1919774 13f79535-47bb-0310-9956-ffa450edef68

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

index 69efd70f616a7ab647f647bb41cf9245d2f1f06a..a10f3f38c0e5208222b958b5fa48de67b597302b 100644 (file)
@@ -1494,13 +1494,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.4.60</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.4.62</since>
         </td>
     </tr>
 
index 7d638aaf87558ce56f267a9dd23e6130799e5ba6..9e287ec9ee4f2ecfd232ab91d45bb259e5169a7b 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.4.60</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.4.62</since></p>
 </section>
 
 </manualpage>