Skip to content

Commit

Permalink
fixup! workspace master and agent : avoid scan of classes at runtime …
Browse files Browse the repository at this point in the history
…in order to find DynaModules
  • Loading branch information
mkuznyetsov committed Oct 25, 2017
1 parent 1d110e9 commit 10ebe1a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,11 @@
-->
<Context allowCasualMultipartParsing="true">
<Valve className="org.apache.catalina.valves.rewrite.RewriteValve"/>

<JarScanner>
<JarScanFilter
defaultPluggabilityScan="false"
defaultTldScan="false"
pluggabilityScan=""></JarScanFilter>
</JarScanner>
</Context>
1 change: 1 addition & 0 deletions assembly/assembly-ide-war/src/main/webapp/WEB-INF/web.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-app_3_0.xsd"
version="3.0"
metadata-complete="true">
<absolute-ordering></absolute-ordering>

<servlet>
<servlet-name>IDE</servlet-name>
Expand Down

0 comments on commit 10ebe1a

Please sign in to comment.