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

--- Comment #5 from Rainer Jung <rainer.j...@kippdata.de> ---
(In reply to Konstantin Kolinko from comment #4)
> (I wonder if it is possible to do a consistency check programmatically -
> similar to OpenSSL cipher suite tests that we have.  The crucial thing is to
> get a list of classes in a package. I do not see API for this besides
> ClassLoader.getResources(). The java.lang.Package class does not have a
> method to get a list of classes contained in that package.)

May the jar file names containing those packages are reasonabe stable and one
could instead open them as zip files and list the class files they contain with
the wanted packages? Just a quick thought.

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to