Skip to content

Commit

Permalink
414885 Don't expose JDT classes by default
Browse files Browse the repository at this point in the history
  • Loading branch information
janbartel committed Mar 24, 2014
1 parent 8a16684 commit d0b70ee
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -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
} ;

Expand Down

0 comments on commit d0b70ee

Please sign in to comment.