Page 1 of 1

About Question enthuware.jwpv6.2.662 :

Posted: Sat May 14, 2016 4:04 am
by lukenhung
Hi guys,
While transport-guarantee element in DD has three valid values (NONE, CONFIDENTIAL, and INTEGRAL), the ServletSecurity.TransportGuarantee enum has only two, namely CONFIDENTIAL and NONE


Is there any chance ServletSecurity.TransportGuarantee.CONFIDENTIAL == CONFIDENTIAL+INTEGRAL in DD ?

Thanks in advance, :D

Re: About Question enthuware.jwpv6.2.662 :

Posted: Sat May 14, 2016 6:54 am
by admin
A servlet container probably will treat ServletSecurity.TransportGuarantee.CONFIDENTIAL as confidential as well as integral but I haven't seen that stated officially in the specification.

HTH,
Paul.