[Bug 60688] Tomcat should skip or handle module-info.class when scanning for annotations

2017-02-13 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60688 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug 60688] Tomcat should skip or handle module-info.class when scanning for annotations

2017-02-06 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60688 Mark Thomas changed: What|Removed |Added Target Milestone||- Version|8.5.11

[Bug 60688] Tomcat should skip or handle module-info.class when scanning for annotations

2017-02-04 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60688 --- Comment #3 from Evgenij Ryazanov --- 19 is CONSTANT_Module and 20 is CONSTANT_Package. I don't see a reason to scan module-info for annotations at all. @WebServlet, @WebFilter, or @WebListener is not expected here anyway. -- You are rece

[Bug 60688] Tomcat should skip or handle module-info.class when scanning for annotations

2017-02-04 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60688 --- Comment #2 from Konstantin Kolinko --- > > This needs > - a reference to a class file format specification (JVM specification) for > the actual meaning of that code and > > I expect the specs to be published here, but there is none for Ja

[Bug 60688] Tomcat should skip or handle module-info.class when scanning for annotations

2017-02-04 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60688 --- Comment #1 from Konstantin Kolinko --- It is not that "Tomcat should skip or ..". It is that the underlying byte code parsing library (Apache Commons BCEL) does not know what is the meaning of entries with code "19" in a constant pool. It