On 07/02/2014 22:05, Ognjen Blagojevic wrote: > Mark, > > On 7.2.2014 19:16, Mark Thomas wrote: >> The proposed Apache Tomcat 8.0.3 release is now available for voting. > ... >> The proposed 8.0.3 release is: >> [ ] Broken - do not release >> [ ] Alpha - go ahead and release as 8.0.3 (alpha) >> [ ] Beta - go ahead and release as 8.0.3 (beta) >> [X] Stable - go ahead and release as 8.0.3 (stable) > > Tested .zip distribution on Windows 7 64-bit, and .tar.gz on CentOS 5 > 64-bit: > > - Tested TLS/SSL connectivity for BIO, NIO and APR connectors (Windows). > > - Crawled all links (except /manager, /host-manager and > /examples/async*). No broken links found, except links to JavaDocs > (Windows). > > - Smoke tests of BIO, NIO and APR, with and without TLS, all passed > (Windows). > > - Tested with several webapps that are in active development (Linux).
You mentioned in the 8.0.2 vote that some of these used Tomcat's packaged renamed DBCP. I've added support for using that with a security manager in 8.0.3 (with apps not needing extra permissions to connect to the database). It works with my simple database app. Any chance you could try it with your apps and see if I missed any classes that need to be pre-loaded or methods that need PrivilegedActions? I appreciate that enabling the security manage may cause all sorts of things to break but if you can provide any feedback on DBCP and the security manager that would be great. Mark --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org