You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
joakime
changed the title
Occasional NPE in ClassMatcher.match() from WebAPpClassLoader.loadClass() usage.
Occasional NPE in ClassMatcher.match() from WebAppClassLoader.loadClass() usage.
Mar 12, 2024
joakime
changed the title
Occasional NPE in ClassMatcher.match() from WebAppClassLoader.loadClass() usage.
Occasional NPE in ClassMatcher.match() from WebAppClassLoader.loadClass() usage
Mar 12, 2024
Jetty version(s)
12.0.x
Jetty Environment
All
Java version/vendor
(use: java -version)
All
OS type/version
All
Description
While testing things for the Cross Context Dispatch PR, I came across this NPE twice.
Note: the line numbers are off as i'm in the middle of debugging a few things.
This is easily preventable, just don't debug the WebAppClassLoader codebase.
We can also make the ClassMatch.match() NPE safe (even while debugging).
The text was updated successfully, but these errors were encountered: