Bug 66634 - Reference links contain incorrect version for Servlet API
Summary: Reference links contain incorrect version for Servlet API
Status: RESOLVED FIXED
Alias: None
Product: Tomcat 8
Classification: Unclassified
Component: Documentation (show other bugs)
Version: 8.5.x-trunk
Hardware: All All
: P2 normal (vote)
Target Milestone: ----
Assignee: Tomcat Developers Mailing List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-06-08 09:04 UTC by Michael Osipov
Modified: 2023-06-08 09:27 UTC (History)
1 user (show)



Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Michael Osipov 2023-06-08 09:04:11 UTC
https://tomcat.apache.org/tomcat-8.5-doc/index.html says:
Servlet 4.0 Javadocs
but https://tomcat.apache.org/whichversion.html for 8.5.x says:
Apache Tomcat 8.0.x builds on Tomcat 7.0.x and implements the Servlet 3.1, JSP 2.3, EL 3.0 and WebSocket 1.1 specifications. In addition to that, it includes the following significant improvements:

    A single, common resources implementation to replace the multiple resource extension features provided in earlier versions.

Apache Tomcat 8.5.x supports the same Servlet, JSP, EL, and WebSocket Specification versions as Apache Tomcat 8.0.x. In addition to that, it also implements the JASPIC 1.1 specification. 

So I guess the menu on the left-hand side is incorrect.
Comment 1 Mark Thomas 2023-06-08 09:13:33 UTC
Looks like there is a wider issue. The versions in the Tomcat 11 docs aren't right either.

I'll go through and check them all.
Comment 2 Mark Thomas 2023-06-08 09:23:58 UTC
All reviewed and fixed. The changes will be visible once the July releases are published.
Comment 3 Michael Osipov 2023-06-08 09:27:27 UTC
(In reply to Mark Thomas from comment #2)
> All reviewed and fixed. The changes will be visible once the July releases
> are published.


Appreciated.