]> granicus.if.org Git - apache/commitdiff
upgrading/compat notes on some unexpected AddDescription behavior
authorEric Covener <covener@apache.org>
Mon, 21 Nov 2011 01:38:11 +0000 (01:38 +0000)
committerEric Covener <covener@apache.org>
Mon, 21 Nov 2011 01:38:11 +0000 (01:38 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1204317 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_autoindex.html.en
docs/manual/mod/mod_autoindex.xml
docs/manual/upgrading.html.en
docs/manual/upgrading.xml

index d971892acae342934196abea779b5f9a26c35cf3..0ada134494d41a1e68d028a4f526a7d77ba24a4b 100644 (file)
@@ -323,6 +323,10 @@ icon selected by MIME content-type</td></tr>
       element (such as cutting off the end of a bolded phrase), the
       results may affect the rest of the directory listing.</p>
     </div>
+    <div class="note"><h3>Compatibility</h3>
+    <p> Prior to version 2.4, any wild-card expression that contained slashes 
+    was treated as if it started with a '*'.</p>
+    </div>
 
 </div>
 <div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
index ab5f9acd64a31219b3623cc3a1be6c35a2e4cc85..ef3a215e4a94135bc71bb1ed19dc5b009a0af65c 100644 (file)
@@ -314,6 +314,10 @@ icon selected by MIME content-type</description>
       element (such as cutting off the end of a bolded phrase), the
       results may affect the rest of the directory listing.</p>
     </note>
+    <note><title>Compatibility</title>
+    <p> Prior to version 2.4, any wild-card expression that contained slashes 
+    was treated as if it started with a '*'.</p>
+    </note>
 </usage>
 </directivesynopsis>
 
index 56b7383c62f811be1fd35a168e14fbf16f817ddb..fd53b71ce8a9c1e3ee46993816970cb42650acc4 100644 (file)
       display descriptions for .xhtml files, which were previously
       ignored.</li>
 
+      <li><code class="module"><a href="./mod/mod_autoindex.html">mod_autoindex</a></code>: AddDescription 'file' arguments
+      that contain wild-cards and slashes are no longer implicitly treated 
+      as if they began with a '*' character.</li>
+
       <li><code class="module"><a href="./mod/mod_ssl.html">mod_ssl</a></code>: The default format of the <code>*_DN</code>
       variables has changed. The old format can still be used with the new
       <code>LegacyDNStringFormat</code> argument to <code class="directive"><a href="./mod/mod_ssl.html#ssloptions">SSLOptions</a></code>. The SSLv2 protocol is
index 0b844516e483078d5490194a606ce80ba5ee2e8d..17785ebd13078ebdecac3e31d5ce41f263d4e482 100644 (file)
       display descriptions for .xhtml files, which were previously
       ignored.</li>
 
+      <li><module>mod_autoindex</module>: AddDescription 'file' arguments
+      that contain wild-cards and slashes are no longer implicitly treated 
+      as if they began with a '*' character.</li>
+
       <li><module>mod_ssl</module>: The default format of the <code>*_DN</code>
       variables has changed. The old format can still be used with the new
       <code>LegacyDNStringFormat</code> argument to <directive