https://issues.apache.org/bugzilla/show_bug.cgi?id=50417
--- Comment #6 from Rich Bowen <[email protected]> 2011-01-16 10:19:56 EST --- (In reply to comment #1) > 4) At > http://httpd.apache.org/docs/2.2/mod/mod_autoindex.html#indexorderdefault > "You can force a directory listing to only be displayed in a particular order > by combining this directive with the SuppressColumnSorting index option; this > will prevent the client from requesting the directory listing in a different > order." > ... seems to be outdated information, as SuppressColumnSorting contains only > whether the headers are links or not nowadays. > That must be replaced with IgnoreClient option IMHO Sort of. Ignoring the client's preferences is a two-part thing. You must SuppressColumnSorting to remove the sort link at the top of the column, and also IgnoreClient to prevent them just putting the sort arguments directly in the query string. However, I think that this paragraph is just phrased wrong. This directive is for setting a *default* sort order. The decision to not let the client reorder is a separate thing, and we shouldn't imply that it's necessary in order to set a default ordering. Will rephrase accordingly. -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
