This repository was archived by the owner on Apr 2, 2021. It is now read-only.
Commit ce3033b
Update JettyServerRunner.java
Setting ParentLoaderPriority to true seem to cause classes in dependency jar to be loaded by the system class loader and not by the webapp one. Causing conflict error when try to perform reflection operations with web app loaded classes.
If you set it to false (the default), Jetty uses standard webapp classloading priority.1 parent 6cea0cc commit ce3033b
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
76 | 76 | | |
77 | 77 | | |
78 | 78 | | |
79 | | - | |
| 79 | + | |
80 | 80 | | |
81 | 81 | | |
82 | 82 | | |
| |||
0 commit comments