Wes Strater <[EMAIL PROTECTED]> wrote:
>...My point was that the servlet name and the parameters are case sensitive.
>...

Users should never need to type a parameter. But to save myself headaches I
downcase all parameters after getting them from the servlet. How do I do
this? By copying all the parameters into my own RequestParameters object
that uses a Hashtable to store the props. During the copy I downcase the
parameter names. The RequestParameters class includes some other useful
functions for getting parameters, so it's not a total bozo class.

For the servlet name and the rest of the URL you should be able to use
mod_rewrite as others have suggested.

-- Ari Halberstadt mailto:[EMAIL PROTECTED] <http://www.magiccookie.com/>
PGP public key available at <http://www.magiccookie.com/pgpkey.txt>




----------------------------------------------------------------
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Archives and Other:  <http://www.working-dogs.com/>
Problems?:           [EMAIL PROTECTED]

Reply via email to