You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by Remy Maucherat <re...@apache.org> on 2001/02/19 02:14:53 UTC

Re: Tomcat 4 Jasper class loading watchdog tests

> I tested Tomcat 4 after Craig's changes to jasper.
>
> Initial watchdog run w/o Java SecurityManager, all tests passed.
>
> Second run of watchdog immediately after the first run,
> the following three tests failed.
>
> FAIL GET
/jsp-tests/jsp/core_syntax/scripting/scriptlet/positiveScriptlet.jsp
HTTP/1.0
> FAIL GET
/jsp-tests/jsp/core_syntax/scripting/scriptlet/positiveScriptletXML.jsp
HTTP/1.0
> FAIL GET /servlet-tests/DoInit1Test HTTP/1.0
>
> Shutdown tomcat then restart and run watchdog tests, all tests passed.
>
> Second run of watchdog immediately after previous run,
> the following three tests failed.
>
> FAIL GET
/jsp-tests/jsp/core_syntax/scripting/scriptlet/positiveScriptlet.jsp
HTTP/1.0
> FAIL GET
/jsp-tests/jsp/core_syntax/scripting/scriptlet/positiveScriptletXML.jsp
HTTP/1.0
> FAIL GET /servlet-tests/DoInit1Test HTTP/1.0

Those tests will fail on the second run, so it's normal.

> Clean out logs and work directory.
>
> Initial watchdog run with Java SecurityManager had a host of failed tests.
>
> After adding a grant for $CATALINA_HOME/jasper in catalina.policy and
> minor patches to catalina/core/StandardWrapper.java and
> jasper/servlet/JspServlet.java,
> all watchdog tests pass with the same results as above tests w/o
SecurityManager.

Great !

Remy