Startup exception in Tomcat

2006-05-08 Thread Krish B
hi, I get an exception sometimes during tomcat startup. I saw a few posts related to this but am not able to resolve the same. java.util.ConcurrentModificationException at java.util.HashMap.onEntry(HashMap.java:205) at java.util.HashMap.transfer(HashMap.java:510) at java.util.HashMap.resize(Hash

svn commit: r405053 - in /tomcat/container/tc5.5.x/modules/groupcom: VERSION src/share/org/apache/catalina/tribes/group/interceptors/MessageDispatchInterceptor.java

2006-05-08 Thread fhanik
Author: fhanik Date: Mon May 8 06:39:21 2006 New Revision: 405053 URL: http://svn.apache.org/viewcvs?rev=405053&view=rev Log: async starts and stops with the sender Modified: tomcat/container/tc5.5.x/modules/groupcom/VERSION tomcat/container/tc5.5.x/modules/groupcom/src/share/org/apache

Re: DO NOT REPLY [Bug 39503] - getContextPath() returns a decoded string contrary to the servlet spec

2006-05-08 Thread Darryl Miles
Would it be possible to have an Implementation Erratum section on the TC website to track this sort of thing. Its fine to take such a decision on the basis that "The Spec is silly", but it does need to be broadcast for the attention of the userbase. At the very least it will curb future buz

Re: DO NOT REPLY [Bug 39503] - getContextPath() returns a decoded string contrary to the servlet spec

2006-05-08 Thread Yoav Shapira
I don't mind documenting it -- write up the web page you want (in the xdocs format used by the rest of the docs: see http://svn.apache.org/viewcvs.cgi/tomcat/container/tc5.5.x/webapps/docs/ for examples), submit it here or on bugzilla, and we can add it to the docs. Yoav On 5/8/06, Darryl Miles

Re: DO NOT REPLY [Bug 39503] - getContextPath() returns a decoded string contrary to the servlet spec

2006-05-08 Thread Remy Maucherat
Yoav Shapira wrote: I don't mind documenting it -- write up the web page you want (in the xdocs format used by the rest of the docs: see http://svn.apache.org/viewcvs.cgi/tomcat/container/tc5.5.x/webapps/docs/ for examples), submit it here or on bugzilla, and we can add it to the docs. Obviousl

Re: DO NOT REPLY [Bug 39503] - getContextPath() returns a decoded string contrary to the servlet spec

2006-05-08 Thread Yoav Shapira
Hola, On 5/8/06, Remy Maucherat <[EMAIL PROTECTED]> wrote: Obviously, this post was written in bad faith, and was not attempting to be constructive in any way. You know, Darryl is one of these Bugzilla users that I've had bad interactions with, so I think he merely wants to create problems :)

Re: DO NOT REPLY [Bug 39503] - getContextPath() returns a decoded string contrary to the servlet spec

2006-05-08 Thread Remy Maucherat
Yoav Shapira wrote: Hola, On 5/8/06, Remy Maucherat <[EMAIL PROTECTED]> wrote: Obviously, this post was written in bad faith, and was not attempting to be constructive in any way. You know, Darryl is one of these Bugzilla users that I've had bad interactions with, so I think he merely wants to

Re: DO NOT REPLY [Bug 39503] - getContextPath() returns a decoded string contrary to the servlet spec

2006-05-08 Thread Yoav Shapira
Hi, I agree with that, but there is no need to get on a big administrative hoopla making it sound like it's critical (it's very similar to the Yeah, agreed. I wasn't planning to go through big hoops for this, so if I conveyed that intention then I was just unclear ;) Yoav -

svn commit: r405097 - /tomcat/container/tc5.5.x/catalina/src/share/org/apache/catalina/session/StandardSession.java

2006-05-08 Thread fhanik
Author: fhanik Date: Mon May 8 10:22:55 2006 New Revision: 405097 URL: http://svn.apache.org/viewcvs?rev=405097&view=rev Log: Make the StandardSession extensible by allowing control whether the listeners should be notified by a setAttribute command. Modified: tomcat/container/tc5.5.x/cat

svn commit: r405101 - /tomcat/container/tc5.5.x/modules/groupcom/src/share/org/apache/catalina/tribes/ChannelException.java

2006-05-08 Thread fhanik
Author: fhanik Date: Mon May 8 10:42:26 2006 New Revision: 405101 URL: http://svn.apache.org/viewcvs?rev=405101&view=rev Log: Fix classcast exception Modified: tomcat/container/tc5.5.x/modules/groupcom/src/share/org/apache/catalina/tribes/ChannelException.java Modified: tomcat/container/t

svn commit: r405103 - in /tomcat/container/tc5.5.x/modules/ha/src/share/org/apache/catalina/ha/session: DeltaSession.java DeltaSessionFacade.java

2006-05-08 Thread fhanik
Author: fhanik Date: Mon May 8 10:44:40 2006 New Revision: 405103 URL: http://svn.apache.org/viewcvs?rev=405103&view=rev Log: Refactored DeltaSession to extend StandardSession Removed: tomcat/container/tc5.5.x/modules/ha/src/share/org/apache/catalina/ha/session/DeltaSessionFacade.java Modif

svn commit: r405105 - /tomcat/container/tc5.5.x/modules/ha/src/share/org/apache/catalina/ha/session/DeltaSession.java

2006-05-08 Thread fhanik
Author: fhanik Date: Mon May 8 10:49:58 2006 New Revision: 405105 URL: http://svn.apache.org/viewcvs?rev=405105&view=rev Log: lock the session when setting the principal locks are used so that replicated diffs can't be modified on the fly Modified: tomcat/container/tc5.5.x/modules/ha/src/sh

svn commit: r405108 - /tomcat/container/tc5.5.x/modules/ha/src/share/org/apache/catalina/ha/session/DeltaSession.java

2006-05-08 Thread fhanik
Author: fhanik Date: Mon May 8 10:57:48 2006 New Revision: 405108 URL: http://svn.apache.org/viewcvs?rev=405108&view=rev Log: Remove interfaces that are implemented by the super class Modified: tomcat/container/tc5.5.x/modules/ha/src/share/org/apache/catalina/ha/session/DeltaSession.java M

valueUnbound does not get called

2006-05-08 Thread Jason Novotny
Hi, I'm writing a portlet that stuffs some data in the session. I put debug staements in the valueBound and valueUnbound methods of my object which implements the HttpSessionBindingListener. I see that the valueBound method is getting invoked, however valueUnbound does not get invoked whe

Re: DO NOT REPLY [Bug 39503] - getContextPath() returns a decoded string contrary to the servlet spec

2006-05-08 Thread Darryl Miles
Yoav Shapira wrote: I don't mind documenting it -- write up the web page you want (in the xdocs format used by the rest of the docs: see http://svn.apache.org/viewcvs.cgi/tomcat/container/tc5.5.x/webapps/docs/ for examples), submit it here or on bugzilla, and we can add it to the docs. Maybe I

svn commit: r405211 - in /tomcat/container/tc5.5.x/modules/groupcom/src/share/org/apache/catalina/tribes/tipis: AbstractReplicatedMap.java LazyReplicatedMap.java

2006-05-08 Thread fhanik
Author: fhanik Date: Mon May 8 15:53:32 2006 New Revision: 405211 URL: http://svn.apache.org/viewcvs?rev=405211&view=rev Log: Fixed backup code to continue until the data has been successfully backed up, or we have run out of members to backup the data to Modified: tomcat/container/tc5.5.x

Re: svn commit: r405103 - in /tomcat/container/tc5.5.x/modules/ha/src/share/org/apache/catalina/ha/session: DeltaSession.java DeltaSessionFacade.java

2006-05-08 Thread Remy Maucherat
[EMAIL PROTECTED] wrote: Author: fhanik Date: Mon May 8 10:44:40 2006 New Revision: 405103 URL: http://svn.apache.org/viewcvs?rev=405103&view=rev Log: Refactored DeltaSession to extend StandardSession Ok, so you get a beer, I guess. Rémy -

Re: svn commit: r405103 - in /tomcat/container/tc5.5.x/modules/ha/src/share/org/apache/catalina/ha/session: DeltaSession.java DeltaSessionFacade.java

2006-05-08 Thread Filip Hanik - Dev Lists
Meet me at ApacheCon '06, I'll buy! Filip Remy Maucherat wrote: [EMAIL PROTECTED] wrote: Author: fhanik Date: Mon May 8 10:44:40 2006 New Revision: 405103 URL: http://svn.apache.org/viewcvs?rev=405103&view=rev Log: Refactored DeltaSession to extend StandardSession Ok, so you get a beer, I

svn commit: r405230 - in /tomcat/container/tc5.5.x/modules: groupcom/src/share/org/apache/catalina/tribes/tipis/ ha/src/share/org/apache/catalina/ha/session/ ha/src/share/org/apache/catalina/ha/tcp/

2006-05-08 Thread fhanik
Author: fhanik Date: Mon May 8 16:48:28 2006 New Revision: 405230 URL: http://svn.apache.org/viewcvs?rev=405230&view=rev Log: Small optimizations Modified: tomcat/container/tc5.5.x/modules/groupcom/src/share/org/apache/catalina/tribes/tipis/AbstractReplicatedMap.java tomcat/container/t

DO NOT REPLY [Bug 10335] - [RFE,patch] Make JAASRealm more flexible

2006-05-08 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

Tomcat Logo

2006-05-08 Thread Javier Iglesias
Hi there, sorry to disturb with such a silly question: where can I find the Apache Tomcat logo in vector format (svg, eps, pdf, ai, ...)? I could only trace the existence of such a file in this mailing list a few years ago, and I would need it to design a new icon. Thank you in advance for you