I disagree to include cookies, as this breaks the "domain barrier"
between cookies and parameters, so it could break existing code:

1) There may be code that relies on the list of parameters as provided
by the API, and would get confused by extra parameters.

2) A cookie parameter set months ago (possibly by someone else) could
inadvertently have the same name as a form parameter. You may get false
not-nulls, etc.

3) In general, an application could be interfered by cookies set for
another appl. but that got sent to the same domain, host, or tree.


Carlos


jon * wrote:
>
> I vote that it should be GPC (get/post/cookies) by default and it should
> also be configurable on a per/request (ie: local) basis.

___________________________________________________________________________
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