diff options
author | Christophe Jaillet <jailletc36@apache.org> | 2024-07-28 15:33:25 +0200 |
---|---|---|
committer | Christophe Jaillet <jailletc36@apache.org> | 2024-07-28 15:33:25 +0200 |
commit | 6680ceb5e711142bd1ee61f25827babaf25938ca (patch) | |
tree | 70e4166089f5957972f10037d837f2898877a60d /docs | |
parent | Add a new <since> tag to ease writing compatibility notes. (diff) | |
download | apache2-6680ceb5e711142bd1ee61f25827babaf25938ca.tar.xz apache2-6680ceb5e711142bd1ee61f25827babaf25938ca.zip |
Add some compatibility notes for some mod_rewrite flags added in lte last releases.
Make use of the new <since>.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1919564 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs')
-rw-r--r-- | docs/manual/mod/mod_rewrite.xml | 6 | ||||
-rw-r--r-- | docs/manual/rewrite/flags.xml | 6 |
2 files changed, 9 insertions, 3 deletions
diff --git a/docs/manual/mod/mod_rewrite.xml b/docs/manual/mod/mod_rewrite.xml index 0cfc2f42ec..168d4cb9be 100644 --- a/docs/manual/mod/mod_rewrite.xml +++ b/docs/manual/mod/mod_rewrite.xml @@ -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> diff --git a/docs/manual/rewrite/flags.xml b/docs/manual/rewrite/flags.xml index 0b9ccfa9a8..d46ba08818 100644 --- a/docs/manual/rewrite/flags.xml +++ b/docs/manual/rewrite/flags.xml @@ -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> |