https://bz.apache.org/bugzilla/show_bug.cgi?id=62353

--- Comment #3 from Konstantin Kolinko <[email protected]> ---
Looking into WebAnnotationSet class, the problematic code is triggered only
when
- Annotation scanning has been performed
- It found a @Resource annotation and tries to process it.

A web application is not affected by this issue if any of the following is
true:
- It does not have @Resource annotations.
- It does not perform annotation scanning (it is marked as metadata-complete).
- Tomcat runs on Java 7 or later.


E.g. standard applications bundled with Tomcat 7 (the examples app) are not
affected.

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to