Hi,
I am working on ServletExec 2.2c and Java Web Server 2.0.
I noticed that the two implement the getParameter of HttpServletRequest
class in a different manner. When a given parameter is present multiple
times in a request, JWS returns all the values seperating them by a comma
whereas ServletExec returns the first value it finds.
E.g. I have a request:
.../servlet/MyServlet?nav=navHeader&nav=Search&referrer=Login.html
When I do a getParameter("nav"), JWS returns me "navHeader,Search" whereas
ServletExec returns me "navHeader".
What is the correct implementation?
Thank you,
Ganesh
______________________________________________________
Get Your Private, Free Email at http://www.hotmail.com
___________________________________________________________________________
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