Le 15/07/2024 à 14:07, cove...@apache.org a écrit :
Author: covener
Date: Mon Jul 15 12:07:57 2024
New Revision: 1919248
URL: http://svn.apache.org/viewvc?rev=1919248&view=rev
Log:
Merge r1919246 from trunk:
merge leading slashes by default
Submitted By: ylavic, covener
Reviewed By: ylavic, covener, gbechis
Modified:
httpd/httpd/branches/2.4.x/ (props changed)
httpd/httpd/branches/2.4.x/docs/manual/mod/mod_rewrite.xml
httpd/httpd/branches/2.4.x/docs/manual/rewrite/flags.xml
httpd/httpd/branches/2.4.x/modules/mappers/mod_rewrite.c
Propchange: httpd/httpd/branches/2.4.x/
------------------------------------------------------------------------------
Merged /httpd/httpd/trunk:r1919246
Modified: httpd/httpd/branches/2.4.x/docs/manual/mod/mod_rewrite.xml
URL:
http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/docs/manual/mod/mod_rewrite.xml?rev=1919248&r1=1919247&r2=1919248&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/docs/manual/mod/mod_rewrite.xml (original)
+++ httpd/httpd/branches/2.4.x/docs/manual/mod/mod_rewrite.xml Mon Jul 15
12:07:57 2024
@@ -1497,6 +1497,13 @@ cannot use <code>$N</code> in the substi
<em><a href="../rewrite/flags.html#flag_unsafe_prefix_stat">details
...</a></em>
</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>
+ </td>
+ </tr>
+
</table>
Hi,
A compatibility note should be added somewhere for this new flag.
I should have some cycles the WE for it, but if anyone wants to fix it
before me, it is fine as well.
CJ