Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Fix a broken link. Try different formatting for permalink.

...

This is a reference page that provides links to specifications, implemented by Apache Tomcat.

Permalink to this page: https://cwiki.apache.org/confluence/x/Bi8lBg

...

Spec versions:

Servlet 3.1

Main page:

JSR340

Java.net project:

servlet-spec

Stable:

Final Release

Date:

28 May, 2013

Download Page:

Overview
Direct Download

Online Javadoc:

Java EE 7

Minimum Tomcat version:

8.0.0


Spec versions:Servlet 3.0
Main page:JSR315
Stable:Final ReleaseMaintenance Release (Version 3.0 Rev a)
Date:10 Dec, 20096 Feb, 2011
Download Page:Overview
Direct Download
Overview
Change Log
Direct Download - PDF
Online Javadoc:Java EE 6
Minimum Tomcat version:7.0.07.0.25


Spec versions:

Servlet 2.5

Main page:

JSR154

Stable:

Maintenance Release

Maintenance Release 2

Date:

11 May, 2006

11 Sep, 2007

Download Page:

Overview
Direct Download - Javadoc, classes

Overview
Direct Download - PDF

Online Javadoc:

Java EE 5

Minimum Tomcat version:

6.0.0

6.0.44 (bug 57703)

...

Expression Language was covered by JSP 2.0 and JSP 2.1 specifications, but became a separate document starting with JSP 2.2.

Specification:JSP 2.3EL 3.0
Main page:JSR245JSR341
Java.net project:jsp-spec-public ?el-spec
Stable:

Maintenance Release 2

The naming is according to JSR 245. The title page of the JSP specification document says "Maintenace Release 3"

Final Release
Date:12 Jun, 201322 May, 2013
Download Page:Overview
Direct Download
Overview
Direct Download
Online Javadoc:Java EE 7, Java EE 8
Minimum Tomcat version:8.0.0


Spec versions:

JSP 2.2, EL 2.2

Main page:

JSR245

Stable:

Maintenance Release

The naming is according to JSR 245. The title page of the
JSP specification document says "Maintenace Release 2"

Date:

10 Dec, 2009

Download Page:

Overview
Direct Download - JSP 2.2
Direct Download - EL 2.2

Online Javadoc:

Java EE 6

Minimum Tomcat version:

7.0.0

...

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. It is implemented by org.apache.tomcat.util.http.Rfc6265CookieProcessor that is available since Tomcat 8.0.15 and is the default one starting with Tomcat 8.5.0. See also "Cookies" page in "Development and Development Issues / Archive" on this wiki.

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

draft-thomson-hybi-http-timeout-03

"Hypertext Transfer Protocol (HTTP) Keep-Alive Header". A draft of specification.

Support for sending a Keep-Alive response header was added in Tomcat 8.5.48, 9.0.29 — Bug 63835. This feature can be turned off via an attribute on HTTP/1.1 Connector.

...