The following reply was made to PR mod_jserv/5211; it has been noted by GNATS.
From: jon * <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]>, <[EMAIL PROTECTED]> Cc: Subject: Re: mod_jserv/5211: ServletRequest Parameters should be ordered Date: Thu, 28 Oct 1999 13:21:10 -0700 on 10/28/99 7:19 AM, Bastien Duclaux <[EMAIL PROTECTED]> wrote: > Some web servers and CGI scripts require parameters to be posted in the same > order they appear in the HTML page. No. There is nothing in the spec that says that these parameters should be in any sort of order. CGI scripts that expect them to be in order are coded incorrectly IMHO. -jon