DO NOT REPLY [Bug 38814] New: - CGIServlet applies wrong charset

2006-03-01 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://issues.apache.org/bugzilla/show_bug.cgi?id=38814. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 38814] - CGIServlet applies wrong charset

2006-03-01 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://issues.apache.org/bugzilla/show_bug.cgi?id=38814. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 38814] - CGIServlet applies wrong charset

2006-03-01 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://issues.apache.org/bugzilla/show_bug.cgi?id=38814. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.

svn commit: r382005 - /tomcat/container/tc5.5.x/catalina/src/share/org/apache/catalina/startup/ClusterRuleSetFactory.java

2006-03-01 Thread fhanik
Author: fhanik Date: Wed Mar 1 04:44:37 2006 New Revision: 382005 URL: http://svn.apache.org/viewcvs?rev=382005view=rev Log: Changed warnings to debug messages Modified: tomcat/container/tc5.5.x/catalina/src/share/org/apache/catalina/startup/ClusterRuleSetFactory.java Modified:

DO NOT REPLY [Bug 38795] - StandardContext doesn't always reset thread's contextClassLoader

2006-03-01 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://issues.apache.org/bugzilla/show_bug.cgi?id=38795. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 37498] - NPE in org.apache.catalina.core.ContainerBase.removeChild

2006-03-01 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://issues.apache.org/bugzilla/show_bug.cgi?id=37498. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 37356] - Tomcat does not invalidate sessions after session-timeout period has passed.

2006-03-01 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://issues.apache.org/bugzilla/show_bug.cgi?id=37356. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.

svn commit: r382061 - in /tomcat/container/tc5.5.x/modules/groupcom: etc/ src/share/org/apache/catalina/tribes/io/ src/share/org/apache/catalina/tribes/tcp/

2006-03-01 Thread fhanik
Author: fhanik Date: Wed Mar 1 07:34:59 2006 New Revision: 382061 URL: http://svn.apache.org/viewcvs?rev=382061view=rev Log: Modified the default rx and tx buf sizes, these make a huge difference in the speed of data transport Modified:

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

2006-03-01 Thread fhanik
Author: fhanik Date: Wed Mar 1 07:36:59 2006 New Revision: 382063 URL: http://svn.apache.org/viewcvs?rev=382063view=rev Log: Change the default values to the speediest channel Modified: tomcat/container/tc5.5.x/modules/groupcom/src/share/org/apache/catalina/tribes/demos/ChannelCreator.java

svn commit: r382068 - in /tomcat/container/tc5.5.x/modules/groupcom/src/share/org/apache/catalina/tribes: demos/LoadTest.java io/ObjectReader.java

2006-03-01 Thread fhanik
Author: fhanik Date: Wed Mar 1 08:05:24 2006 New Revision: 382068 URL: http://svn.apache.org/viewcvs?rev=382068view=rev Log: The object reader buffer should be the same as the channel's receiver buffer to avoid having to grow the byte buffer Added in the ability to control the size of the

svn commit: r382069 - /tomcat/container/tc5.5.x/modules/groupcom/to-do.txt

2006-03-01 Thread fhanik
Author: fhanik Date: Wed Mar 1 08:09:33 2006 New Revision: 382069 URL: http://svn.apache.org/viewcvs?rev=382069view=rev Log: added in samples, to make this toolkit usable Modified: tomcat/container/tc5.5.x/modules/groupcom/to-do.txt Modified:

Re: Tomcat 6 source organisation part 2

2006-03-01 Thread Yoav Shapira
I've been meaning to ask this for years now: what's the purpose of the share directory under src? We share all our source by definition, so it just seems like an extra layer... Yoav On 3/1/06, Remy Maucherat [EMAIL PROTECTED] wrote: Hi, Given the comments, I propose using a single repository

Re: Tomcat 6 source organisation part 2

2006-03-01 Thread Remy Maucherat
Yoav Shapira wrote: I've been meaning to ask this for years now: what's the purpose of the share directory under src? We share all our source by definition, so it just seems like an extra layer... I have no idea what share means either ;) So let's make it: - tc6.0.x/trunk: - src: all the

Re: Tomcat 6 source organisation part 2

2006-03-01 Thread Yoav Shapira
So let's make it: - tc6.0.x/trunk: - src: all the relevant sources go there - webapps: all our current webapps, including the examples webapps - resources: misc resources, such as configuration files (server.xml), readmes, etc OK. One other thing: can we put docs under trunk

Re: Tomcat 6 source organisation part 2

2006-03-01 Thread Ian Darwin
So let's make it: - tc6.0.x/trunk: - src: all the relevant sources go there - webapps: all our current webapps, including the examples webapps - resources: misc resources, such as configuration files (server.xml), readmes, etc +1

Re: Tomcat 6 source organisation part 2

2006-03-01 Thread Costin Manolache
We still need separate dirs for native code and java I think. What about: tc6(.0.x ?)/trunk/java tc6/trunk/native tc6/trunk/webapps tc6/trunk/res and the docs webapp at top level, as Yoav suggested. share has a long history - I think JDK is organized this way, with separate dirs for windows,

Re: Tomcat 6 source organisation part 2

2006-03-01 Thread Remy Maucherat
Costin Manolache wrote: We still need separate dirs for native code and java I think. What about: tc6(.0.x ?)/trunk/java tc6/trunk/native tc6/trunk/webapps tc6/trunk/res There's a native folder too, and most likely there should be a test folder too. and the docs webapp at top level, as

Re: Tomcat 6 source organisation part 2

2006-03-01 Thread Yoav Shapira
Hola, share has a long history - I think JDK is organized this way, with separate dirs for windows, linux, etc. Maybe the JDK was organized that way in the past, but doesn't seem to be that way any more. Anyways, I don't think it has a purpose currently. If something we're not aware of comes

Re: Tomcat 6 source organisation part 2

2006-03-01 Thread Mario Ivankovits
Hi! tc6(.0.x ?)/trunk/java tc6/trunk/native tc6/trunk/webapps tc6/trunk/res Isn't it widely used to have: src/java src/tests src/native Ciao, Mario - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands,

Re: Tomcat 6 source organisation part 2

2006-03-01 Thread Mario Ivankovits
Hi!Costin Manolache schrieb: The extra src/ is useless in our code organization. Sure, but it didn't cost anything and it makes clear where to look if one searches the sources. Its simply one nice little place for all the great code. But ok, its my personal preference :-) --- Mario

svn commit: r382141 - in /tomcat/container/tc5.5.x/modules/groupcom/src/share/org/apache/catalina/tribes/tcp: AsyncSocketSender.java DataSenders.properties

2006-03-01 Thread fhanik
Author: fhanik Date: Wed Mar 1 12:02:14 2006 New Revision: 382141 URL: http://svn.apache.org/viewcvs?rev=382141view=rev Log: Removed the async socket sender, this is obsolete. We are keeping the FastAsync for java.io support on platforms where NIO is troublesome Removed:

svn commit: r382188 - in /tomcat/container/tc5.5.x/modules/groupcom/src/share/org/apache/catalina/tribes: io/ tcp/

2006-03-01 Thread fhanik
Author: fhanik Date: Wed Mar 1 15:04:11 2006 New Revision: 382188 URL: http://svn.apache.org/viewcvs?rev=382188view=rev Log: Rebuilt the ACK message, it is not a complete package according to our replication TCP protocol. This way, we can use ACK messages with our NIO senders as well. Added in

[Proposal] Small manager improvement

2006-03-01 Thread Rainer Jung
I have a small patch that I think improves the session listing in the manager webapp: The doc says Session Statistics Display the default session timeout for a web application, and the number of currently active sessions that fall within ten-minute ranges of

Re: Tomcat 6 source organisation part 2

2006-03-01 Thread Keith Wannamaker
Yes, this will do nicely. Keith Costin Manolache wrote: We still need separate dirs for native code and java I think. What about: tc6(.0.x ?)/trunk/java tc6/trunk/native tc6/trunk/webapps tc6/trunk/res - To unsubscribe,

Re: Tomcat 6 source organisation part 2

2006-03-01 Thread Filip Hanik - Dev Lists
are all the conf files, startup scripts etc in one place? res? I was thinking that we still have a src directory, and subdirectories under that. trunk/src/java trunk/src/native trunk/webapps etc Keith Wannamaker wrote: Yes, this will do nicely. Keith Costin Manolache wrote: We still need