Adding the ability to reload plugins directly from the interface instead of restarting Tomcat
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<Context antiJARLocking="true" path="/WebGoat">
|
||||
<Loader delegate="true" loaderClass="org.owasp.webgoat.classloader.PluginClassLoader" searchExternalFirst="true"/>
|
||||
|
||||
</Context>
|
||||
|
@ -1,4 +1,2 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<Context antiJARLocking="true" path="/WebGoat">
|
||||
<Loader delegate="true" loaderClass="org.owasp.webgoat.classloader.PluginClassLoader" searchExternalFirst="true"/>
|
||||
</Context>
|
||||
<Context antiJARLocking="true" path="/WebGoat"/>
|
||||
|
Reference in New Issue
Block a user