svn commit: r1734949 - in /tomcat/site/trunk/docs/native-doc: index.html news/2016.html

2016-03-14 Thread markt
Author: markt Date: Mon Mar 14 15:50:42 2016 New Revision: 1734949 URL: http://svn.apache.org/viewvc?rev=1734949=rev Log: Update native index and news pages with 1.2.5 release Modified: tomcat/site/trunk/docs/native-doc/index.html tomcat/site/trunk/docs/native-doc/news/2016.html

[Bug 55662] Add a way to set an instance of java.sql.Driver directly on org.apache.tomcat.jdbc.pool.DataSource

2016-03-14 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=55662 Mark Thomas changed: What|Removed |Added OS||All

svn commit: r1734958 - in /tomcat/trunk: java/org/apache/catalina/connector/Request.java webapps/docs/changelog.xml

2016-03-14 Thread markt
Author: markt Date: Mon Mar 14 16:47:32 2016 New Revision: 1734958 URL: http://svn.apache.org/viewvc?rev=1734958=rev Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=48922 Apply a very small performance improvement to the date formatting in Tomcat's internal request object. Based on a

svn commit: r1734948 - in /tomcat/native/trunk/xdocs: index.xml news/2016.xml

2016-03-14 Thread markt
Author: markt Date: Mon Mar 14 15:48:36 2016 New Revision: 1734948 URL: http://svn.apache.org/viewvc?rev=1734948=rev Log: Update news for 1.2.5 release Modified: tomcat/native/trunk/xdocs/index.xml tomcat/native/trunk/xdocs/news/2016.xml Modified: tomcat/native/trunk/xdocs/index.xml

[Bug 48922] org.apache.catalina.connector.Request clone static SimpleDateFormat

2016-03-14 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=48922 Mark Thomas changed: What|Removed |Added Resolution|--- |FIXED

svn commit: r1734944 - /tomcat/tc8.5.x/trunk/res/ide-support/eclipse/eclipse.classpath

2016-03-14 Thread markt
Author: markt Date: Mon Mar 14 15:01:43 2016 New Revision: 1734944 URL: http://svn.apache.org/viewvc?rev=1734944=rev Log: Update Eclipse defaults to Java 7 Modified: tomcat/tc8.5.x/trunk/res/ide-support/eclipse/eclipse.classpath Modified:

[Bug 55479] JSR 196 (JASPIC) support in Tomcat

2016-03-14 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=55479 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED

[GUMP@vmgump]: Project tomcat-tc8.0.x-test-nio (in module tomcat-8.0.x) failed

2016-03-14 Thread Bill Barker
/gump/public/workspace/apache-commons/daemon/dist/bin/commons-daemon-20160314-native-src.tar.gz -Dexamples.sources.skip=true -Dbase.path=/srv/gump/public/workspace/tomcat-8.0.x/tomcat-build-libs -Djdt.jar=/srv/gump/packages/eclipse/plugins/R-4.5-201506032000/ecj-4.5.jar -Dcommons-daemon.jar=/srv

[GUMP@vmgump]: Project tomcat-tc7.0.x-test-apr (in module tomcat-7.0.x) failed

2016-03-14 Thread Bill Barker
-commons/daemon/dist/commons-daemon-20160314.jar -Dtomcat-dbcp-src.jar=/srv/gump/public/workspace/tomcat-7.0.x/tomcat-deps/tomcat-dbcp-src.jar -Dtomcat-dbcp.home=/srv/gump/public/workspace/tomcat-7.0.x/tomcat-deps -Dtest.excludePerformance=true -Dhamcrest.jar=/srv/gump/packages/hamcrest/hamcrest

[GUMP@vmgump]: Project tomcat-tc7.0.x-test-nio (in module tomcat-7.0.x) failed

2016-03-14 Thread Bill Barker
-commons/daemon/dist/commons-daemon-20160314.jar -Dtomcat-dbcp-src.jar=/srv/gump/public/workspace/tomcat-7.0.x/tomcat-deps/tomcat-dbcp-src.jar -Dtomcat-dbcp.home=/srv/gump/public/workspace/tomcat-7.0.x/tomcat-deps -Dtest.excludePerformance=true -Dhamcrest.jar=/srv/gump/packages/hamcrest/hamcrest

svn commit: r1734903 - in /tomcat/trunk: java/org/apache/tomcat/util/net/openssl/OpenSSLEngine.java webapps/docs/changelog.xml

2016-03-14 Thread remm
Author: remm Date: Mon Mar 14 09:27:48 2016 New Revision: 1734903 URL: http://svn.apache.org/viewvc?rev=1734903=rev Log: Improve OpenSSL robustness if SSL (or BIO) creation fails so that it doesn't crash when trying to destroy it later. Modified:

svn commit: r1734904 - /tomcat/tc8.5.x/trunk/java/org/apache/tomcat/util/net/openssl/OpenSSLEngine.java

2016-03-14 Thread remm
Author: remm Date: Mon Mar 14 09:28:09 2016 New Revision: 1734904 URL: http://svn.apache.org/viewvc?rev=1734904=rev Log: Improve OpenSSL robustness if SSL (or BIO) creation fails so that it doesn't crash when trying to destroy it later. Modified:

Re: svn commit: r1734771 - in /tomcat/tc8.5.x: ./ branches/ tags/ trunk/

2016-03-14 Thread Rémy Maucherat
2016-03-13 19:49 GMT+01:00 Mark Thomas : > Wow. I can't believe how quickly we got that done. And on a Sunday > afternoon as well. > > There are probably a few issues still to find but the bulk of things > looks to be done. > > I'll start some new threads shortly on some admin

[GUMP@vmgump]: Project tomcat-tc7.0.x-test-bio (in module tomcat-7.0.x) failed

2016-03-14 Thread Bill Barker
-commons/daemon/dist/commons-daemon-20160314.jar -Dtomcat-dbcp-src.jar=/srv/gump/public/workspace/tomcat-7.0.x/tomcat-deps/tomcat-dbcp-src.jar -Dtomcat-dbcp.home=/srv/gump/public/workspace/tomcat-7.0.x/tomcat-deps -Dtest.excludePerformance=true -Dhamcrest.jar=/srv/gump/packages/hamcrest/hamcrest

Re: svn commit: r1734150 - in /tomcat/trunk: java/org/apache/catalina/servlets/DefaultServlet.java test/org/apache/catalina/servlets/TestDefaultServlet.java webapps/docs/changelog.xml webapps/docs/def

2016-03-14 Thread Violeta Georgieva
2016-03-11 19:53 GMT+02:00 Mark Thomas : > > On 11/03/2016 11:50, Violeta Georgieva wrote: > > 2016-03-11 13:49 GMT+02:00 Mark Thomas : > >> > >> On 11/03/2016 11:31, Violeta Georgieva wrote: > >>> Hi, > >>> > >>> 2016-03-08 22:45 GMT+02:00 : >

Re: [VOTE] Release Apache Tomcat 9.0.0.M4

2016-03-14 Thread Rémy Maucherat
2016-03-12 14:58 GMT+01:00 Mark Thomas : > The proposed Apache Tomcat 9.0.0.M4 release is now available for voting. > > This is a milestone release for the 9.0.x branch. It should be > noted that, as a milestone release: > - Servlet 4.0 is not finalised > - The EGs have not

[Bug 59177] New: Throw IOException each time close websocket session

2016-03-14 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=59177 Bug ID: 59177 Summary: Throw IOException each time close websocket session Product: Tomcat 7 Version: 7.0.68 Hardware: PC OS: Linux Status: NEW

[Bug 59177] Throw IOException each time close websocket session

2016-03-14 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=59177 Violeta Georgieva changed: What|Removed |Added Status|NEW |RESOLVED

[Bug 59014] No CloseMessage because of WebSocket connection has been closed

2016-03-14 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=59014 Violeta Georgieva changed: What|Removed |Added CC|

svn commit: r1734916 - /tomcat/tc8.5.x/trunk/java/org/apache/tomcat/util/net/openssl/OpenSSLContext.java

2016-03-14 Thread remm
Author: remm Date: Mon Mar 14 11:03:18 2016 New Revision: 1734916 URL: http://svn.apache.org/viewvc?rev=1734916=rev Log: The Base64 encoder used here adds an extra \n, causing an error loading the key. OpenSSL support is still broken however. Modified:

svn commit: r1734928 - /tomcat/trunk/java/org/apache/tomcat/util/net/openssl/OpenSSLEngine.java

2016-03-14 Thread remm
Author: remm Date: Mon Mar 14 12:20:17 2016 New Revision: 1734928 URL: http://svn.apache.org/viewvc?rev=1734928=rev Log: Fix r1734903, destroyed is used in a lot of places. Modified: tomcat/trunk/java/org/apache/tomcat/util/net/openssl/OpenSSLEngine.java Modified:

svn commit: r1734931 - in /tomcat/tc8.5.x/trunk: ./ java/org/apache/tomcat/util/net/openssl/OpenSSLEngine.java

2016-03-14 Thread remm
Author: remm Date: Mon Mar 14 12:36:03 2016 New Revision: 1734931 URL: http://svn.apache.org/viewvc?rev=1734931=rev Log: Port 1734928 Modified: tomcat/tc8.5.x/trunk/ (props changed) tomcat/tc8.5.x/trunk/java/org/apache/tomcat/util/net/openssl/OpenSSLEngine.java Propchange:

[Bug 59181] Tomcat SessionManager incorrectly uses the Context's sessionTimeout

2016-03-14 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=59181 Violeta Georgieva changed: What|Removed |Added Status|NEW |RESOLVED

svn commit: r1734984 - /tomcat/tc8.5.x/trunk/RELEASE-NOTES

2016-03-14 Thread fschumacher
Author: fschumacher Date: Mon Mar 14 18:53:48 2016 New Revision: 1734984 URL: http://svn.apache.org/viewvc?rev=1734984=rev Log: Replace java 8 with java 7 and servlet api 4.0 with 3.1 Modified: tomcat/tc8.5.x/trunk/RELEASE-NOTES Modified: tomcat/tc8.5.x/trunk/RELEASE-NOTES URL:

[Bug 59181] New: Tomcat SessionManager incorrectly uses the Context's sessionTimeout

2016-03-14 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=59181 Bug ID: 59181 Summary: Tomcat SessionManager incorrectly uses the Context's sessionTimeout Product: Tomcat 7 Version: 7.0.68 Hardware: All OS: All

Re: [VOTE] Release Apache Tomcat 9.0.0.M4

2016-03-14 Thread Felix Schumacher
Am 12.03.2016 um 14:58 schrieb Mark Thomas: The proposed Apache Tomcat 9.0.0.M4 release is now available for voting. This is a milestone release for the 9.0.x branch. It should be noted that, as a milestone release: - Servlet 4.0 is not finalised - The EGs have not started work on JSP 2.4, EL

Default for honorCipherOrder in tomcat 8.5

2016-03-14 Thread Felix Schumacher
Hi, what should be the default value for honorCipherOrder? It has to be false, when run on java 7. But it could be set to true, if java 8 was detected. This might be a bit confusing, so what do you think? Regards, Felix -

[jira] [Commented] (MTOMCAT-234) Tomcat8 Maven Plugin

2016-03-14 Thread Anthony Whitford (JIRA)
[ https://issues.apache.org/jira/browse/MTOMCAT-234?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15194684#comment-15194684 ] Anthony Whitford commented on MTOMCAT-234: -- MTOMCAT-302 has been resolved... So is this getting

[GUMP@vmgump]: Project tomcat-tc8.0.x-test-bio (in module tomcat-8.0.x) failed

2016-03-14 Thread Bill Barker
To whom it may engage... This is an automated request, but not an unsolicited one. For more information please visit http://gump.apache.org/nagged.html, and/or contact the folk at gene...@gump.apache.org. Project tomcat-tc8.0.x-test-bio has an issue affecting its community

[Bug 59179] New: HTTP Public Key Pinning for Tomcat

2016-03-14 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=59179 Bug ID: 59179 Summary: HTTP Public Key Pinning for Tomcat Product: Tomcat 9 Version: unspecified Hardware: All OS: All Status: NEW Severity:

svn commit: r1734939 - /tomcat/trunk/java/org/apache/catalina/filters/FilterBase.java

2016-03-14 Thread markt
Author: markt Date: Mon Mar 14 14:42:12 2016 New Revision: 1734939 URL: http://svn.apache.org/viewvc?rev=1734939=rev Log: Remove unnecessary code Modified: tomcat/trunk/java/org/apache/catalina/filters/FilterBase.java Modified: tomcat/trunk/java/org/apache/catalina/filters/FilterBase.java