From: Eric Covener Date: Mon, 21 Nov 2011 01:38:11 +0000 (+0000) Subject: upgrading/compat notes on some unexpected AddDescription behavior X-Git-Tag: 2.5.0-alpha~7846 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=99d2c7f4197e7ffddea5b6da0e826cfc56b5ff94;p=apache upgrading/compat notes on some unexpected AddDescription behavior git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1204317 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_autoindex.html.en b/docs/manual/mod/mod_autoindex.html.en index d971892aca..0ada134494 100644 --- a/docs/manual/mod/mod_autoindex.html.en +++ b/docs/manual/mod/mod_autoindex.html.en @@ -323,6 +323,10 @@ icon selected by MIME content-type element (such as cutting off the end of a bolded phrase), the results may affect the rest of the directory listing.

+

Compatibility

+

Prior to version 2.4, any wild-card expression that contained slashes + was treated as if it started with a '*'.

+
top
diff --git a/docs/manual/mod/mod_autoindex.xml b/docs/manual/mod/mod_autoindex.xml index ab5f9acd64..ef3a215e4a 100644 --- a/docs/manual/mod/mod_autoindex.xml +++ b/docs/manual/mod/mod_autoindex.xml @@ -314,6 +314,10 @@ icon selected by MIME content-type element (such as cutting off the end of a bolded phrase), the results may affect the rest of the directory listing.

+ Compatibility +

Prior to version 2.4, any wild-card expression that contained slashes + was treated as if it started with a '*'.

+
diff --git a/docs/manual/upgrading.html.en b/docs/manual/upgrading.html.en index 56b7383c62..fd53b71ce8 100644 --- a/docs/manual/upgrading.html.en +++ b/docs/manual/upgrading.html.en @@ -275,6 +275,10 @@ display descriptions for .xhtml files, which were previously ignored. +
  • mod_autoindex: AddDescription 'file' arguments + that contain wild-cards and slashes are no longer implicitly treated + as if they began with a '*' character.
  • +
  • mod_ssl: The default format of the *_DN variables has changed. The old format can still be used with the new LegacyDNStringFormat argument to SSLOptions. The SSLv2 protocol is diff --git a/docs/manual/upgrading.xml b/docs/manual/upgrading.xml index 0b844516e4..17785ebd13 100644 --- a/docs/manual/upgrading.xml +++ b/docs/manual/upgrading.xml @@ -291,6 +291,10 @@ display descriptions for .xhtml files, which were previously ignored.
  • +
  • mod_autoindex: AddDescription 'file' arguments + that contain wild-cards and slashes are no longer implicitly treated + as if they began with a '*' character.
  • +
  • mod_ssl: The default format of the *_DN variables has changed. The old format can still be used with the new LegacyDNStringFormat argument to