Emmanuel Desigaud wrote:

> dan wrote:
>
> > Does anyone know of a complete list of response headers to be used like this one:
> > res.setHeader("Cache-Control", "no-store");
> > -dan
>
> You should have a look at the RFC 2068 (ftp://ftp.isi.edu/in-notes/rfc2068.txt)
> chapter 4.5
>

Umm, you might actually want to refer to the current standard for HTTP/1.1, instead,
since it obsoletes RFC 2068:

    ftp://ftp.isi.edu/in-notes/rfc2616.txt

(Section 4.5 is still the right place.)  As an extra added bonus, you can learn more
than you ever wanted to know about how HTTP "Basic" and "Digest" authentication work:

    ftp://ftp.isi.edu/in-notes/rfc2617.txt


>
> Enjoy
>
> Emmanuel Desigaud
>

Craig McClanahan

___________________________________________________________________________
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