Hello.

In servlet 2.2  the getHeaders method in HttpServletRequest interface
allows all the headers associated with a particular name to be retrieved
from the request. I need to do that but with servlet 2.1. If I use
getHeader(String name) I get just one of the headers associated with the
name, and I need to access to all of them. I�m using a product that
supports only servlet 2.1.

Any idea?

Thanks very much in advance,
Susana

___________________________________________________________________________
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