...
>On occasion, I have needed to combine parameters from the input form (sent via
>a POST request) and the query parameters of the request URI.  To do this, I
>have ignored the getParameter() call.  Instead, I use both
>HttpUtils.parseQueryString() and HttpUtils.parsePostData(), and then combine
>the two resulting hashtables.  That way, I can make my own rules about which
>source overrides the other, without depending on a servlet engine's possibly
>differing interpretation.

This seems to me the way it should work.  I've been using this method for
CGI's for 2+ years now and I would think servlets would behave the same way
in this respect.

--------------------------------------------------------------------------
Thad Humphries                              "Microsoft... What do you want
Software Engineer (aka, Nerd)                to reinstall today?"
Phone: 540/675-3015, ext. 225                                    - Unknown

___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

Reply via email to