]> granicus.if.org Git - apache/commitdiff
Merge r1204317 from trunk:
authorEric Covener <covener@apache.org>
Mon, 21 Nov 2011 01:40:15 +0000 (01:40 +0000)
committerEric Covener <covener@apache.org>
Mon, 21 Nov 2011 01:40:15 +0000 (01:40 +0000)
upgrading/compat notes on some unexpected AddDescription behavior

also: mention in CHANGES

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1204319 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 8c4e6aefa12fc9ef670a68f7c4b5a7dd1febbc20..66e565210802a774b01533c45addb7f71680e2da 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 a66e63245258db3cb53b2ef31fb73847b5dafea3..844edd9938f85a60030e482e0338cb35282ab9d7 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 fab9d1cf3b96973d1ae94422f987508946aed14d..876fa6042368880d73dc417f1d2c2d1659984f35 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