https://issues.apache.org/bugzilla/show_bug.cgi?id=57367

Edward Kuns <eddie.k...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 OS|                            |All

--- Comment #1 from Edward Kuns <eddie.k...@gmail.com> ---
The provided patch adds three pieces of information to the current error
report:

1) It adds the URL from which each class was loaded, and
2) If the problem is a class loop, e.g., A.class extends B.class which extends
A.class, then the error report will now explicitly say it's a loop.
3) If the full list of classes is not provided, then "->..." is added to make
it clear that the full list is too long and is not provided.

We ran into this when a JAR was in an unexpected place (and an old version of
that JAR to boot).  Just knowing the classes involved isn't enough!

-- 
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