svn commit: r1702183 - /tomcat/trunk/build.xml

2015-09-10 Thread remm
Author: remm Date: Thu Sep 10 07:35:26 2015 New Revision: 1702183 URL: http://svn.apache.org/r1702183 Log: No trace of the new compat package being included anywhere, so add it to tomcat-api for now. Maybe the JreVendor class could be moved tom o.a.tomcat ? Modified: tomcat/trunk/build.xml

[Bug 58352] New: No stacktrace when tomcat stop doesn't complete and using '-force'

2015-09-10 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58352 Bug ID: 58352 Summary: No stacktrace when tomcat stop doesn't complete and using '-force' Product: Tomcat 8 Version: trunk Hardware: PC OS: All

buildbot success in ASF Buildbot on tomcat-trunk

2015-09-10 Thread buildbot
The Buildbot has detected a restored build on builder tomcat-trunk while building ASF Buildbot. Full details are available at: http://ci.apache.org/builders/tomcat-trunk/builds/219 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: silvanus_ubuntu Build Reason: The

Re: ApacheCon tomcat9 or tomcat-trunk

2015-09-10 Thread Mark Thomas
On 10/09/2015 09:36, Rémy Maucherat wrote: > 2015-09-10 10:13 GMT+02:00 jean-frederic clere : > >> Hi, >> >> I have a wording questions from my ApacheCon presentations, I am using >> tomcat9 to speak about trunk but basically tomcat9 should be with java9 and >> the new servlet

[Bug 58352] No stacktrace when tomcat stop doesn't complete and using '-force'

2015-09-10 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58352 --- Comment #1 from Alexandre Garnier --- Created attachment 33088 --> https://bz.apache.org/bugzilla/attachment.cgi?id=33088=edit Patch fixing bug #58352 Patch to do trigger a stacktrace in all cases. -- You are

ApacheCon tomcat9 or tomcat-trunk

2015-09-10 Thread jean-frederic clere
Hi, I have a wording questions from my ApacheCon presentations, I am using tomcat9 to speak about trunk but basically tomcat9 should be with java9 and the new servlet specifications. AKA far future. It will be probably interesting to promote an intermediate tomcat version with HTTP/2 and

Re: ApacheCon tomcat9 or tomcat-trunk

2015-09-10 Thread Rémy Maucherat
2015-09-10 10:13 GMT+02:00 jean-frederic clere : > Hi, > > I have a wording questions from my ApacheCon presentations, I am using > tomcat9 to speak about trunk but basically tomcat9 should be with java9 and > the new servlet specifications. AKA far future. > I'm not sure it

[Bug 57799] MessageCreationException: Couldn't create SOAP message with Nio2 connector protocol

2015-09-10 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57799 --- Comment #19 from Robert M --- We are running into this same issue in our application and I just started to debug the problem. The one additional piece of information I can add is that I only get this error when I

svn commit: r1702244 - in /tomcat/trunk: java/org/apache/jasper/compiler/ test/org/apache/el/ test/org/apache/jasper/compiler/ test/webapp/ test/webapp/bug45nnn/

2015-09-10 Thread markt
Author: markt Date: Thu Sep 10 13:18:02 2015 New Revision: 1702244 URL: http://svn.apache.org/r1702244 Log: For EL expressions used within attribute values: a) attribute escaping (e.g. for quotes) DOES NOT apply inside the EL expression b) EL expressions can not be used with scriptlets (<%= ...

svn commit: r1702250 - /tomcat/trunk/bin/catalina.sh

2015-09-10 Thread markt
Author: markt Date: Thu Sep 10 13:43:38 2015 New Revision: 1702250 URL: http://svn.apache.org/r1702250 Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=58352 Always trigger a thread dump if Tomcat fails to stop gracefully even if using -force. Patch provided by Alexandre Garnier.

Re: ApacheCon tomcat9 or tomcat-trunk

2015-09-10 Thread Rémy Maucherat
2015-09-10 10:51 GMT+02:00 Mark Thomas : > On 10/09/2015 09:36, Rémy Maucherat wrote: > > 2015-09-10 10:13 GMT+02:00 jean-frederic clere : > > > >> Hi, > >> > >> I have a wording questions from my ApacheCon presentations, I am using > >> tomcat9 to speak about

Re: svn commit: r1702244 - in /tomcat/trunk: java/org/apache/jasper/compiler/ test/org/apache/el/ test/org/apache/jasper/compiler/ test/webapp/ test/webapp/bug45nnn/

2015-09-10 Thread Mark Thomas
On 10/09/2015 14:18, ma...@apache.org wrote: > Author: markt > Date: Thu Sep 10 13:18:02 2015 > New Revision: 1702244 > > URL: http://svn.apache.org/r1702244 Reviews particularly welcome for this commit since it changes a number of EL in JSP edge cases. The intention is to better adhere to the

svn commit: r1702246 - /tomcat/trunk/java/org/apache/tomcat/websocket/WsSession.java

2015-09-10 Thread markt
Author: markt Date: Thu Sep 10 13:35:36 2015 New Revision: 1702246 URL: http://svn.apache.org/r1702246 Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=58342 Fix copy paste error that meant MessageHandler removal could fail for binary and pong MessageHandlers. Patch provided by DJ.

[Bug 58342] org.apache.tomcat.websocket.WsSession has repeated conditional tests

2015-09-10 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58342 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED

svn commit: r1702249 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/tomcat/websocket/WsSession.java webapps/docs/changelog.xml

2015-09-10 Thread markt
Author: markt Date: Thu Sep 10 13:38:45 2015 New Revision: 1702249 URL: http://svn.apache.org/r1702249 Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=58342 Fix copy paste error that meant MessageHandler removal could fail for binary and pong MessageHandlers. Patch provided by DJ.

svn commit: r1702248 - in /tomcat/tc8.0.x/trunk: ./ java/org/apache/tomcat/websocket/WsSession.java webapps/docs/changelog.xml

2015-09-10 Thread markt
Author: markt Date: Thu Sep 10 13:37:22 2015 New Revision: 1702248 URL: http://svn.apache.org/r1702248 Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=58342 Fix copy paste error that meant MessageHandler removal could fail for binary and pong MessageHandlers. Patch provided by DJ.

[Bug 57136] EL Parser escaping dollar sign not ${ or ${...}

2015-09-10 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57136 --- Comment #18 from Mark Thomas --- I've committed a fix for this to trunk. I'll give it a few days for folks to review it before back-porting. -- You are receiving this mail because: You are the assignee for the bug.

Re: ApacheCon tomcat9 or tomcat-trunk

2015-09-10 Thread jean-frederic clere
On 09/10/2015 02:10 PM, Rémy Maucherat wrote: I don't exactly know what is in trunk that couldn't be in a 8.1. The removals of existing features make a lot of the rest probably acceptable. The EE schedule saying 2017, it's really a long time to be in beta [or not maybe;) ]. HTTP/2 seems

[Bug 58352] No stacktrace when tomcat stop doesn't complete and using '-force'

2015-09-10 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58352 --- Comment #4 from Mark Thomas --- (In reply to Alexandre Garnier from comment #3) > Cool, thanks. > BTW, wrong bug link in the commit 1702253 on tomcat7 trunk (link to bug > #58342). Tx. Fixed. -- You are receiving this

svn commit: r1702252 - in /tomcat/tc8.0.x/trunk: ./ bin/catalina.sh webapps/docs/changelog.xml

2015-09-10 Thread markt
Author: markt Date: Thu Sep 10 13:46:37 2015 New Revision: 1702252 URL: http://svn.apache.org/r1702252 Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=58352 Always trigger a thread dump if Tomcat fails to stop gracefully even if using -force. Patch provided by Alexandre Garnier.

svn commit: r1702268 - in /tomcat/trunk: build.xml test/org/apache/catalina/authenticator/TestFormAuthenticator.java test/org/apache/catalina/startup/LoggingBaseTest.java

2015-09-10 Thread markt
Author: markt Date: Thu Sep 10 14:39:47 2015 New Revision: 1702268 URL: http://svn.apache.org/r1702268 Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=58344 Add build properties to enable tests to be executed against alternative binaries. Based on a patch by Petr Sumbera. Modified:

svn commit: r1702270 - in /tomcat/tc8.0.x/trunk: ./ build.xml test/org/apache/catalina/authenticator/TestFormAuthenticator.java test/org/apache/catalina/startup/LoggingBaseTest.java webapps/docs/chang

2015-09-10 Thread markt
Author: markt Date: Thu Sep 10 14:46:40 2015 New Revision: 1702270 URL: http://svn.apache.org/r1702270 Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=58344 Add build properties to enable tests to be executed against alternative binaries. Based on a patch by Petr Sumbera. Modified:

svn commit: r1702269 - in /tomcat/tc8.0.x/trunk: ./ test/org/apache/catalina/startup/LoggingBaseTest.java

2015-09-10 Thread markt
Author: markt Date: Thu Sep 10 14:46:10 2015 New Revision: 1702269 URL: http://svn.apache.org/r1702269 Log: Ensure logging works for all tests in a class rather than just the first one executed. Modified: tomcat/tc8.0.x/trunk/ (props changed)

[Bug 57799] MessageCreationException: Couldn't create SOAP message with Nio2 connector protocol

2015-09-10 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57799 --- Comment #20 from Mark Thomas --- (In reply to Robert M from comment #19) > We are running into this same issue in our application and I just started to > debug the problem. The one additional piece of information I can

buildbot success in ASF Buildbot on tomcat-8-trunk

2015-09-10 Thread buildbot
The Buildbot has detected a restored build on builder tomcat-8-trunk while building ASF Buildbot. Full details are available at: http://ci.apache.org/builders/tomcat-8-trunk/builds/96 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: silvanus_ubuntu Build Reason: The

[Bug 58352] No stacktrace when tomcat stop doesn't complete and using '-force'

2015-09-10 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58352 Mark Thomas changed: What|Removed |Added Resolution|--- |FIXED

buildbot failure in ASF Buildbot on tomcat-7-trunk

2015-09-10 Thread buildbot
The Buildbot has detected a new failure on builder tomcat-7-trunk while building ASF Buildbot. Full details are available at: http://ci.apache.org/builders/tomcat-7-trunk/builds/74 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: silvanus_ubuntu Build Reason: The

svn propchange: r1702253 - svn:log

2015-09-10 Thread markt
Author: markt Revision: 1702253 Modified property: svn:log Modified: svn:log at Thu Sep 10 14:56:14 2015 -- --- svn:log (original) +++ svn:log Thu Sep 10 14:56:14 2015 @@ -1,3 +1,3 @@ -Fix

buildbot exception in ASF Buildbot on tomcat-trunk

2015-09-10 Thread buildbot
The Buildbot has detected a build exception on builder tomcat-trunk while building ASF Buildbot. Full details are available at: http://ci.apache.org/builders/tomcat-trunk/builds/222 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: silvanus_ubuntu Build Reason: The

buildbot failure in ASF Buildbot on tomcat-trunk

2015-09-10 Thread buildbot
The Buildbot has detected a new failure on builder tomcat-trunk while building ASF Buildbot. Full details are available at: http://ci.apache.org/builders/tomcat-trunk/builds/221 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: silvanus_ubuntu Build Reason: The

svn commit: r1702253 - in /tomcat/tc7.0.x/trunk: ./ bin/catalina.sh webapps/docs/changelog.xml

2015-09-10 Thread markt
Author: markt Date: Thu Sep 10 13:47:14 2015 New Revision: 1702253 URL: http://svn.apache.org/r1702253 Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=58342 Always trigger a thread dump if Tomcat fails to stop gracefully even if using -force. Patch provided by Alexandre Garnier.

[Bug 58352] No stacktrace when tomcat stop doesn't complete and using '-force'

2015-09-10 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58352 --- Comment #3 from Alexandre Garnier --- Cool, thanks. BTW, wrong bug link in the commit 1702253 on tomcat7 trunk (link to bug #58342). -- You are receiving this mail because: You are the assignee for the bug.

[Bug 58344] allow to run tests against Tomcat installed from vendor package

2015-09-10 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58344 Mark Thomas changed: What|Removed |Added Resolution|--- |FIXED

[Bug 58357] Read failed with APR/native error code [20,014]

2015-09-10 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58357 --- Comment #2 from Justin --- Created attachment 33092 --> https://bz.apache.org/bugzilla/attachment.cgi?id=33092=edit SolrJ client log -- You are receiving this mail because: You are the assignee for the bug.

[Bug 58357] Read failed with APR/native error code [20,014]

2015-09-10 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58357 --- Comment #1 from Justin --- Created attachment 33091 --> https://bz.apache.org/bugzilla/attachment.cgi?id=33091=edit Tomcat server configuration -- You are receiving this mail because: You are the assignee for the bug.

[Bug 58357] New: Read failed with APR/native error code [20,014]

2015-09-10 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58357 Bug ID: 58357 Summary: Read failed with APR/native error code [20,014] Product: Tomcat 8 Version: 8.0.15 Hardware: PC Status: NEW Severity: major Priority:

[Bug 58357] Read failed with APR/native error code [20,014]

2015-09-10 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58357 --- Comment #3 from Justin --- Created attachment 33093 --> https://bz.apache.org/bugzilla/attachment.cgi?id=33093=edit Tomcat server log -- You are receiving this mail because: You are the assignee for the bug.

[Bug 58340] No error shown when some tag file in jar has compile error

2015-09-10 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58340 Mark Thomas changed: What|Removed |Added Attachment #33075|text/x-matlab |text/plain

[Bug 58321] Using non-thread-safe javax.net.ssl.SSLEngine inside org.apache.tomcat.util.net.SecureNio2Channel without synchronization

2015-09-10 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58321 --- Comment #9 from Mark Thomas --- I'm trying to reproduce these results. Could you share how you configured the tests to run with RV-Predict. -- You are receiving this mail because: You are the assignee for the bug.

[GUMP@vmgump]: Project tomcat-native-make (in module tomcat-native) failed

2015-09-10 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-native-make has an issue affecting its community integration. This

svn commit: r1702314 - in /tomcat/tc8.0.x/trunk: ./ java/org/apache/jasper/compiler/JavacErrorDetail.java webapps/docs/changelog.xml

2015-09-10 Thread markt
Author: markt Date: Thu Sep 10 20:00:39 2015 New Revision: 1702314 URL: http://svn.apache.org/r1702314 Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=58340 Improve error reporting for tag files packaged in JARs. Modified: tomcat/tc8.0.x/trunk/ (props changed)

buildbot failure in ASF Buildbot on tomcat-trunk

2015-09-10 Thread buildbot
The Buildbot has detected a new failure on builder tomcat-trunk while building ASF Buildbot. Full details are available at: http://ci.apache.org/builders/tomcat-trunk/builds/224 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: silvanus_ubuntu Build Reason: The

svn commit: r1702313 - /tomcat/trunk/java/org/apache/jasper/compiler/JavacErrorDetail.java

2015-09-10 Thread markt
Author: markt Date: Thu Sep 10 19:58:59 2015 New Revision: 1702313 URL: http://svn.apache.org/r1702313 Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=58340 Improve error reporting for tag files packaged in JARs. Modified:

svn commit: r1702316 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/jasper/compiler/JavacErrorDetail.java webapps/docs/changelog.xml

2015-09-10 Thread markt
Author: markt Date: Thu Sep 10 20:16:14 2015 New Revision: 1702316 URL: http://svn.apache.org/r1702316 Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=58640 Improve error reporting for tag files packaged in JARs. Modified: tomcat/tc7.0.x/trunk/ (props changed)

[Bug 58340] No error shown when some tag file in jar has compile error

2015-09-10 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58340 Mark Thomas changed: What|Removed |Added Resolution|--- |FIXED

[Bug 58357] Read failed with APR/native error code [20,014]

2015-09-10 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58357 Justin changed: What|Removed |Added OS||All --- Comment #4 from

Re: ApacheCon tomcat9 or tomcat-trunk

2015-09-10 Thread Violeta Georgieva
2015-09-10 15:52 GMT+03:00 jean-frederic clere : > > On 09/10/2015 02:10 PM, Rémy Maucherat wrote: >>> >>> I don't exactly know what is in trunk that couldn't be in a 8.1. The >> >> removals of existing features make a lot of the rest probably acceptable. >> The EE schedule