]> granicus.if.org Git - apache/commitdiff
Add a <default> for Multiviews Match and reference that directive
authorJoshua Slive <slive@apache.org>
Thu, 21 Nov 2002 17:43:34 +0000 (17:43 +0000)
committerJoshua Slive <slive@apache.org>
Thu, 21 Nov 2002 17:43:34 +0000 (17:43 +0000)
in upgrading.

Note that there are LOTS of things missing from upgrading.xml.  As you
stumble on differences between 1.3 and 2.0, please add them to that file.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97583 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_mime.xml
docs/manual/upgrading.xml

index b2bd6376993c5b685517171bee4a182fe194721b..0b615326ec20d273c8182c6c491ea34642e29714 100644 (file)
@@ -548,6 +548,7 @@ onto the specified content type</description>
 searching for a matching file with MultiViews</description>
 <syntax>MultiviewsMatch
     <em>[NegotiatedOnly] [Handlers] [Filters] [Any]</em></syntax>
+<default>MultiviewsMatch NegotiatedOnly</default>
 <contextlist>
 <context>server config</context>
 <context>virtual host</context>
index 761dac3d5f274d0834cc294f3a59cb6f5a195712..9ffaf647e3f121f7f38e110c8102ae3cfc6ca7a3 100644 (file)
       <code>FancyIndexing</code> option to the <directive
       module="mod_autoindex">IndexOptions</directive>
       directive.</li>
+
+      <li>The MultiViews content-negotiation technique provided by
+      <module>mod_negotiation</module> has become more strict in its
+      default file matching.  It will select only from <em>negotiable</em>
+      files.  The old behavior can be restored using the <directive
+      module="mod_mime">MultiviewsMatch</directive> directive.</li>
+
     </ul>
   </section>