You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by Ian Darwin <ia...@darwinsys.com> on 2002/07/09 17:32:41 UTC

[Patch] jakarta-tomcat-jasper/jasper2/src/share/org/apache/jasper/compiler/Compiler.java

Couldn't figure out why it sometimes called ctxt.getOptions() and other times
used the field options in which it had saved that value in the constructor.
Replaced all calls outside the constructor with the field, and it still works
for the simple cases I tested. Not a lot of overhead saved, but every bit helps.

Also fixed one tab->spaces.

Ian