svn commit: r719549 - /tomcat/trunk/java/org/apache/catalina/connector/CoyoteAdapter.java

2008-11-21 Thread markt
Author: markt Date: Fri Nov 21 01:33:44 2008 New Revision: 719549 URL: http://svn.apache.org/viewvc?rev=719549&view=rev Log: Clean up Replace deprecated method calls Modified: tomcat/trunk/java/org/apache/catalina/connector/CoyoteAdapter.java Modified: tomcat/trunk/java/org/apache/catalina/c

svn commit: r719550 - in /tomcat/trunk/java/org/apache/tomcat/util: IntrospectionUtils.java buf/B2CConverter.java buf/MessageBytes.java

2008-11-21 Thread markt
Author: markt Date: Fri Nov 21 01:36:09 2008 New Revision: 719550 URL: http://svn.apache.org/viewvc?rev=719550&view=rev Log: Make private / remove deprecated methods Modified: tomcat/trunk/java/org/apache/tomcat/util/IntrospectionUtils.java tomcat/trunk/java/org/apache/tomcat/util/buf/B2C

svn commit: r719551 - in /tomcat/trunk: java/org/apache/catalina/startup/ java/org/apache/tomcat/util/digester/ webapps/docs/

2008-11-21 Thread markt
Author: markt Date: Fri Nov 21 01:45:31 2008 New Revision: 719551 URL: http://svn.apache.org/viewvc?rev=719551&view=rev Log: Remove deprecated code in connector (it was this bit that broke the build previously). Modify all classes that overrode deprecated methods to override the new methods. Add

Re: svn commit: r719551 - in /tomcat/trunk: java/org/apache/catalina/startup/ java/org/apache/tomcat/util/digester/ webapps/docs/

2008-11-21 Thread Mark Thomas
[EMAIL PROTECTED] wrote: > Remove deprecated code in connector (it was this bit that broke the build > previously). My bad - that is digester. I'll update the comment when I get a chance. Mark - To unsubscribe, e-mail: [EMAIL

DO NOT REPLY [Bug 46255] New: ThreadDeath must be rethrown if caught

2008-11-21 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=46255 Summary: ThreadDeath must be rethrown if caught Product: Tomcat 6 Version: unspecified Platform: PC OS/Version: Windows XP Status: NEW Severity: major Priorit

Re: [VOTE] Release build 4.1.39

2008-11-21 Thread Rainer Jung
Mark Thomas schrieb: > sebb wrote: >> On 19/11/2008, Mark Thomas <[EMAIL PROTECTED]> wrote: >>> sebb wrote: >>> > I meant where to find the tag directory for the release 4.1.39. >>> >>> >>> It is in your inbox. Look at the svn commit messages. >> Which all seem to be against trunk, i.e. not a tag.

DO NOT REPLY [Bug 46258] New: BUILDING.txt has incorrect download location

2008-11-21 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=46258 Summary: BUILDING.txt has incorrect download location Product: Tomcat 4 Version: Unknown Platform: PC OS/Version: Windows XP Status: NEW Severity: normal Prio

svn commit: r719602 - in /tomcat/trunk/java/org/apache: catalina/core/StandardThreadExecutor.java tomcat/util/net/AprEndpoint.java tomcat/util/net/JIoEndpoint.java tomcat/util/net/NioEndpoint.java

2008-11-21 Thread markt
Author: markt Date: Fri Nov 21 07:46:12 2008 New Revision: 719602 URL: http://svn.apache.org/viewvc?rev=719602&view=rev Log: Make size of all threads pools dynamically configurable Modified: tomcat/trunk/java/org/apache/catalina/core/StandardThreadExecutor.java tomcat/trunk/java/org/apach

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

2008-11-21 Thread markt
Author: markt Date: Fri Nov 21 07:49:35 2008 New Revision: 719605 URL: http://svn.apache.org/viewvc?rev=719605&view=rev Log: Propose dynamic tp sizing 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/S

svn commit: r719626 - /tomcat/trunk/java/org/apache/tomcat/util/net/NioEndpoint.java

2008-11-21 Thread fhanik
Author: fhanik Date: Fri Nov 21 08:31:45 2008 New Revision: 719626 URL: http://svn.apache.org/viewvc?rev=719626&view=rev Log: Fix dynamic thread resizing Modified: tomcat/trunk/java/org/apache/tomcat/util/net/NioEndpoint.java Modified: tomcat/trunk/java/org/apache/tomcat/util/net/NioEndpoint

DO NOT REPLY [Bug 46261] New: Context with %2F in name causes tomcat crash on shutdown

2008-11-21 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=46261 Summary: Context with %2F in name causes tomcat crash on shutdown Product: Tomcat 6 Version: 6.0.18 Platform: PC OS/Version: Linux Status: NEW Severity: normal

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

2008-11-21 Thread fhanik
Author: fhanik Date: Fri Nov 21 08:34:34 2008 New Revision: 719630 URL: http://svn.apache.org/viewvc?rev=719630&view=rev Log: update 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

DO NOT REPLY [Bug 46261] Context with %2F in name causes tomcat crash on shutdown

2008-11-21 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=46261 --- Comment #1 from Joe Kislo <[EMAIL PROTECTED]> 2008-11-21 08:35:26 PST --- Created an attachment (id=22910) --> (https://issues.apache.org/bugzilla/attachment.cgi?id=22910) Proposed patch -- Configure bugmail: https://issues.apac

DO NOT REPLY [Bug 46261] Context with %2F in name causes tomcat crash on shutdown

2008-11-21 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=46261 --- Comment #2 from Joe Kislo <[EMAIL PROTECTED]> 2008-11-21 08:36:13 PST --- I have attached a patch that I have been using to work around this issue. It modifies findChild to decode the name if the initial lookup fails. -- Configur

DO NOT REPLY [Bug 46262] New: Undeploying context with %2F in it does not work

2008-11-21 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=46262 Summary: Undeploying context with %2F in it does not work Product: Tomcat 6 Version: 6.0.18 Platform: PC OS/Version: Linux Status: NEW Severity: normal Priori

DO NOT REPLY [Bug 46262] Undeploying context with %2F in it does not work

2008-11-21 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=46262 --- Comment #1 from Joe Kislo <[EMAIL PROTECTED]> 2008-11-21 08:43:01 PST --- I do not have a patch for this issue, I work around this issue by doing: w3m http://localhost:8180/tomcat-manager/undeploy?path=/product%252Fcustomername in

DO NOT REPLY [Bug 46261] Context with %2F in name causes tomcat crash on shutdown

2008-11-21 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=46261 --- Comment #3 from Mark Thomas <[EMAIL PROTECTED]> 2008-11-21 08:45:56 PST --- The correct way to do this in 6.0.18 is to use the # character rather than %2F. %2F should be interpreted literally. -- Configure bugmail: https://issue

DO NOT REPLY [Bug 46262] Undeploying context with %2F in it does not work

2008-11-21 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=46262 --- Comment #2 from Mark Thomas <[EMAIL PROTECTED]> 2008-11-21 08:46:23 PST --- The correct way to do this in 6.0.18 is to use the # character rather than %2F. %2F should be interpreted literally. -- Configure bugmail: https://issue

DO NOT REPLY [Bug 46263] New: Tomcat reloading of context does not update context path

2008-11-21 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=46263 Summary: Tomcat reloading of context does not update context path Product: Tomcat 6 Version: 6.0.18 Platform: PC OS/Version: Linux Status: NEW Severity: enhancement

DO NOT REPLY [Bug 46263] Tomcat reloading of context does not update context path

2008-11-21 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=46263 --- Comment #1 from Joe Kislo <[EMAIL PROTECTED]> 2008-11-21 08:48:47 PST --- The solution I provide is to allow an additional parameter to the /reload request. The patch I have provided allows you to supply a &war=/path/to/my/new/doc

DO NOT REPLY [Bug 46263] Tomcat reloading of context does not update context path

2008-11-21 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=46263 --- Comment #2 from Joe Kislo <[EMAIL PROTECTED]> 2008-11-21 08:50:33 PST --- Created an attachment (id=22911) --> (https://issues.apache.org/bugzilla/attachment.cgi?id=22911) Proposed Patch -- Configure bugmail: https://issues.apac

DO NOT REPLY [Bug 46264] New: Shutting down tomcat with large number of contexts is slow

2008-11-21 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=46264 Summary: Shutting down tomcat with large number of contexts is slow Product: Tomcat 6 Version: 6.0.18 Platform: PC OS/Version: Linux Status: NEW Sev

DO NOT REPLY [Bug 46264] Shutting down tomcat with large number of contexts is slow

2008-11-21 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=46264 --- Comment #1 from Joe Kislo <[EMAIL PROTECTED]> 2008-11-21 09:04:01 PST --- I propose that during the context shutdown, tomcat use multiple threads to shutdown the contexts in parallel. I have attached a patch which will fire off: 2

DO NOT REPLY [Bug 46264] Shutting down tomcat with large number of contexts is slow

2008-11-21 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=46264 --- Comment #2 from Joe Kislo <[EMAIL PROTECTED]> 2008-11-21 09:04:50 PST --- Created an attachment (id=22912) --> (https://issues.apache.org/bugzilla/attachment.cgi?id=22912) Proposed patch -- Configure bugmail: https://issues.apac

DO NOT REPLY [Bug 46265] New: Missing code in ModuleClassLoader.getResourceParentDelegate()?

2008-11-21 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=46265 Summary: Missing code in ModuleClassLoader.getResourceParentDelegate()? Product: Tomcat 4 Version: Unknown Platform: PC OS/Version: Windows XP Status: NEW

svn propchange: r719551 - svn:log

2008-11-21 Thread markt
Author: markt Revision: 719551 Modified property: svn:log Modified: svn:log at Fri Nov 21 12:25:19 2008 -- --- svn:log (original) +++ svn:log Fri Nov 21 12:25:19 2008 @@ -1,3 +1,3 @@ -Remove deprecated code in connector (i

svn commit: r719711 - /tomcat/trunk/modules/jdbc-pool/java/org/apache/tomcat/jdbc/pool/ConnectionPool.java

2008-11-21 Thread fhanik
Author: fhanik Date: Fri Nov 21 13:06:44 2008 New Revision: 719711 URL: http://svn.apache.org/viewvc?rev=719711&view=rev Log: add async call template, not sure how it will work, but I will know soon make sure that timewait is a positive value, 0 being the lowest Modified: tomcat/trunk/module

DO NOT REPLY [Bug 46258] BUILDING.txt has incorrect download location

2008-11-21 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=46258 Mark Thomas <[EMAIL PROTECTED]> changed: What|Removed |Added Status|NEW |RESOLVED

DO NOT REPLY [Bug 46246] SVN property patches

2008-11-21 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=46246 --- Comment #4 from Mark Thomas <[EMAIL PROTECTED]> 2008-11-21 13:12:04 PST --- .bat and .sh should use svn:eol-style:native. Using platform specific settings makes editing these files on anther platform a right pain. -- Configure bu

DO NOT REPLY [Bug 46246] SVN property patches

2008-11-21 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=46246 Mark Thomas <[EMAIL PROTECTED]> changed: What|Removed |Added Status|NEW |RESOLVED

svn commit: r719718 - in /tomcat: connectors/trunk/jk/jkstatus/example/ connectors/trunk/jk/native/ connectors/trunk/jk/native/apache-1.3/ connectors/trunk/jk/native/apache-2.0/ connectors/trunk/jk/na

2008-11-21 Thread markt
Author: markt Date: Fri Nov 21 13:22:24 2008 New Revision: 719718 URL: http://svn.apache.org/viewvc?rev=719718&view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=46246 Correct properties. Patch provided by [EMAIL PROTECTED] Modified: tomcat/connectors/trunk/jk/jkstatus/examp

DO NOT REPLY [Bug 46265] Missing code in ModuleClassLoader.getResourceParentDelegate()?

2008-11-21 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=46265 Mark Thomas <[EMAIL PROTECTED]> changed: What|Removed |Added Status|NEW |RESOLVED

DO NOT REPLY [Bug 46246] SVN property patches

2008-11-21 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=46246 --- Comment #5 from Sebb <[EMAIL PROTECTED]> 2008-11-21 14:03:31 PST --- (In reply to comment #4) > .bat and .sh should use svn:eol-style:native. Using platform specific settings > makes editing these files on anther platform a right pa

DO NOT REPLY [Bug 46246] SVN property patches

2008-11-21 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=46246 --- Comment #6 from Mark Thomas <[EMAIL PROTECTED]> 2008-11-21 14:45:29 PST --- There are also plenty of tools that don't like non-native line-endings . The build scripts take care of this for the releases. -- Configure bugmail: htt

Re: svn commit: r719626 - /tomcat/trunk/java/org/apache/tomcat/util/net/NioEndpoint.java

2008-11-21 Thread Mark Thomas
[EMAIL PROTECTED] wrote: > Author: fhanik > Date: Fri Nov 21 08:31:45 2008 > New Revision: 719626 > > URL: http://svn.apache.org/viewvc?rev=719626&view=rev > Log: > Fix dynamic thread resizing I had assumed that if an executor was used, then the executor mbean would be used to resize the pool. Al

Re: DeltaManager initialization delay

2008-11-21 Thread Peter Rossbach
Hi Jason, send us your implementation and let us review your stuff :-) You can also register a ContextListener at DeltaManager.setContainer () to control your latch. Are your sure that session sync message (GET ALL Session) is received before first request at second node is processed? I thi

Re: svn commit: r719626 - /tomcat/trunk/java/org/apache/tomcat/util/net/NioEndpoint.java

2008-11-21 Thread Peter Rossbach
Hi Mark! The NioEndpoint can have its own executor without sharing and JMX stuff :-) See at start methods: L 805: if (getUseExecutor()) { if ( executor == null ) { TaskQueue taskqueue = new TaskQueue(); TaskThreadFactory tf = new TaskThr