On Wed, 21 Mar 2001, Rob L'Estrange wrote:

> Does anyone know where all possible response headers are documented?

I think HTTP RFC documents might be useful.

http://www.rfc-editor.org/

>
> Rob

Cheers,
Kare

>
>
> ----- Original Message -----
> From: "Hoorn, Michiel van" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Wednesday, March 21, 2001 1:19 AM
> Subject: Re: Caching a JSP Page
>
>
> > Or this in yuor jsp:
> >
> > <%
> >   response.addHeader("Pragma", "No-cache");
> >   response.addHeader("Cache-control", "no-cache");
> >   response.addDateHeader("Expires", 1);
> > %>
>
> ===========================================================================
> To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
> For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST".
> Some relevant FAQs on JSP/Servlets can be found at:
>
>  http://java.sun.com/products/jsp/faq.html
>  http://www.esperanto.org.nz/jsp/jspfaq.html
>  http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
>  http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets
>

--
Kare Nuorteva
http://www.kare.uklinux.net/

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

Reply via email to