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
https://issues.apache.org/bugzilla/show_bug.cgi?id=48973
Marc Guillemot changed:
What|Removed |Added
CC||mguille...@yahoo.fr
--
Configure
https://issues.apache.org/bugzilla/show_bug.cgi?id=48600
Jorge changed:
What|Removed |Added
CC||jorge.d...@atosorigin.com
--
Configure bu
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&
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
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
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
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
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.
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
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
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
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
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.
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
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
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
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
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
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
https://issues.apache.org/bugzilla/show_bug.cgi?id=48979
Mark Thomas changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|
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)
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
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
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
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
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
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
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
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
30 matches
Mail list logo