DO NOT REPLY [Bug 46298] New: JDBCRealm.open() throws NullPointerException if the specified driver doesn't handle the specified JDBC URL

2008-11-25 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=46298 Summary: JDBCRealm.open() throws NullPointerException if the specified driver doesn't handle the specified JDBC URL Product: Tomcat 6 Version: unspecified Platform: All O

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

2008-11-25 Thread fhanik
Author: fhanik Date: Tue Nov 25 19:54:38 2008 New Revision: 720728 URL: http://svn.apache.org/viewvc?rev=720728&view=rev Log: Add the ability to configure multiple pollers and default them to number of CPUs Modified: tomcat/trunk/java/org/apache/tomcat/util/net/NioEndpoint.java Modified: tom

svn commit: r720724 - in /tomcat/trunk/java/org/apache: coyote/http11/Http11NioProtocol.java tomcat/util/net/NioChannel.java tomcat/util/net/NioEndpoint.java tomcat/util/net/SecureNioChannel.java

2008-11-25 Thread fhanik
Author: fhanik Date: Tue Nov 25 19:39:03 2008 New Revision: 720724 URL: http://svn.apache.org/viewvc?rev=720724&view=rev Log: First attempt for SSL send file Modified: tomcat/trunk/java/org/apache/coyote/http11/Http11NioProtocol.java tomcat/trunk/java/org/apache/tomcat/util/net/NioChannel

svn commit: r720694 - in /tomcat/trunk/modules/jdbc-pool: build.xml sign.sh

2008-11-25 Thread fhanik
Author: fhanik Date: Tue Nov 25 17:16:30 2008 New Revision: 720694 URL: http://svn.apache.org/viewvc?rev=720694&view=rev Log: increment version number Modified: tomcat/trunk/modules/jdbc-pool/build.xml tomcat/trunk/modules/jdbc-pool/sign.sh Modified: tomcat/trunk/modules/jdbc-pool/build.

svn commit: r720693 - in /tomcat/trunk/modules/jdbc-pool: doc/ java/org/apache/tomcat/jdbc/pool/ test/org/apache/tomcat/jdbc/test/

2008-11-25 Thread fhanik
Author: fhanik Date: Tue Nov 25 17:14:32 2008 New Revision: 720693 URL: http://svn.apache.org/viewvc?rev=720693&view=rev Log: Add the ability to retrieve connection object asynchronously Added: tomcat/trunk/modules/jdbc-pool/test/org/apache/tomcat/jdbc/test/SimplePOJOAsyncExample.java Modif

svn commit: r720668 - in /tomcat/trunk/modules/jdbc-pool/java/org/apache/tomcat/jdbc/pool: DataSourceProxy.java Driver.java

2008-11-25 Thread fhanik
Author: fhanik Date: Tue Nov 25 15:37:00 2008 New Revision: 720668 URL: http://svn.apache.org/viewvc?rev=720668&view=rev Log: Remove the Driver class, its not used anymore, and if it was used, there needs to be a way to instantiate from a properties file or similar Removed: tomcat/trunk/mo

svn commit: r720646 - /tomcat/trunk/modules/jdbc-pool/java/org/apache/tomcat/jdbc/pool/DataSourceFactory.java

2008-11-25 Thread fhanik
Author: fhanik Date: Tue Nov 25 15:23:21 2008 New Revision: 720646 URL: http://svn.apache.org/viewvc?rev=720646&view=rev Log: we don't have to wrap it anymore, since the extension implements the interface directly Modified: tomcat/trunk/modules/jdbc-pool/java/org/apache/tomcat/jdbc/pool/Dat

svn commit: r720643 - in /tomcat/trunk/modules/jdbc-pool/java/org/apache/tomcat/jdbc/pool: ConnectionPool.java FairBlockingQueue.java

2008-11-25 Thread fhanik
Author: fhanik Date: Tue Nov 25 15:04:41 2008 New Revision: 720643 URL: http://svn.apache.org/viewvc?rev=720643&view=rev Log: Clean up a bit Modified: tomcat/trunk/modules/jdbc-pool/java/org/apache/tomcat/jdbc/pool/ConnectionPool.java tomcat/trunk/modules/jdbc-pool/java/org/apache/tomca

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

2008-11-25 Thread fhanik
Author: fhanik Date: Tue Nov 25 14:56:58 2008 New Revision: 720640 URL: http://svn.apache.org/viewvc?rev=720640&view=rev Log: Pool should throw a SQL exception, never return null Modified: tomcat/trunk/modules/jdbc-pool/java/org/apache/tomcat/jdbc/pool/ConnectionPool.java Modified: tomcat/

svn commit: r720641 - in /tomcat/trunk/modules/jdbc-pool: java/org/apache/tomcat/jdbc/pool/FairBlockingQueue.java test/org/apache/tomcat/jdbc/test/TestAsyncQueue.java

2008-11-25 Thread fhanik
Author: fhanik Date: Tue Nov 25 14:57:24 2008 New Revision: 720641 URL: http://svn.apache.org/viewvc?rev=720641&view=rev Log: Extend the fair blocking queue to allow asynchronous polling Added: tomcat/trunk/modules/jdbc-pool/test/org/apache/tomcat/jdbc/test/TestAsyncQueue.java Modified:

Re: [VOTE] Release build 4.1.39

2008-11-25 Thread Mark Thomas
Mark Thomas wrote: > The source tarball and other packages are available here: > http://tomcat.apache.org/dev/dist/apache-tomcat-4.1.39/ > > According to the release process, the 4.1.39 tag is: > [ ] Broken > [ ] Alpha > [ ] Beta > [X] Stable Mark --

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

2008-11-25 Thread fhanik
Author: fhanik Date: Tue Nov 25 12:38:22 2008 New Revision: 720592 URL: http://svn.apache.org/viewvc?rev=720592&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=72

svn commit: r720587 - in /tomcat/trunk/java/org/apache/tomcat/util/net: NioEndpoint.java jsse/NioX509KeyManager.java

2008-11-25 Thread fhanik
Author: fhanik Date: Tue Nov 25 12:14:30 2008 New Revision: 720587 URL: http://svn.apache.org/viewvc?rev=720587&view=rev Log: Add an extended key manager to handle a forced server alias on the tomcat NIO connector Added: tomcat/trunk/java/org/apache/tomcat/util/net/jsse/NioX509KeyManager.jav

DO NOT REPLY [Bug 45774] jspDestroy called after deployment, the second jspInit follows

2008-11-25 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=45774 Gerhard Kreutzer <[EMAIL PROTECTED]> changed: What|Removed |Added CC||[EMAIL PROTE

svn commit: r720553 - in /tomcat/trunk/java/org/apache: coyote/http11/Http11NioProtocol.java tomcat/util/net/NioEndpoint.java

2008-11-25 Thread fhanik
Author: fhanik Date: Tue Nov 25 10:00:43 2008 New Revision: 720553 URL: http://svn.apache.org/viewvc?rev=720553&view=rev Log: Implement setter for keyalias, not used yet Modified: tomcat/trunk/java/org/apache/coyote/http11/Http11NioProtocol.java tomcat/trunk/java/org/apache/tomcat/util/ne

DO NOT REPLY [Bug 46293] New: Bean property getter not found when using EL expression

2008-11-25 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=46293 Summary: Bean property getter not found when using EL expression Product: Tomcat 6 Version: 6.0.18 Platform: PC OS/Version: Windows Vista Status: NEW Severity: regressi

[Tomcat Wiki] Update of "FAQ/Developing" by NikolayG

2008-11-25 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Tomcat Wiki" for change notification. The following page has been changed by NikolayG: http://wiki.apache.org/tomcat/FAQ/Developing -- This an

[JNI] tomcat-apr maven repo

2008-11-25 Thread Lorenz Breu
hi guys is there an ETA on the new release? i guess you will also update the version in the maven central repo, right? cheers, lorenz - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

DO NOT REPLY [Bug 44285] ssl.SessionId Cache Control

2008-11-25 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=44285 Patrick Coomans <[EMAIL PROTECTED]> changed: What|Removed |Added CC||[EMAIL PROTEC

DO NOT REPLY [Bug 46291] New: http://tomcat.apache.org/native-doc/ installation is wrong

2008-11-25 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=46291 Summary: http://tomcat.apache.org/native-doc/ installation is wrong Product: Tomcat 6 Version: unspecified Platform: All URL: http://tomcat.apache.org/native-doc/

Re: DeltaManager initialization delay

2008-11-25 Thread Peter Rossbach
Hi Jason, patch looks good to me. Open a Bug report and we can test the patch at trunk. Many thanks Peter Am 25.11.2008 um 00:14 schrieb Jason: Adds a threadsafe latch to the DeltaManager which is used to block processing of cluster messages until local applications have completed ini