Skip to content

Commit

Permalink
avoid cleaning of default values for sigtestclasspath and jdbc.class …
Browse files Browse the repository at this point in the history
…in ts.jte.

Signed-off-by: gurunandan.rao@oracle.com <gurunandan.rao@oracle.com>
  • Loading branch information
gurunrao committed Apr 15, 2021
1 parent da6a340 commit 00fbf58
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
7 changes: 5 additions & 2 deletions release/tools/jsp.xml
Expand Up @@ -78,8 +78,11 @@
<property name="impl.deploy.timeout.multiplier" value="" />
<property name="jspservlet.classes" value="" />
<property name="jstl.classes" value="" />
<property name="el.classes" value="" />
<property name="sigTestClasspath" value="" />
<property name="el.classes" value="" />
<!-- retain default sigtestclasspath for GF 8 run -->
<!--
<property name="sigTestClasspath" value="" />
-->
</props.sanitizer>
</target>

Expand Down
6 changes: 6 additions & 0 deletions release/tools/jstl.xml
Expand Up @@ -91,10 +91,16 @@
<property name="jstl.db.driver" value="" />
<property name="jstl.db.user" value="" />
<property name="jstl.db.password" value="" />
<!-- retain default jdbc.classes for GF 8 run -->
<!--
<property name="jdbc.classes" value="" />
-->
<property name="jspservlet.classes" value="" />
<property name="jstl.classes" value="" />
<!-- retain default sigtestclasspath for GF 8 run -->
<!--
<property name="sigTestClasspath" value="" />
-->
</props.sanitizer>
</target>

Expand Down

0 comments on commit 00fbf58

Please sign in to comment.