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