enumeration e = getHeaderNames()

Cheers!
Mark

----- Original Message -----
From: "Susana Casalderrey" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, May 30, 2001 5:17 AM
Subject: servlet 2.1 has no getHeaders()


> 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
>

___________________________________________________________________________
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