Hi

I would like to add one more point on headers. I use
HttpURLConnection to open a connection between two
servlets (both running in different servlet engines)
and I set the header field in the response object of
the servlet serving the response to the first servlet
and retrieve the value by getHeader("name") in the
servlet receiving the content.

Thanks

Venkat

--- Milt Epstein <[EMAIL PROTECTED]> wrote:
> 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


=====
vsr

__________________________________________________
Do You Yahoo!?
Yahoo! Calendar - Get organized for the holidays!
http://calendar.yahoo.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

Reply via email to