On Thursday, March 18, 1999 7:37 PM, James Duncan Davidson
[SMTP:[EMAIL PROTECTED]] wrote:
> > 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.

Just to ckeck what you're saying here. Do you plan to
include this "merge query and post" operation overtly in
the next release of the spec as well as covertly in
servletrunner?

I was astonished when I moved from my own 1.0 compatible
engine to Apache Jserv and found thet it doesn't merge
these sources.  I had to redesign my application interface.

Please ensure that the next release of the JSDK spec
specifies this useful behaviour.

Frank.

--
Frank Carver
[ Personal: [EMAIL PROTECTED]   http://www.io.com/~efficacy ]
[ At Work:  [EMAIL PROTECTED]    tel +44 (0)1473 227371 ]

___________________________________________________________________________
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