> More specifically for Apache JServ 1.0, the ServletRequest.getParameter()
> family of calls work like this:  if the request is a GET, it parses the query
> string; if the request is a POST, it parses the posted content data instead.
> In neither case does it ever combine the two sources.  It is not obvious from
> the 2.0 servlet API spec, but it seems to me that this is the correct
> behavior.  (That's the nice thing about open source -- you don't have to guess
> what is really happening. :-)

Yes, we've not addressed this in the spec. What we are going to do in
the upcoming rev of servletrunner is to combine these two datasources
into the request params set.

.duncan

___________________________________________________________________________
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