Tomcat 4 Jasper class loading watchdog tests

2001-02-18 Thread Glenn Nielsen

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

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.

Regards,

Glenn

--
Glenn Nielsen [EMAIL PROTECTED] | /* Spelin donut madder|
MOREnet System Programming   |  * if iz ina coment.  |
Missouri Research and Education Network  |  */   |
--

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]




Re: Tomcat 4 Jasper class loading watchdog tests

2001-02-18 Thread Remy Maucherat

 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


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]