]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
All mod_autoindex query parsing is now quietly quashed with the
authorWilliam A. Rowe Jr <wrowe@apache.org>
Tue, 7 Aug 2001 12:54:31 +0000 (12:54 +0000)
committerWilliam A. Rowe Jr <wrowe@apache.org>
Tue, 7 Aug 2001 12:54:31 +0000 (12:54 +0000)
commita7632f50408db231d4e71114a1ccf61525ba9e31
treed3f20efc5ea3836f757ab009feb9aaadc6b3b121
parent7e9903172e8c40df89cbced859c9abd2d8549072
 All mod_autoindex query parsing is now quietly quashed with the
     IndexOption IgnoreClient.  The IndexOption SuppressColumnSorting
     still drops the column sort <a href>'s for the column headers, but
     IgnoreClient is required to ignore these Query options entirely.

     Introduced new mod_autoindex query argument parsing for F=[0|1|2]
     to allow the client to select plain, FancyIndexing or HTMLTable
     formatting, V=[0|1] to inhibit or enable version sorting, and
     P=pattern to return only specific files.  The old Query Arguments
     were reorganized as C=f for sorting column 'f' (same N, D, S, or M
     as before), and O=A|D for ordering ascending or descending.

     Docs and an Example are provided in mod_autoindex.html

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89981 13f79535-47bb-0310-9956-ffa450edef68
CHANGES
docs/manual/mod/mod_autoindex.html
modules/generators/mod_autoindex.c