Re: Tomcat Native: APR Http Endpoint handler behavior under Windows

2009-04-29 Thread mctozzy
Hi Mladen...I'd be also be interested in your thoughts about the main aspect to my question concerning JBossWeb behaviour with APR in regards to new connection establishment. Specifically, because on Win32 the backlog queue is limited to 200, it's easy to get not very graceful DoS behavior to

DO NOT REPLY [Bug 46597] Not all cookie changes in 6.0.x branch have been ported to 5.5.x

2009-04-29 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=46597 Mark Thomas ma...@apache.org changed: What|Removed |Added Status|NEW |RESOLVED

DO NOT REPLY [Bug 46538] ETag must differ between compressed and uncompressed resource versions

2009-04-29 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=46538 --- Comment #11 from Mark Thomas ma...@apache.org 2009-04-29 03:00:51 PST --- The current state of T-E support in the browsers is: - Opera advertises T-E support, works with T-E - Moziila doesn't advertise T-E support, works with T-E -

svn commit: r769734 - /tomcat/trunk/java/org/apache/tomcat/util/threads/ThreadPoolExecutor.java

2009-04-29 Thread markt
Author: markt Date: Wed Apr 29 10:22:00 2009 New Revision: 769734 URL: http://svn.apache.org/viewvc?rev=769734view=rev Log: Reduce scope - partial application of patch by Jens Kapitza from bug 46999 Modified: tomcat/trunk/java/org/apache/tomcat/util/threads/ThreadPoolExecutor.java Modified:

DO NOT REPLY [Bug 46999] change scope in ThreadPoolExecutor

2009-04-29 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=46999 Mark Thomas ma...@apache.org changed: What|Removed |Added Status|NEEDINFO|RESOLVED

svn commit: r769735 - in /tomcat/trunk/java/org/apache/catalina/loader: Reloader.java WebappClassLoader.java

2009-04-29 Thread markt
Author: markt Date: Wed Apr 29 10:24:57 2009 New Revision: 769735 URL: http://svn.apache.org/viewvc?rev=769735view=rev Log: Remove Reloader interface that is never used. Removed: tomcat/trunk/java/org/apache/catalina/loader/Reloader.java Modified:

DO NOT REPLY [Bug 47116] New: Urgent, help: install problems tomcat 5.5 on x64 windows server 2008

2009-04-29 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=47116 Summary: Urgent, help: install problems tomcat 5.5 on x64 windows server 2008 Product: Tomcat 5 Version: 5.5.27 Platform: PC OS/Version: Windows Server 2008 (Longhorn)

DO NOT REPLY [Bug 47116] Urgent, help: install problems tomcat 5.5 on x64 windows server 2008

2009-04-29 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=47116 --- Comment #1 from Pid bugzi...@pidster.com 2009-04-29 05:21:40 PST --- Bugzilla is not a support forum. Read this: http://www.catb.org/~esr/faqs/smart-questions.html Then try again on the Tomcat Users mailing list. -- Configure

svn commit: r769760 - /tomcat/trunk/java/org/apache/catalina/mbeans/ServerLifecycleListener.java

2009-04-29 Thread markt
Author: markt Date: Wed Apr 29 11:51:16 2009 New Revision: 769760 URL: http://svn.apache.org/viewvc?rev=769760view=rev Log: warp is long gone Modified: tomcat/trunk/java/org/apache/catalina/mbeans/ServerLifecycleListener.java Modified:

DO NOT REPLY [Bug 47115] New: Urgent, help: install problems tomcat 5.5 on x64 windows server 2008

2009-04-29 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=47115 Summary: Urgent, help: install problems tomcat 5.5 on x64 windows server 2008 Product: Tomcat 5 Version: 5.5.27 Platform: PC OS/Version: Windows Server 2008 (Longhorn)

DO NOT REPLY [Bug 47115] Urgent, help: install problems tomcat 5.5 on x64 windows server 2008

2009-04-29 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=47115 Mark Thomas ma...@apache.org changed: What|Removed |Added Status|NEW |RESOLVED

DO NOT REPLY [Bug 47115] Urgent, help: install problems tomcat 5.5 on x64 windows server 2008

2009-04-29 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=47115 --- Comment #2 from Mark Thomas ma...@apache.org 2009-04-29 05:34:58 PST --- *** Bug 47116 has been marked as a duplicate of this bug. *** -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email --- You

DO NOT REPLY [Bug 47116] Urgent, help: install problems tomcat 5.5 on x64 windows server 2008

2009-04-29 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=47116 Mark Thomas ma...@apache.org changed: What|Removed |Added Status|NEW |RESOLVED

DO NOT REPLY [Bug 46538] ETag must differ between compressed and uncompressed resource versions

2009-04-29 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=46538 --- Comment #12 from Remy Maucherat r...@apache.org 2009-04-29 05:39:05 PST --- I think I used mostly IE when I tried it back then. Did you test with IE 7 and 8 ? I agree with this kind of browser support, it is still not doable to

DO NOT REPLY [Bug 46538] ETag must differ between compressed and uncompressed resource versions

2009-04-29 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=46538 --- Comment #13 from Mark Thomas ma...@apache.org 2009-04-29 06:01:47 PST --- IE7 and IE8 - no joy with T-E -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email --- You are receiving this mail because:

Re: svn commit: r769734 - /tomcat/trunk/java/org/apache/tomcat/util/threads/ThreadPoolExecutor.java

2009-04-29 Thread Filip Hanik - Dev Lists
As I mentioned in the bug report, what is the benefit of this? Filip ma...@apache.org wrote: Author: markt Date: Wed Apr 29 10:22:00 2009 New Revision: 769734 URL: http://svn.apache.org/viewvc?rev=769734view=rev Log: Reduce scope - partial application of patch by Jens Kapitza from bug 46999

Re: svn commit: r769734 - /tomcat/trunk/java/org/apache/tomcat/util/threads/ThreadPoolExecutor.java

2009-04-29 Thread Mark Thomas
Filip Hanik - Dev Lists wrote: As I mentioned in the bug report, what is the benefit of this? General best practise - no particular bug. Note the full proposed patch was bad. Mark - To unsubscribe, e-mail:

DO NOT REPLY [Bug 46597] Not all cookie changes in 6.0.x branch have been ported to 5.5.x

2009-04-29 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=46597 --- Comment #8 from David Lewis dle...@pfc.cfs.nrcan.gc.ca 2009-04-29 09:38:37 PST --- Thanks! Is there an ETA for the 5.5.28 release? -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email --- You are

DO NOT REPLY [Bug 46538] ETag must differ between compressed and uncompressed resource versions

2009-04-29 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=46538 --- Comment #14 from Remy Maucherat r...@apache.org 2009-04-29 10:16:59 PST --- Maybe something could be done when the client advertises the T-E, and drop to C-E if it does not ? -- Configure bugmail:

svn commit: r769850 - /tomcat/container/tc5.5.x/modules/cluster/src/share/org/apache/catalina/cluster/session/JvmRouteBinderValve.java

2009-04-29 Thread pero
Author: pero Date: Wed Apr 29 17:49:56 2009 New Revision: 769850 URL: http://svn.apache.org/viewvc?rev=769850view=rev Log: fix wrong package Modified: tomcat/container/tc5.5.x/modules/cluster/src/share/org/apache/catalina/cluster/session/JvmRouteBinderValve.java Modified:

DO NOT REPLY [Bug 47121] New: mod_jk 1.2.27 produces JkWorkersFile only allowed once on Netware 6.5

2009-04-29 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=47121 Summary: mod_jk 1.2.27 produces JkWorkersFile only allowed once on Netware 6.5 Product: Tomcat Connectors Version: 1.2.27 Platform: PC OS/Version: other

svn commit: r769979 - in /tomcat/trunk/java/org/apache/catalina: connector/MapperListener.java mbeans/MBeanUtils.java mbeans/ServerLifecycleListener.java

2009-04-29 Thread markt
Author: markt Date: Wed Apr 29 22:47:53 2009 New Revision: 769979 URL: http://svn.apache.org/viewvc?rev=769979view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=47046 Unregister all MBeans, including when non-default engine names are used (which changes the domain of some of

Re: svn commit: r769850 - /tomcat/container/tc5.5.x/modules/cluster/src/share/org/apache/catalina/cluster/session/JvmRouteBinderValve.java

2009-04-29 Thread Mark Thomas
p...@apache.org wrote: Author: pero Date: Wed Apr 29 17:49:56 2009 New Revision: 769850 URL: http://svn.apache.org/viewvc?rev=769850view=rev Log: fix wrong package Thanks for catching that. Mark - To unsubscribe,

DO NOT REPLY [Bug 47046] Shutdown does not unregister all MBeans

2009-04-29 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=47046 --- Comment #1 from Mark Thomas ma...@apache.org 2009-04-29 16:32:48 PST --- This has been fixed in trunk and proposed for 6.0.x -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email --- You are

Re: svn commit: r769734 - /tomcat/trunk/java/org/apache/tomcat/util/threads/ThreadPoolExecutor.java

2009-04-29 Thread Filip Hanik - Dev Lists
Mark Thomas wrote: Filip Hanik - Dev Lists wrote: As I mentioned in the bug report, what is the benefit of this? General best practise - no particular bug. Note the full proposed patch was bad. Bad practice would be to change an API, based on a report for general practice. It

5.5.x release

2009-04-29 Thread Filip Hanik - Dev Lists
I was thinking sometimes next week, how does that sound? Filip - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org

Re: 5.5.x release

2009-04-29 Thread Yoav Shapira
On Wed, Apr 29, 2009 at 9:14 PM, Filip Hanik - Dev Lists devli...@hanik.com wrote: I was thinking sometimes next week, how does that sound? +1. Yoav - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional