DO NOT REPLY [Bug 49245] New: Servlet called with cross-context request can access a stale session

2010-05-04 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=49245 Summary: Servlet called with cross-context request can access a stale session Product: Tomcat 6 Version: 6.0.26 Platform: PC OS/Version: Windows XP Status: NE

svn commit: r940802 - in /tomcat/trunk/java/org/apache/catalina: core/ContainerBase.java core/StandardPipeline.java core/StandardWrapperValve.java valves/ValveBase.java

2010-05-04 Thread markt
Author: markt Date: Tue May 4 10:59:52 2010 New Revision: 940802 URL: http://svn.apache.org/viewvc?rev=940802&view=rev Log: Re-factor Valves to use LifecycleMBeanBase Modified: tomcat/trunk/java/org/apache/catalina/core/ContainerBase.java tomcat/trunk/java/org/apache/catalina/core/Standa

svn commit: r940804 - in /tomcat/tc6.0.x/trunk: ./ STATUS.txt java/org/apache/catalina/core/ApplicationHttpRequest.java webapps/docs/changelog.xml

2010-05-04 Thread kkolinko
Author: kkolinko Date: Tue May 4 11:09:39 2010 New Revision: 940804 URL: http://svn.apache.org/viewvc?rev=940804&view=rev Log: Fix http://issues.apache.org/bugzilla/show_bug.cgi?id=49245 Fix cross-context session expiration. It is backport of r926716. (markt) Modified: tomcat/tc6.0.x/trunk/

DO NOT REPLY [Bug 49245] Servlet called with cross-context request can access a stale session

2010-05-04 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=49245 Konstantin Kolinko changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

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

2010-05-04 Thread kkolinko
Author: kkolinko Date: Tue May 4 11:20:41 2010 New Revision: 940807 URL: http://svn.apache.org/viewvc?rev=940807&view=rev Log: vote 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=9408

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

2010-05-04 Thread kkolinko
Author: kkolinko Date: Tue May 4 11:30:01 2010 New Revision: 940809 URL: http://svn.apache.org/viewvc?rev=940809&view=rev Log: vote 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=9408

svn commit: r940891 - in /tomcat/trunk: ./ .classpath .project build.xml eclipse.classpath eclipse.project

2010-05-04 Thread markt
Author: markt Date: Tue May 4 15:07:33 2010 New Revision: 940891 URL: http://svn.apache.org/viewvc?rev=940891&view=rev Log: Rename Eclipse files so they become samples Align the svn ignores list and the excludes list for the src tarball. The sample Eclipse files will be included, the 'real' ones

svn commit: r940900 - in /tomcat/tc6.0.x/trunk: ./ .classpath .project eclipse.classpath eclipse.project

2010-05-04 Thread markt
Author: markt Date: Tue May 4 15:15:15 2010 New Revision: 940900 URL: http://svn.apache.org/viewvc?rev=940900&view=rev Log: Rename Eclipse files so they become samples Align the svn ignores list and the excludes list for the src tarball. The sample Eclipse files will be included, the 'real' ones

svn commit: r940901 - /tomcat/tc6.0.x/trunk/eclipse.project

2010-05-04 Thread markt
Author: markt Date: Tue May 4 15:16:48 2010 New Revision: 940901 URL: http://svn.apache.org/viewvc?rev=940901&view=rev Log: Remove double header Modified: tomcat/tc6.0.x/trunk/eclipse.project Modified: tomcat/tc6.0.x/trunk/eclipse.project URL: http://svn.apache.org/viewvc/tomcat/tc6.0.x/tr

svn commit: r940906 - in /tomcat/tc5.5.x/trunk: build/build.xml eclipse.classpath eclipse.project

2010-05-04 Thread markt
Author: markt Date: Tue May 4 15:23:52 2010 New Revision: 940906 URL: http://svn.apache.org/viewvc?rev=940906&view=rev Log: Add sample Eclipse files with ALv2 headers. Align the svn ignores list and the excludes list for the src tarball. The sample Eclipse files will be included, the 'real' ones

Re: .classpath and .project in src distribution (was: svn commit: r937993)

2010-05-04 Thread Mark Thomas
On 29/04/2010 00:46, Mark Thomas wrote: > Having read the thread and thought about it some more, I think there is > consensus to do the following: > - Rename the current .classpath and .project to eclipse.classpath & > eclipse.project > - Include these renamed files in the src distros > - Exclude .

DO NOT REPLY [Bug 48817] Skip validation query and use JDBC API for validation

2010-05-04 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48817 --- Comment #4 from Matt Passell 2010-05-04 12:28:00 EDT --- Created an attachment (id=25398) --> (https://issues.apache.org/bugzilla/attachment.cgi?id=25398) If no validation query is available, fall back on other approaches This isn't

svn commit: r941003 - in /tomcat/trunk/bin: catalina.bat catalina.sh

2010-05-04 Thread rjung
Author: rjung Date: Tue May 4 19:14:53 2010 New Revision: 941003 URL: http://svn.apache.org/viewvc?rev=941003&view=rev Log: Fix copy&paste error in script comment. Modified: tomcat/trunk/bin/catalina.bat tomcat/trunk/bin/catalina.sh Modified: tomcat/trunk/bin/catalina.bat URL: http://s

svn commit: r941004 - in /tomcat/tc6.0.x/trunk/bin: catalina.bat catalina.sh

2010-05-04 Thread rjung
Author: rjung Date: Tue May 4 19:16:47 2010 New Revision: 941004 URL: http://svn.apache.org/viewvc?rev=941004&view=rev Log: Fix copy&paste error in script comments. Backport of r941003 from trunk. CTR (comment). Modified: tomcat/tc6.0.x/trunk/bin/catalina.bat tomcat/tc6.0.x/trunk/bin/cat

svn commit: r941064 - in /tomcat/trunk/java/org/apache/catalina: mbeans/MBeanUtils.java realm/RealmBase.java valves/ValveBase.java

2010-05-04 Thread markt
Author: markt Date: Tue May 4 21:51:37 2010 New Revision: 941064 URL: http://svn.apache.org/viewvc?rev=941064&view=rev Log: Re-factor Realms to use LifecycleMBeanBase Modified: tomcat/trunk/java/org/apache/catalina/mbeans/MBeanUtils.java tomcat/trunk/java/org/apache/catalina/realm/RealmB

DO NOT REPLY [Bug 49249] New: GC overhead limit exceeded when download large files from keep-alive-enabled clustered tomcats

2010-05-04 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=49249 Summary: GC overhead limit exceeded when download large files from keep-alive-enabled clustered tomcats Product: Tomcat 6 Version: 6.0.18 Platform: HP OS/Version: Linux

DO NOT REPLY [Bug 49249] GC overhead limit exceeded when download large files from keep-alive-enabled clustered tomcats

2010-05-04 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=49249 Konstantin Kolinko changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

DO NOT REPLY [Bug 49249] GC overhead limit exceeded when download large files from keep-alive-enabled clustered tomcats

2010-05-04 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=49249 --- Comment #2 from iJay 2010-05-05 02:16:12 EDT --- (In reply to comment #1) > A quick search gives me this reference: > http://java.sun.com/javase/technologies/hotspot/gc/gc_tuning_6.html#par_gc.oom > "The parallel collector will throw an