Page 1 of 1

About Question enthuware.jwpv6.2.579 :

Posted: Sun May 10, 2015 11:02 am
by Viorel Ghelbert
Hello,

I think the 3rd option is not correct:
@javax.annotation.security.RolesAllowed
Servlet Specification 3.0 contains these entries in the Change Log:
A.1 Changes since Servlet 3.0 Proposed Final Draft
...
4. Added a new annotation - @ServletSecurity (and associated annotation for the fields) for defining security as opposed to re-using the @RolesAllowed, @PermitAll, @DenyAll
...
A.2 Changes since Servlet 3.0 Public Review
...
7. Added support for security related common annotations - @RolesAllowed, @PermitAll, @DenyAll
...
It looks like it was almost included, but then replaced with @ServletSecurity and now it's not supported.

@RolesAllowed is also missing from the list of all the annotations that must be supported mentioned in the explanation at the bottom.

Re: About Question enthuware.jwpv6.2.579 :

Posted: Sun May 10, 2015 8:45 pm
by admin
You are right. Fixed.
thank you for your feedback!