DO NOT REPLY [Bug 5797] - UnCatched ? StringIndexOutOfBoundsException: String index out of range: -1

2002-01-12 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=5797. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

cvs commit: jakarta-tomcat/proposals/patches - New directory

2002-01-12 Thread larryi
larryi 02/01/12 08:00:58 jakarta-tomcat/proposals/patches - New directory -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

cvs commit: jakarta-tomcat/proposals/patches/tomcat33a - New directory

2002-01-12 Thread larryi
larryi 02/01/12 08:01:06 jakarta-tomcat/proposals/patches/tomcat33a - New directory -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

cvs commit: jakarta-tomcat/proposals/patches/tomcat33a JspInterceptor.java JavaGeneratorTool.java ContextManager.java

2002-01-12 Thread larryi
larryi 02/01/12 08:02:17 Added: proposals/patches/tomcat33a JspInterceptor.java JavaGeneratorTool.java ContextManager.java Log: Add original Tomcat 3.3 sources that need patching for Tomcat 3.3a. Revision ChangesPath 1.1

cvs commit: jakarta-tomcat/proposals/patches/tomcat33a JspInterceptor.java JavaGeneratorTool.java ContextManager.java

2002-01-12 Thread larryi
larryi 02/01/12 08:07:44 Modified:proposals/patches/tomcat33a JspInterceptor.java JavaGeneratorTool.java ContextManager.java Log: Patches for Tomcat 3.3a to avoid DOS vulnerability, display not found for the vulnerable request, and update the version to

cvs commit: jakarta-tomcat/src/native/mod_jk/iis jk_isapi_plugin.c

2002-01-12 Thread larryi
larryi 02/01/12 17:50:39 Modified:src/native/mod_jk/iis jk_isapi_plugin.c Log: Add a uri_select parameter to the configuration settings that controls the URL forwarded to Tomcat. It accepts valid values of parsed, unparsed, and escaped. These values forward to Tomcat the

cvs commit: jakarta-tomcat/src/share/org/apache/tomcat/modules/config IISConfig.java

2002-01-12 Thread larryi
larryi 02/01/12 17:58:47 Modified:src/share/org/apache/tomcat/modules/config IISConfig.java Log: Updated to write a properties file in addition to registry file. This file will be written to the same directory as the registry file. Add an isapiRedirector attribute. This

cvs commit: jakarta-tomcat/src/doc serverxml.html

2002-01-12 Thread larryi
larryi 02/01/12 18:28:29 Modified:src/doc serverxml.html Log: Document update to IISConfig. Revision ChangesPath 1.16 +37 -4 jakarta-tomcat/src/doc/serverxml.html Index: serverxml.html ===

cvs commit: jakarta-tomcat/src/doc tomcat-iis-howto.html

2002-01-12 Thread larryi
larryi 02/01/12 18:29:42 Modified:src/doc tomcat-iis-howto.html Log: Document update to IISConfig and IIS Tomcat redirector. Also some miscellaneous edits. Revision ChangesPath 1.7 +172 -58 jakarta-tomcat/src/doc/tomcat-iis-howto.html Index:

cvs commit: jakarta-tomcat RELEASE-NOTES-3.3.1.txt

2002-01-12 Thread larryi
larryi 02/01/12 18:41:04 Modified:.RELEASE-NOTES-3.3.1.txt Log: Document changes to IISConfig and isapi_redirect.dll Revision ChangesPath 1.22 +16 -1 jakarta-tomcat/RELEASE-NOTES-3.3.1.txt Index: RELEASE-NOTES-3.3.1.txt

cvs commit: jakarta-tomcat/src/tests/webpages/WEB-INF test-tomcat.xml

2002-01-12 Thread larryi
larryi 02/01/12 19:01:27 Modified:src/tests/webpages/WEB-INF test-tomcat.xml Log: Include a test for NUL.jsp (in addition to nul.jsp). Revision ChangesPath 1.50 +4 -1 jakarta-tomcat/src/tests/webpages/WEB-INF/test-tomcat.xml Index: test-tomcat.xml

DO NOT REPLY [Bug 5826] New: - Jasper not recompiling modified files

2002-01-12 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=5826. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

cvs commit: jakarta-tomcat/src/admin/test sanity-form.jsp

2002-01-12 Thread larryi
larryi 02/01/12 19:32:01 Modified:src/admin/test sanity-form.jsp Log: Keep port setting from run to run. Default to getServerPort() if parameter not present. Revision ChangesPath 1.7 +4 -1 jakarta-tomcat/src/admin/test/sanity-form.jsp Index: