svn commit: r784384 - /tomcat/tc6.0.x/trunk/STATUS.txt

2009-06-13 Thread kkolinko
Author: kkolinko Date: Sat Jun 13 12:49:20 2009 New Revision: 784384 URL: http://svn.apache.org/viewvc?rev=784384&view=rev Log: comment Modified: tomcat/tc6.0.x/trunk/STATUS.txt Modified: tomcat/tc6.0.x/trunk/STATUS.txt URL: http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/STATUS.txt?rev=7

svn commit: r784386 - in /tomcat/tc6.0.x/trunk: STATUS.txt java/org/apache/catalina/manager/util/SessionUtils.java

2009-06-13 Thread kkolinko
Author: kkolinko Date: Sat Jun 13 12:57:48 2009 New Revision: 784386 URL: http://svn.apache.org/viewvc?rev=784386&view=rev Log: Add explicit cast, to remove two "non-varargs call of varargs method with inexact argument type for last parameter" warnings during the build. Modified: tomcat/tc6.

svn commit: r784387 - in /tomcat/tc6.0.x/trunk: STATUS.txt java/org/apache/jasper/compiler/JspUtil.java

2009-06-13 Thread kkolinko
Author: kkolinko Date: Sat Jun 13 13:10:33 2009 New Revision: 784387 URL: http://svn.apache.org/viewvc?rev=784387&view=rev Log: Remove unneeded unescaping from JspUtil.getExprInXml (It is a part of the rev.696061 of trunk that was forgotten when applying it to tc6.0 in rev.708165) Modified: t

svn commit: r784392 - /tomcat/tc6.0.x/trunk/STATUS.txt

2009-06-13 Thread kkolinko
Author: kkolinko Date: Sat Jun 13 13:53:34 2009 New Revision: 784392 URL: http://svn.apache.org/viewvc?rev=784392&view=rev Log: votes Modified: tomcat/tc6.0.x/trunk/STATUS.txt Modified: tomcat/tc6.0.x/trunk/STATUS.txt URL: http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/STATUS.txt?rev=784

svn commit: r784401 - /tomcat/tc6.0.x/trunk/STATUS.txt

2009-06-13 Thread kkolinko
Author: kkolinko Date: Sat Jun 13 14:41:28 2009 New Revision: 784401 URL: http://svn.apache.org/viewvc?rev=784401&view=rev Log: comment Modified: tomcat/tc6.0.x/trunk/STATUS.txt Modified: tomcat/tc6.0.x/trunk/STATUS.txt URL: http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/STATUS.txt?rev=7

HostConfig.checkResources()

2009-06-13 Thread Konstantin Kolinko
In o.a.c.startup.HostConfig.checkResources() method of tc6.0.x and of trunk, there are two code paths that perform undeploy of an application -- look for the comment "// Undeploy application". The first one is called when a redeployResources resource is updated. The second one - when it is deleted

svn commit: r784436 - /tomcat/tc6.0.x/trunk/STATUS.txt

2009-06-13 Thread markt
Author: markt Date: Sat Jun 13 17:07:30 2009 New Revision: 784436 URL: http://svn.apache.org/viewvc?rev=784436&view=rev Log: Withdraw pool 1.5 update - there is a nasty regression. 1.5.1 should follow shortly... Modified: tomcat/tc6.0.x/trunk/STATUS.txt Modified: tomcat/tc6.0.x/trunk/STATUS

svn commit: r784443 - in /tomcat/site/trunk: docs/ xdocs/ xdocs/stylesheets/

2009-06-13 Thread markt
Author: markt Date: Sat Jun 13 18:11:04 2009 New Revision: 784443 URL: http://svn.apache.org/viewvc?rev=784443&view=rev Log: Front page trademark wording tweak and footer addition recommended by the prc. Modified: tomcat/site/trunk/docs/bugreport.html tomcat/site/trunk/docs/contact.html

svn commit: r784453 - in /tomcat/trunk: java/org/apache/catalina/session/PersistentManagerBase.java webapps/docs/config/manager.xml

2009-06-13 Thread markt
Author: markt Date: Sat Jun 13 19:05:56 2009 New Revision: 784453 URL: http://svn.apache.org/viewvc?rev=784453&view=rev Log: Enhancements to fix for https://issues.apache.org/bugzilla/show_bug.cgi?id=43343 based on kkolinko's review Modified: tomcat/trunk/java/org/apache/catalina/session/Pe

svn commit: r784454 - /tomcat/tc6.0.x/trunk/STATUS.txt

2009-06-13 Thread markt
Author: markt Date: Sat Jun 13 19:14:37 2009 New Revision: 784454 URL: http://svn.apache.org/viewvc?rev=784454&view=rev Log: Act on review comments Modified: tomcat/tc6.0.x/trunk/STATUS.txt Modified: tomcat/tc6.0.x/trunk/STATUS.txt URL: http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/STAT

svn commit: r784455 - in /tomcat/trunk: java/org/apache/catalina/core/ java/org/apache/naming/resources/ java/org/apache/tomcat/util/buf/ webapps/docs/config/

2009-06-13 Thread markt
Author: markt Date: Sat Jun 13 19:19:18 2009 New Revision: 784455 URL: http://svn.apache.org/viewvc?rev=784455&view=rev Log: Remove case insensitivity option. It was a workaround for a change in Tomcat 3 and has security implications if used on case insensitive file systems. Modified: tomcat

svn commit: r784456 - in /tomcat/tc6.0.x/trunk/webapps/docs: changelog.xml config/context.xml

2009-06-13 Thread markt
Author: markt Date: Sat Jun 13 19:23:40 2009 New Revision: 784456 URL: http://svn.apache.org/viewvc?rev=784456&view=rev Log: Add caseSensitive deprecation warning. Modified: tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml tomcat/tc6.0.x/trunk/webapps/docs/config/context.xml Modified: tom

Re: HostConfig.checkResources()

2009-06-13 Thread Mark Thomas
Konstantin Kolinko wrote: > In o.a.c.startup.HostConfig.checkResources() method of tc6.0.x and of trunk, > there are two code paths that perform undeploy of an application -- > look for the comment > "// Undeploy application". > > The first one is called when a redeployResources resource is update

svn commit: r784459 - in /tomcat/tc6.0.x/trunk: ./ STATUS.txt java/org/apache/catalina/startup/HostConfig.java webapps/docs/changelog.xml

2009-06-13 Thread markt
Author: markt Date: Sat Jun 13 19:40:11 2009 New Revision: 784459 URL: http://svn.apache.org/viewvc?rev=784459&view=rev Log: Log context deployment consistently for war/dir/xml Modified: tomcat/tc6.0.x/trunk/ (props changed) tomcat/tc6.0.x/trunk/STATUS.txt tomcat/tc6.0.x/trunk/java/

svn commit: r784463 - in /tomcat: connectors/trunk/util/java/org/apache/tomcat/util/http/ container/tc5.5.x/catalina/src/share/org/apache/catalina/ container/tc5.5.x/catalina/src/share/org/apache/cata

2009-06-13 Thread markt
Author: markt Date: Sat Jun 13 20:26:43 2009 New Revision: 784463 URL: http://svn.apache.org/viewvc?rev=784463&view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=44382 Port httpOnly support from 6.0.x Modified: tomcat/connectors/trunk/util/java/org/apache/tomcat/util/http/S

DO NOT REPLY [Bug 44382] Need to add support for HTTPOnly session cookie parameter

2009-06-13 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=44382 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

svn commit: r784465 - in /tomcat: connectors/trunk/http11/src/java/org/apache/coyote/http11/ container/tc5.5.x/webapps/docs/

2009-06-13 Thread markt
Author: markt Date: Sat Jun 13 20:31:13 2009 New Revision: 784465 URL: http://svn.apache.org/viewvc?rev=784465&view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=46552 Return a 400 rather than a 200 if headers are too large Modified: tomcat/connectors/trunk/http11/src/java/

DO NOT REPLY [Bug 46552] Could there be a logging for requests exceeding maxHttpHeaderSize

2009-06-13 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=46552 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

svn commit: r784467 - in /tomcat/container/tc5.5.x/catalina/src/share/org/apache/catalina/connector: Connector.java MapperListener.java

2009-06-13 Thread markt
Author: markt Date: Sat Jun 13 20:38:46 2009 New Revision: 784467 URL: http://svn.apache.org/viewvc?rev=784467&view=rev Log: Fix regression in fix for bug 42707 Modified: tomcat/container/tc5.5.x/catalina/src/share/org/apache/catalina/connector/Connector.java tomcat/container/tc5.5.x/ca

DO NOT REPLY [Bug 47316] In config file, Service and engine names must match

2009-06-13 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=47316 Mark Thomas changed: What|Removed |Added Status|REOPENED|RESOLVED Resolution|

svn commit: r784468 - in /tomcat/container/tc5.5.x: catalina/src/share/org/apache/catalina/core/StandardHost.java webapps/docs/changelog.xml webapps/docs/config/host.xml

2009-06-13 Thread markt
Author: markt Date: Sat Jun 13 20:43:04 2009 New Revision: 784468 URL: http://svn.apache.org/viewvc?rev=784468&view=rev Log: Better default for appbase. Patch by Ian Darwin Modified: tomcat/container/tc5.5.x/catalina/src/share/org/apache/catalina/core/StandardHost.java tomcat/container/t

svn commit: r784469 - /tomcat/current/tc5.5.x/STATUS.txt

2009-06-13 Thread markt
Author: markt Date: Sat Jun 13 20:43:43 2009 New Revision: 784469 URL: http://svn.apache.org/viewvc?rev=784469&view=rev Log: Remove applied fixes. Votes. Modified: tomcat/current/tc5.5.x/STATUS.txt Modified: tomcat/current/tc5.5.x/STATUS.txt URL: http://svn.apache.org/viewvc/tomcat/current/

svn commit: r784470 - in /tomcat/container/branches/tc4.1.x: RELEASE-NOTES-4.1.txt catalina/src/share/org/apache/catalina/valves/ErrorReportValve.java

2009-06-13 Thread markt
Author: markt Date: Sat Jun 13 20:54:56 2009 New Revision: 784470 URL: http://svn.apache.org/viewvc?rev=784470&view=rev Log: Provide a partial work-around for browsers that ignore charset requirements of RFC2616 Modified: tomcat/container/branches/tc4.1.x/RELEASE-NOTES-4.1.txt tomcat/co

svn commit: r784471 - /tomcat/current/tc4.1.x/STATUS.txt

2009-06-13 Thread markt
Author: markt Date: Sat Jun 13 20:55:26 2009 New Revision: 784471 URL: http://svn.apache.org/viewvc?rev=784471&view=rev Log: Remove applied patch Modified: tomcat/current/tc4.1.x/STATUS.txt Modified: tomcat/current/tc4.1.x/STATUS.txt URL: http://svn.apache.org/viewvc/tomcat/current/tc4.1.x/