On Thu, 9 Nov 2000, David Gowe wrote:

> Understood its a request header. So how does this get
> set in the first place?   I understand that we can
> only set response headers.
>
> Secondly, do you have a list of the request and
> response headers.

Another note to add about headers.  As a performance tradeoff, some
servlet containers may not include all actual request headers in the
getHeaderNames() Enumeration, instead just using a default list.
However, you may still be able to retrieve the header in question
using getHeader() if you know the name.

Milt Epstein
Research Programmer
Software/Systems Development Group
Computing and Communications Services Office (CCSO)
University of Illinois at Urbana-Champaign (UIUC)
[EMAIL PROTECTED]

___________________________________________________________________________
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