jsr340-experts@servlet-spec.java.net

[jsr340-experts] Oversight in Servlet 3.0 that needs to be corrected?

From: Mark Thomas <markt_at_apache.org>
Date: Fri, 13 Jan 2012 09:11:40 +0000

I was looking into some unused code reports for Tomcat and noticed a
couple of sections of code related to a transport guarantee of INTEGRAL.
The spec document (section 13.8) and the XSD define the permitted values
of transport guarantee as:
- NONE
- INTEGRAL
- CONFIDENTIAL

However, the enumeration [1] excludes INTEGRAL. I assume that this is an
oversight in the definition of the enumeration that needs to be corrected.

Mark

[1] http://docs.oracle.com/javaee/6/api/javax/servlet/annotation
/ServletSecurity.TransportGuarantee.html