Anthony Tagunov wrote:

> [that the browser must send the parameters in order]
> is true of course and you can get a string of properly
> ordered parameters from request.getQueryString()
>

 You might also need to parse the request body, but
basically yes.


> ... the order in which ServletRequest.getParameterNames()
> returns names may be arbitrary (and depend internally on
> the hash function used).
>

 Yes, agreed. (This thread started out discussing that
very point, but wandered a bit)


--
Christopher St. John [EMAIL PROTECTED]
DistribuTopia http://www.distributopia.com

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://archives.java.sun.com/jsp-interest.html
 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.jsp
 http://www.jguru.com/faq/index.jsp
 http://www.jspinsider.com

Reply via email to