cvs commit: jakarta-tomcat RELEASE-PLAN-3.2.2

2001-02-07 Thread marcsaeg
marcsaeg01/02/07 15:24:57 Added: .Tag: tomcat_32 RELEASE-PLAN-3.2.2 Log: First draft of the proposed release plan for Tomcat 3.2.2 Revision ChangesPath No revision No revision 1.1.2.1 +67 -0 jakarta

cvs commit: jakarta-tomcat RELEASE-PLAN-3.2.2

2001-02-07 Thread marcsaeg
marcsaeg01/02/07 17:05:35 Modified:.Tag: tomcat_32 RELEASE-PLAN-3.2.2 Log: Updated release criteria to include Bugzilla resolution requirements. Revision ChangesPath No revision No revision 1.1.2.2 +8 -6

cvs commit: jakarta-tomcat/src/share/org/apache/jasper/compiler Compiler.java

2001-01-05 Thread marcsaeg
marcsaeg01/01/05 10:04:37 Modified:src/share/org/apache/jasper/compiler Tag: tomcat_32 Compiler.java Log: Added a method to remove the generated .class file. This will be called to remove generated files in the event that the associated JSP page

cvs commit: jakarta-tomcat/src/share/org/apache/jasper/servlet JspServlet.java

2001-01-05 Thread marcsaeg
marcsaeg01/01/05 10:09:10 Modified:src/share/org/apache/jasper/servlet Tag: tomcat_32 JspServlet.java Log: If the JSP page can't be found have the compiler remove any previously generated .class file. This will happen if a JSP page is removed after

cvs commit: jakarta-tomcat/src/share/org/apache/tomcat/core ContextManager.java

2001-01-04 Thread marcsaeg
marcsaeg01/01/04 13:24:00 Modified:src/share/org/apache/tomcat/core Tag: tomcat_32 ContextManager.java Log: If no context can be found for the request URI then display a 404 error. Previously this caused a tight loop

cvs commit: jakarta-tomcat/src/share/org/apache/tomcat/util PrefixMapper.java

2001-01-04 Thread marcsaeg
marcsaeg01/01/04 13:28:33 Modified:src/share/org/apache/tomcat/util Tag: tomcat_32 PrefixMapper.java Log: getLongestPrefixMatch() would enter a tight loop if the request URI didn't map into a context. Now, if a match can't be found it returns null

cvs commit: jakarta-tomcat/src/share/org/apache/tomcat/request SimpleMapper1.java

2001-01-04 Thread marcsaeg
marcsaeg01/01/04 13:26:18 Modified:src/share/org/apache/tomcat/request Tag: tomcat_32 SimpleMapper1.java Log: contextMap() now returns 404 if a context can't be found for the request URI. This will cause an error page to be sent to the client browser

cvs commit: jakarta-tomcat/src/doc/appdev/sample build.bat

2000-12-27 Thread marcsaeg
marcsaeg00/12/27 09:20:16 Modified:src/doc/appdev/sample Tag: tomcat_32 build.bat Log: The CP variable is being built up in three steps, but the second step didn't include %CP% so the results of the first step were lost. PR: 591 Submitted by: Terry Traub ( [EMAIL PROTECTED

<    1   2