mirror of
https://github.com/jetty/jetty.project.git
synced 2025-02-28 19:09:10 +00:00
414885 Don't expose JDT classes by default
This commit is contained in:
parent
8a166840d1
commit
d0b70ee259
@ -136,6 +136,7 @@ public class WebAppContext extends ServletContextHandler implements WebAppClassL
|
||||
"-org.eclipse.jetty.apache.", // don't hide jetty apache impls
|
||||
"-org.eclipse.jetty.util.log.", // don't hide server log
|
||||
"org.objectweb.asm.", // hide asm used by jetty
|
||||
"org.eclipse.jdt.", // hide jdt used by jetty
|
||||
"org.eclipse.jetty." // hide other jetty classes
|
||||
} ;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user