DO NOT REPLY [Bug 48973] New: Don't create SESSIONS.ser when no session exists

2010-03-24 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48973 Summary: Don't create SESSIONS.ser when no session exists Product: Tomcat 6 Version: 6.0.26 Platform: PC OS/Version: Linux Status: NEW Severity: enhancement P

DO NOT REPLY [Bug 48973] Don't create SESSIONS.ser when no session exists

2010-03-24 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48973 Marc Guillemot changed: What|Removed |Added CC||mguille...@yahoo.fr -- Configure

DO NOT REPLY [Bug 48600] Performance issue with tags

2010-03-24 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48600 Jorge changed: What|Removed |Added CC||jorge.d...@atosorigin.com -- Configure bu

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

2010-03-24 Thread markt
Author: markt Date: Wed Mar 24 12:17:52 2010 New Revision: 927027 URL: http://svn.apache.org/viewvc?rev=927027&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=927027&

svn commit: r927031 - in /tomcat/trunk/java/org/apache/catalina: ha/session/DeltaManager.java session/ManagerBase.java

2010-03-24 Thread markt
Author: markt Date: Wed Mar 24 12:26:11 2010 New Revision: 927031 URL: http://svn.apache.org/viewvc?rev=927031&view=rev Log: Revert fix for https://issues.apache.org/bugzilla/show_bug.cgi?id=48790 in preparation for a simpler solution Modified: tomcat/trunk/java/org/apache/catalina/ha/sessio

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

2010-03-24 Thread markt
Author: markt Date: Wed Mar 24 12:26:55 2010 New Revision: 927032 URL: http://svn.apache.org/viewvc?rev=927032&view=rev Log: Veto alternative - it is missing a lock Modified: tomcat/tc6.0.x/trunk/STATUS.txt Modified: tomcat/tc6.0.x/trunk/STATUS.txt URL: http://svn.apache.org/viewvc/tomcat/t

svn commit: r927037 - in /tomcat/trunk/java/org/apache/catalina: ha/session/DeltaManager.java session/ManagerBase.java

2010-03-24 Thread markt
Author: markt Date: Wed Mar 24 12:38:23 2010 New Revision: 927037 URL: http://svn.apache.org/viewvc?rev=927037&view=rev Log: Simpler fix for https://issues.apache.org/bugzilla/show_bug.cgi?id=48790 based on a patch by kkolinko Make maxActive thread safe. Probably unnecessary but technically a bug

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

2010-03-24 Thread markt
Author: markt Date: Wed Mar 24 12:40:25 2010 New Revision: 927039 URL: http://svn.apache.org/viewvc?rev=927039&view=rev Log: Simplify patch based on kkolinko's suggestion Modified: tomcat/tc6.0.x/trunk/STATUS.txt Modified: tomcat/tc6.0.x/trunk/STATUS.txt URL: http://svn.apache.org/viewvc/to

Adding support for Spring security users to guessed user list

2010-03-24 Thread Ognjen Blagojevic
Hi developers, I have one micro request for Tomcat manager application. Manager application can display active sessions, with the most relevant data for that session (session id, TTL, last accessed time, TTL and so on). Guessed username is one of the columns. AFAICS in the code (SessionUtils.

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

2010-03-24 Thread markt
Author: markt Date: Wed Mar 24 14:00:03 2010 New Revision: 927060 URL: http://svn.apache.org/viewvc?rev=927060&view=rev Log: Review memory leak proposal 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

svn commit: r927062 - /tomcat/trunk/java/org/apache/catalina/manager/util/SessionUtils.java

2010-03-24 Thread markt
Author: markt Date: Wed Mar 24 14:05:15 2010 New Revision: 927062 URL: http://svn.apache.org/viewvc?rev=927062&view=rev Log: Add support for detecting Spring Security user names in the manager app Modified: tomcat/trunk/java/org/apache/catalina/manager/util/SessionUtils.java Modified: tomcat

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

2010-03-24 Thread markt
Author: markt Date: Wed Mar 24 14:07:04 2010 New Revision: 927063 URL: http://svn.apache.org/viewvc?rev=927063&view=rev Log: Proposal 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=927

Re: Adding support for Spring security users to guessed user list

2010-03-24 Thread Mark Thomas
On 24/03/2010 13:59, Ognjen Blagojevic wrote: > Hi developers, > > I have one micro request for Tomcat manager application. > > Manager application can display active sessions, with the most relevant > data for that session (session id, TTL, last accessed time, TTL and so > on). Guessed username

DO NOT REPLY [Bug 44041] WebappClassLoader duplicate class definition under high Load if hasExternalRepositories is true

2010-03-24 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=44041 --- Comment #13 from Mark Thomas 2010-03-24 14:09:56 UTC --- Further testing has identified issues under some circumstances. The final solution is being worked on for 7.0.x and when that is finalised it will be back-ported to 6.0.x and 5.5.

DO NOT REPLY [Bug 48976] New: Document JAVA_ENDORSED_DIRS in the header of catalina.{sh,bat}

2010-03-24 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48976 Summary: Document JAVA_ENDORSED_DIRS in the header of catalina.{sh,bat} Product: Tomcat 6 Version: 6.0.26 Platform: PC OS/Version: Linux Status: NEW

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

2010-03-24 Thread markt
Author: markt Date: Wed Mar 24 14:37:53 2010 New Revision: 927076 URL: http://svn.apache.org/viewvc?rev=927076&view=rev Log: More feedback 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?re

Re: Adding support for Spring security users to guessed user list

2010-03-24 Thread Ognjen Blagojevic
Mark Thomas wrote: Can we add attribute "SPRING_SECURITY_LAST_USERNAME" to that array, so the users that are using Spring security for authentication may also see the username for the displayed session? (I already tested this, and it works fine.) ... I've applied the change to trunk for 7.0.x a

Re: Release jdbc-pool ?

2010-03-24 Thread Filip Hanik - Dev Lists
We can go for another release. Filip On 03/23/2010 04:45 AM, Henri Gomez wrote: +1 Filik wrote two great articles on tomcatexpert about jdbc-pool and we should expect many users to take it a try :-) 2010/3/23 Olivier Lamy: Hi Folks, Is there any plan to release jdbc-pool ? ( I mean off

DO NOT REPLY [Bug 48979] New: defaultContextXml not set by Embedded.createContext

2010-03-24 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48979 Summary: defaultContextXml not set by Embedded.createContext Product: Tomcat 6 Version: 6.0.26 Platform: PC OS/Version: Linux Status: NEW Severity: normal Pri

Re: svn commit: r927037 - in /tomcat/trunk/java/org/apache/catalina: ha/session/DeltaManager.java session/ManagerBase.java

2010-03-24 Thread sebb
On 24/03/2010, ma...@apache.org wrote: > Author: markt > Date: Wed Mar 24 12:38:23 2010 > New Revision: 927037 > > URL: http://svn.apache.org/viewvc?rev=927037&view=rev > Log: > Simpler fix for https://issues.apache.org/bugzilla/show_bug.cgi?id=48790 > based on a patch by kkolinko > Make ma

DO NOT REPLY [Bug 48979] defaultContextXml not set by Embedded.createContext

2010-03-24 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48979 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

svn commit: r927105 - in /tomcat/trunk/java/org/apache/tomcat/util/http/mapper: LocalStrings.properties Mapper.java

2010-03-24 Thread markt
Author: markt Date: Wed Mar 24 16:13:29 2010 New Revision: 927105 URL: http://svn.apache.org/viewvc?rev=927105&view=rev Log: Tracking down a memory leak. Add some debug logging to the mapper. Added: tomcat/trunk/java/org/apache/tomcat/util/http/mapper/LocalStrings.properties (with props)

DO NOT REPLY [Bug 48979] defaultContextXml not set by Embedded.createContext

2010-03-24 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48979 --- Comment #2 from Marc Guillemot 2010-03-24 16:20:07 UTC --- May you tell in two words, why it is not correct rather than sending me to a high volume mailing list that doesn't provide the possibility not to receive the emails? -- Confi

Re: Release jdbc-pool ?

2010-03-24 Thread Henri Gomez
Good. So I could also make a try for in-house our projects since we have to use a 'released' version. Thanks Filip 2010/3/24 Filip Hanik - Dev Lists : > We can go for another release. > > Filip > > > On 03/23/2010 04:45 AM, Henri Gomez wrote: >> >> +1 >> >> Filik wrote two great articles on tomc

DO NOT REPLY [Bug 48971] memory leak protection : stopping TimeThreads should be optional and disabled by default

2010-03-24 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48971 --- Comment #4 from sylvain.laur...@gmail.com 2010-03-24 20:08:44 UTC --- you're correct, I did not submit any patch for the expendable classloader, I'd like to discuss another approach on the dev list in the next days. Regarding this pres

svn commit: r927182 - in /tomcat/trunk/java/org/apache: catalina/connector/CoyoteAdapter.java catalina/connector/Request.java catalina/core/StandardWrapperValve.java coyote/http11/Http11NioProcessor.j

2010-03-24 Thread fhanik
Author: fhanik Date: Wed Mar 24 21:26:47 2010 New Revision: 927182 URL: http://svn.apache.org/viewvc?rev=927182&view=rev Log: Add in a slightly different behavior for dispatch. dispatch() will return immediately, according to spec. But if dispatch is called from the tomcat worker thread, then the

DO NOT REPLY [Bug 48983] New: Enhance RemoteIpValve and RemoteIpFilter logging

2010-03-24 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48983 Summary: Enhance RemoteIpValve and RemoteIpFilter logging Product: Tomcat 7 Version: trunk Platform: PC OS/Version: Mac OS X 10.4 Status: NEW Severity: normal

DO NOT REPLY [Bug 48983] Enhance RemoteIpValve and RemoteIpFilter logging

2010-03-24 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48983 --- Comment #1 from Cyrille Le Clerc 2010-03-24 23:16:05 UTC --- Created an attachment (id=25181) --> (https://issues.apache.org/bugzilla/attachment.cgi?id=25181) RemoteIpValve logging enhancement -- Configure bugmail: https://issues.ap

svn commit: r927240 - /tomcat/trunk/java/org/apache/tomcat/util/http/mapper/Mapper.java

2010-03-24 Thread markt
Author: markt Date: Thu Mar 25 00:33:35 2010 New Revision: 927240 URL: http://svn.apache.org/viewvc?rev=927240&view=rev Log: Use context path in debug log message Modified: tomcat/trunk/java/org/apache/tomcat/util/http/mapper/Mapper.java Modified: tomcat/trunk/java/org/apache/tomcat/util/htt

svn commit: r927247 - in /tomcat/trunk/java/org/apache/catalina: Lifecycle.java core/StandardContext.java startup/ContextConfig.java startup/TldConfig.java startup/Tomcat.java

2010-03-24 Thread markt
Author: markt Date: Thu Mar 25 00:59:23 2010 New Revision: 927247 URL: http://svn.apache.org/viewvc?rev=927247&view=rev Log: Make sure start() and stop() are called on Wrappers. This was a regression in the recent Lifecycle changes. Modified: tomcat/trunk/java/org/apache/catalina/Lifecycle.j