Yonik Seeley wrote:
On 4/19/07, Apache Wiki <[EMAIL PROTECTED]> wrote:
== Minor things that should happen ==
+ * remove the ';' sort syntax from StandardRequestHandler
You mean add the "sort" parameter, right?
We can't actually remove the ';' sort syntax since there are tons of
people using the standard
request handler (all using the current sort syntax).
the patch adds the "sort" parameter to StandardRequestHandler, (keeping
the ';') The wiki note is to say "after that patch is applied, then
remove the sort ';' parameter documentation from the
StandardRequestHandler page" -- the wiki link does not come accross in
the email!
We could not use it when there is an explicit sort param,
and to deprecate it , we could remove documentation references.
-Yonik