Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[jakartaee-tck-dev] [SERVLET] Annotation parsing when metadata-complete is true

Hi,
I'm a bit confused with TCK test com/sun/ts/tests/servlet/spec/security/metadatacomplete/Client.java.test5

Reading the specs:
part of 15.5.1 says:
If metadatacomplete is set to "true", the deployment tool only examines the web.xml file and must ignore annotations such as @WebServlet, @WebFilter, and @WebListener present in the class files of the application, and must also ignore any webfragment.xml descriptor packaged in a jar file in WEB-INF/lib. 

But should other annotations be ignored as well such @ServletSecurity etc...

Regards
--
Olivier

Back to the top