svn commit: r500716 - in /tomcat/tc6.0.x/trunk: java/org/apache/catalina/core/StandardWrapper.java java/org/apache/catalina/valves/ErrorReportValve.java webapps/docs/changelog.xml

2007-01-27 Thread markt
Author: markt Date: Sat Jan 27 16:55:24 2007 New Revision: 500716 URL: http://svn.apache.org/viewvc?view=rev&rev=500716 Log: Port fix bug 39088 that prevents infinite loops when an exception is thrown the returns itself for getRootCause(). Also port changes that enable the root cause to be found

svn commit: r500713 - /tomcat/container/tc5.5.x/catalina/src/share/org/apache/catalina/valves/ErrorReportValve.java

2007-01-27 Thread markt
Author: markt Date: Sat Jan 27 16:51:28 2007 New Revision: 500713 URL: http://svn.apache.org/viewvc?view=rev&rev=500713 Log: Fix getting the nested exception of the standard Exception class Modified: tomcat/container/tc5.5.x/catalina/src/share/org/apache/catalina/valves/ErrorReportValve.java

svn commit: r500710 - /tomcat/tc6.0.x/trunk/bin/catalina.bat

2007-01-27 Thread markt
Author: markt Date: Sat Jan 27 16:24:33 2007 New Revision: 500710 URL: http://svn.apache.org/viewvc?view=rev&rev=500710 Log: Fix paste error Modified: tomcat/tc6.0.x/trunk/bin/catalina.bat Modified: tomcat/tc6.0.x/trunk/bin/catalina.bat URL: http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk

svn commit: r500684 - in /tomcat/tc6.0.x/trunk/java/org/apache: catalina/ catalina/ant/jmx/ catalina/core/ catalina/ha/authenticator/ catalina/ha/context/ catalina/ha/session/ catalina/ha/tcp/ catalin

2007-01-27 Thread markt
Author: markt Date: Sat Jan 27 15:27:18 2007 New Revision: 500684 URL: http://svn.apache.org/viewvc?view=rev&rev=500684 Log: Clean up unused imports for the tc6 source tree Modified: tomcat/tc6.0.x/trunk/java/org/apache/catalina/Cluster.java tomcat/tc6.0.x/trunk/java/org/apache/catalina/

svn commit: r500674 - in /tomcat/tc6.0.x/trunk/webapps/examples/WEB-INF/classes: ./ cal/ dates/ error/ examples/ filters/ jsp2/examples/el/ jsp2/examples/simpletag/ listeners/ sessions/

2007-01-27 Thread markt
Author: markt Date: Sat Jan 27 15:15:00 2007 New Revision: 500674 URL: http://svn.apache.org/viewvc?view=rev&rev=500674 Log: Code clean up in the examples. Removed unused imports and unused code. Modified: tomcat/tc6.0.x/trunk/webapps/examples/WEB-INF/classes/CookieExample.java tomcat/tc6

svn commit: r500669 - /tomcat/tc6.0.x/trunk/.classpath

2007-01-27 Thread markt
Author: markt Date: Sat Jan 27 15:08:13 2007 New Revision: 500669 URL: http://svn.apache.org/viewvc?view=rev&rev=500669 Log: Add source for examples to Eclipse project Modified: tomcat/tc6.0.x/trunk/.classpath Modified: tomcat/tc6.0.x/trunk/.classpath URL: http://svn.apache.org/viewvc/tomca

svn commit: r500668 - in /tomcat/tc6.0.x/trunk/webapps: docs/ examples/WEB-INF/classes/compressionFilters/

2007-01-27 Thread markt
Author: markt Date: Sat Jan 27 15:07:51 2007 New Revision: 500668 URL: http://svn.apache.org/viewvc?view=rev&rev=500668 Log: Port fix bug 39572. Improvements to CompressionFilter provided by Eric Hedström. Also cleaned up unused imports and methods. Modified: tomcat/tc6.0.x/trunk/webapps/doc

svn commit: r500660 - in /tomcat/tc6.0.x/trunk: java/org/apache/jasper/EmbeddedServletOptions.java webapps/docs/changelog.xml

2007-01-27 Thread markt
Author: markt Date: Sat Jan 27 14:56:47 2007 New Revision: 500660 URL: http://svn.apache.org/viewvc?view=rev&rev=500660 Log: Port fix bug 41265 by removing the code that resets checkInterval values of zero to 300. If checkInterval is not specified it defaults to zero anyway and removing the code

svn commit: r500656 - /tomcat/tc6.0.x/trunk/webapps/ROOT/index.jsp

2007-01-27 Thread markt
Author: markt Date: Sat Jan 27 14:49:37 2007 New Revision: 500656 URL: http://svn.apache.org/viewvc?view=rev&rev=500656 Log: Javadocs are no longer included by default and the pages are not pre-compiled. Modified: tomcat/tc6.0.x/trunk/webapps/ROOT/index.jsp Modified: tomcat/tc6.0.x/trunk/web

svn commit: r500651 - in /tomcat/tc6.0.x/trunk: bin/catalina.bat bin/catalina.sh webapps/docs/changelog.xml

2007-01-27 Thread markt
Author: markt Date: Sat Jan 27 14:45:06 2007 New Revision: 500651 URL: http://svn.apache.org/viewvc?view=rev&rev=500651 Log: Port fix bug 40526. Return support for JPDA_OPTS to catalina.bat and add a new option JPDA_SUSPEND. Patch provided by Kurt Roy. Modified: tomcat/tc6.0.x/trunk/bin/cata

svn commit: r500644 - in /tomcat/tc6.0.x/trunk/webapps: ROOT/WEB-INF/web.xml docs/WEB-INF/web.xml docs/changelog.xml examples/WEB-INF/web.xml host-manager/WEB-INF/web.xml manager/WEB-INF/web.xml

2007-01-27 Thread markt
Author: markt Date: Sat Jan 27 14:35:35 2007 New Revision: 500644 URL: http://svn.apache.org/viewvc?view=rev&rev=500644 Log: Update all webapps to use the servlet 2.5 xsd Modified: tomcat/tc6.0.x/trunk/webapps/ROOT/WEB-INF/web.xml tomcat/tc6.0.x/trunk/webapps/docs/WEB-INF/web.xml tomc

svn commit: r500629 - in /tomcat/tc6.0.x/trunk: java/org/apache/catalina/authenticator/ webapps/docs/

2007-01-27 Thread markt
Author: markt Date: Sat Jan 27 13:32:52 2007 New Revision: 500629 URL: http://svn.apache.org/viewvc?view=rev&rev=500629 Log: Port fix bug 40524. request.getAuthType() now returns CLIENT_CERT rather than CLIENT-CERT as per the spec. Now only web.xml, o.a.c.deploy.LoginConfig and Authenticators.pr

svn commit: r500626 - in /tomcat/tc6.0.x/trunk: java/org/apache/catalina/authenticator/AuthenticatorBase.java webapps/docs/changelog.xml

2007-01-27 Thread markt
Author: markt Date: Sat Jan 27 13:25:41 2007 New Revision: 500626 URL: http://svn.apache.org/viewvc?view=rev&rev=500626 Log: Port fox for bug 41217. Set secure attribute on SSO cookie when cookie is created during a secure request. Patch provided by Chris Halstead. Modified: tomcat/tc6.0.x/

svn commit: r500622 - in /tomcat/tc6.0.x/trunk: java/org/apache/jasper/servlet/JspServlet.java webapps/docs/changelog.xml

2007-01-27 Thread markt
Author: markt Date: Sat Jan 27 13:14:06 2007 New Revision: 500622 URL: http://svn.apache.org/viewvc?view=rev&rev=500622 Log: Port fix for bug 41327. Show full URI for a 404. Modified: tomcat/tc6.0.x/trunk/java/org/apache/jasper/servlet/JspServlet.java tomcat/tc6.0.x/trunk/webapps/docs/cha

svn commit: r500616 - in /tomcat/tc6.0.x/trunk: java/org/apache/catalina/startup/ContextConfig.java java/org/apache/catalina/startup/LocalStrings.properties webapps/docs/changelog.xml

2007-01-27 Thread markt
Author: markt Date: Sat Jan 27 13:00:07 2007 New Revision: 500616 URL: http://svn.apache.org/viewvc?view=rev&rev=500616 Log: Correct error messages. Should be context.xml not web.xml Modified: tomcat/tc6.0.x/trunk/java/org/apache/catalina/startup/ContextConfig.java tomcat/tc6.0.x/trunk/j

DO NOT REPLY [Bug 41479] - tomcate keep running for about 5 days, out of memory happened.

2007-01-27 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

svn commit: r500555 - in /tomcat/connectors/trunk/jk: jkstatus/src/share/org/apache/jk/status/ native/common/ xdocs/miscellaneous/

2007-01-27 Thread rjung
Author: rjung Date: Sat Jan 27 07:59:41 2007 New Revision: 500555 URL: http://svn.apache.org/viewvc?view=rev&rev=500555 Log: Add estimated time until next global maintenance to xml/txt/property mime types in status worker and adopt jkstatus ant task. Modified: tomcat/connectors/trunk/jk/jkst

svn commit: r500550 - in /tomcat/connectors/trunk/jk: jkstatus/src/share/org/apache/jk/status/ native/common/ xdocs/miscellaneous/ xdocs/reference/

2007-01-27 Thread rjung
Author: rjung Date: Sat Jan 27 07:41:36 2007 New Revision: 500550 URL: http://svn.apache.org/viewvc?view=rev&rev=500550 Log: Show estimated time until next global maintenance in status worker. Change displayed time until next recovery to a min/max pair. Modified: tomcat/connectors/trunk/jk/j

svn commit: r500543 - in /tomcat/connectors/trunk/jk: native/common/jk_status.c xdocs/miscellaneous/changelog.xml xdocs/reference/status.xml xdocs/reference/workers.xml

2007-01-27 Thread rjung
Author: rjung Date: Sat Jan 27 07:15:48 2007 New Revision: 500543 URL: http://svn.apache.org/viewvc?view=rev&rev=500543 Log: - Allow a user of a read/write status worker to switch it to and from read_only mode temporarily. - Do not show read/write commands in a read_only status worker. Modified

svn commit: r500540 - in /tomcat/connectors/trunk/jk: native/common/jk_status.c xdocs/miscellaneous/changelog.xml xdocs/reference/status.xml

2007-01-27 Thread rjung
Author: rjung Date: Sat Jan 27 06:58:59 2007 New Revision: 500540 URL: http://svn.apache.org/viewvc?view=rev&rev=500540 Log: Add status worker feature, that allows to mark an errored lb sub worker administratively for recovery. Modified: tomcat/connectors/trunk/jk/native/common/jk_status.c

svn commit: r500537 - in /tomcat/connectors/trunk/jk: native/common/jk_lb_worker.c native/common/jk_lb_worker.h native/common/jk_status.c xdocs/miscellaneous/changelog.xml xdocs/reference/status.xml x

2007-01-27 Thread rjung
Author: rjung Date: Sat Jan 27 06:41:05 2007 New Revision: 500537 URL: http://svn.apache.org/viewvc?view=rev&rev=500537 Log: Do not try to recover load balancer sub workers multiple times in parallel (except when doing forced recovery). Use additional runtime states "PROBE" and "FORCED". Typical s

svn commit: r500534 - in /tomcat/connectors/trunk/jk: native/common/jk_lb_worker.c native/common/jk_shm.h native/common/jk_status.c xdocs/miscellaneous/changelog.xml

2007-01-27 Thread rjung
Author: rjung Date: Sat Jan 27 06:14:00 2007 New Revision: 500534 URL: http://svn.apache.org/viewvc?view=rev&rev=500534 Log: Improve data synchronization between different processes (use sequence number more carefully). Modified: tomcat/connectors/trunk/jk/native/common/jk_lb_worker.c tom

DO NOT REPLY [Bug 41479] New: - tomcate keep running for about 5 days, out of memory happened.

2007-01-27 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu