The best idea so far! Another time when the HttpServletRequestWrapper is gonna help 
out.

Martin

> -----Original Message-----
> From: Chad Johnson [mailto:[EMAIL PROTECTED]
> Sent: woensdag 8 oktober 2003 16:43
> To: Tomcat Developers List
> Subject: RE: Order of parameters
> 
> 
> Heh, well ofcourse this could also be implemented as a 
> servlet filter! 
> 
> Overriding these methods of the request object:
> -getParameter
> -getParameterMap
> -getParameterNames
> -getParameterValues 
> 
> Chad Johnson
> 
> -----Original Message-----
> From: Dirk-Willem van Gulik [mailto:[EMAIL PROTECTED] 
> Sent: Wednesday, October 08, 2003 9:33 AM
> To: Tomcat Developers List
> Subject: RE: Order of parameters
> 
> 
> 
> 
> On Wed, 8 Oct 2003, Chad Johnson wrote:
> 
> > A solution that could work:
> >   Directly get the query string with 
> "request.getQueryString()" parse
> > the results yourself and store the results in the order found.
> 
> Come on - you folks are java guys - wrap something around it :-0
> 
> Dw
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to