Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Add link to RFC 6266

...

RFC 2617

"HTTP Authentication: Basic and Digest Access Authentication"
It covers BASIC and DIGEST authentication methods

It was updated by RFC 7235. |

RFC 6265

"HTTP State Management Mechanism"
The specification about cookies. Implemented by org.apache.tomcat.util.http.Rfc6265CookieProcessor that is available since Tomcat 8.0.15 and is default with Tomcat 8.5.0 onwards. See also "Cookies" page in "Development Issues".

Obsolete specifications: RFC2109, RFC 2965. |

RFC 6266

"Use of the Content-Disposition Header Field in the Hypertext Transfer Protocol (HTTP)"
Content-Disposition header is used by file uploads. See also Bug 59115

AJP

The AJP protocol specification lives on the Apache Tomcat Connector web site.

...