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

2017-03-30 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-tc7.0.x-test-apr has an issue affecting its community integration.

[GUMP@vmgump-vm3]: Project tomcat-trunk-test-nio2 (in module tomcat-trunk) failed

2017-03-30 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-trunk-test-nio2 has an issue affecting its community integration. T

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

2017-03-30 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-nio2 has an issue affecting its community integration

Odd behaviour of "deprecated" websocket API example - chat servlet - 7.0.77

2017-03-30 Thread Konstantin Kolinko
Hi! While smoke-testing Tomcat 7.0.77, I noted an odd behaviour with old chat servlet example. I wonder whether this is reproducible. "Scenario 1" may be a browser bug, as I see it in Firefox, but not in Chrome. I tested one of scenarios in 7.0.76 and it reproduced there as well (details below).

Re: [VOTE] Release Apache Tomcat 6.0.52

2017-03-30 Thread Rainer Jung
Using gdb I see: Case 1: #7 impl_pollset_remove (pollset=0xeebf68, descriptor=0xb377f6a4) at poll/unix/port.c:283 fd = ep = rv = 0 res = err = 0 found = #8 0xfaddfcdc in apr_pollset_remove (pollset=0xeebf68, descriptor=descriptor@entry=0xb

Re: [VOTE] Release Apache Tomcat 6.0.52

2017-03-30 Thread Rainer Jung
Am 28.03.2017 um 21:38 schrieb Violeta Georgieva: The proposed Apache Tomcat 6.0.52 release is now available for voting. Note: This is the last Tomcat 6 release. It can be obtained from: https://dist.apache.org/repos/dist/dev/tomcat/tomcat-6/v6.0.52/ The Maven staging repo is: https://repositor

Re: [VOTE] Release Apache Tomcat 7.0.77

2017-03-30 Thread Rainer Jung
Am 28.03.2017 um 18:45 schrieb Violeta Georgieva: The proposed Apache Tomcat 7.0.77 release is now available for voting. It can be obtained from: https://dist.apache.org/repos/dist/dev/tomcat/tomcat-7/v7.0.77/ The Maven staging repo is: https://repository.apache.org/content/repositories/orgapach

Re: potential NPE on 8.5.13

2017-03-30 Thread Romain Manni-Bucau
Seems it was it. TomEE is almost green with a "clean" 8.5.13. Only issue I got was: javax.management.ServiceNotFoundException: Cannot find operation getLastAccessedTimestamp In a test we use JMX to get some meta about the sessions. Issue comes from that commit org.apache.tomcat.util.modeler.Man

Re: [VOTE] Release Apache Tomcat 8.0.43

2017-03-30 Thread Rainer Jung
Am 28.03.2017 um 17:28 schrieb Violeta Georgieva: The proposed Apache Tomcat 8.0.43 release is now available for voting. It can be obtained from: https://dist.apache.org/repos/dist/dev/tomcat/tomcat-8/v8.0.43/ The Maven staging repo is: https://repository.apache.org/content/repositories/orgapa

Re: [VOTE] Release Apache Tomcat 7.0.77

2017-03-30 Thread Rémy Maucherat
2017-03-28 18:45 GMT+02:00 Violeta Georgieva : > The proposed Apache Tomcat 7.0.77 release is now available for voting. > > It can be obtained from: > https://dist.apache.org/repos/dist/dev/tomcat/tomcat-7/v7.0.77/ > The Maven staging repo is: > https://repository.apache.org/content/repositories/o

Re: [VOTE] Release Apache Tomcat 8.0.43

2017-03-30 Thread Rémy Maucherat
2017-03-28 17:28 GMT+02:00 Violeta Georgieva : > The proposed Apache Tomcat 8.0.43 release is now available for voting. > > It can be obtained from: > https://dist.apache.org/repos/dist/dev/tomcat/tomcat-8/v8.0.43/ > The Maven staging repo is: > https://repository.apache.org/content/repositories/o

Re: [VOTE] Release Apache Tomcat 7.0.77

2017-03-30 Thread Coty Sutherland
On Tue, Mar 28, 2017 at 12:45 PM, Violeta Georgieva wrote: > The proposed Apache Tomcat 7.0.77 release is now available for voting. > > It can be obtained from: > https://dist.apache.org/repos/dist/dev/tomcat/tomcat-7/v7.0.77/ > The Maven staging repo is: > https://repository.apache.org/content/re

Re: [VOTE] Release Apache Tomcat 8.5.13

2017-03-30 Thread Rainer Jung
Am 27.03.2017 um 17:13 schrieb Mark Thomas: The proposed Apache Tomcat 8.5.13 release is now available for voting. The major changes compared to the 8.5.12 release are: - Various HTTP/2 improvements - Fixes for sendfile related issues that could cause subsequent requests to experience Illega

Re: [VOTE] Release Apache Tomcat 7.0.77

2017-03-30 Thread Violeta Georgieva
2017-03-28 19:45 GMT+03:00 Violeta Georgieva : > > The proposed Apache Tomcat 7.0.77 release is now available for voting. > > It can be obtained from: > https://dist.apache.org/repos/dist/dev/tomcat/tomcat-7/v7.0.77/ > The Maven staging repo is: > https://repository.apache.org/content/repositories/

Re: potential NPE on 8.5.13

2017-03-30 Thread Romain Manni-Bucau
hmm, after a deeper check it seems it can be IDE related. I'll run tomee test suite this night with that upgrade (8.5.13), think it could have been due to a messy Idea cache. Will report tomorrow morning the results. Thanks Violeta to have pointed this bugzilla out, helped to see that. Romain Man

Re: potential NPE on 8.5.13

2017-03-30 Thread Romain Manni-Bucau
experienced it only on 8.5.13, 8.5.12 was working fine Romain Manni-Bucau @rmannibucau | Blog | Old Blog | Github | LinkedIn

Re: [VOTE] Release Apache Tomcat 9.0.0.M19

2017-03-30 Thread Rainer Jung
Am 27.03.2017 um 14:56 schrieb Mark Thomas: The proposed Apache Tomcat 9.0.0.M19 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 3

Re: [VOTE] Release Apache Tomcat 6.0.52

2017-03-30 Thread Violeta Georgieva
2017-03-28 22:38 GMT+03:00 Violeta Georgieva : > > The proposed Apache Tomcat 6.0.52 release is now available for voting. > > Note: This is the last Tomcat 6 release. > > It can be obtained from: > https://dist.apache.org/repos/dist/dev/tomcat/tomcat-6/v6.0.52/ > The Maven staging repo is: > https:

[Bug 60944] New: Tomcat Production Issue connections in CLOSE_WAIT

2017-03-30 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60944 Bug ID: 60944 Summary: Tomcat Production Issue connections in CLOSE_WAIT Product: Tomcat 7 Version: 7.0.39 Hardware: Sun OS: Linux Status: NEW Severity:

Re: potential NPE on 8.5.13

2017-03-30 Thread Violeta Georgieva
Hi, 2017-03-30 20:41 GMT+03:00 Romain Manni-Bucau : > > oops, hit enter too fast > > important detail: it is in a request.getRequestDispatcher("WEB-INF/test.jsp" > ).forward(request, response); Do you experience this with 8.5.12 (latest release) or 8.5.13 (currently release that we vote)? We have

Re: potential NPE on 8.5.13

2017-03-30 Thread Romain Manni-Bucau
oops, hit enter too fast important detail: it is in a request.getRequestDispatcher("WEB-INF/test.jsp" ).forward(request, response); Romain Manni-Bucau @rmannibucau | Blog | Old Blog | Git

potential NPE on 8.5.13

2017-03-30 Thread Romain Manni-Bucau
Hi guys, seems on the last release we can get a NPE we didnt get before. In org.apache.catalina.core.ApplicationMapping#getServletMapping for case PATH pathInfo can be null so the toString() doesnt behave very well. Got it with a @WebServlet("/foo/*") Romain Manni-Bucau @rmannibucau

URI encoding

2017-03-30 Thread Rémy Maucherat
Hi, On the Servlet EG mailing list, I noticed a request for comments on URI encoding, which adds a per webapp parameter for encoding and, most importantly, that it also affects the URI. The problem is that decoding is still needed to first map the URI to the webapp, making this added feature a pro

svn commit: r18970 - /dev/tomcat/tomcat-8/v8.5.13/ /release/tomcat/tomcat-8/v8.5.13/

2017-03-30 Thread markt
Author: markt Date: Thu Mar 30 16:01:22 2017 New Revision: 18970 Log: Release 8.5.13 Added: release/tomcat/tomcat-8/v8.5.13/ - copied from r18969, dev/tomcat/tomcat-8/v8.5.13/ Removed: dev/tomcat/tomcat-8/v8.5.13/ ---

Re: [VOTE][RESULT] Release Apache Tomcat 8.5.13

2017-03-30 Thread Mark Thomas
The following votes were cast: Binding: +1: violetagg, mgrigorov, remm, fschumacher, kfujino, markt Non-binding: +1: csutherl The vote therefore passes. Thanks to everyone who contributed to this release. Mark - To unsubscrib

svn commit: r18969 - /dev/tomcat/tomcat-9/v9.0.0.M19/ /release/tomcat/tomcat-9/v9.0.0.M19/

2017-03-30 Thread markt
Author: markt Date: Thu Mar 30 15:57:53 2017 New Revision: 18969 Log: Release 9.0.0.M19 Added: release/tomcat/tomcat-9/v9.0.0.M19/ - copied from r18968, dev/tomcat/tomcat-9/v9.0.0.M19/ Removed: dev/tomcat/tomcat-9/v9.0.0.M19/ ---

Re: [VOTE][RESULT] Release Apache Tomcat 9.0.0.M19

2017-03-30 Thread Mark Thomas
The following votes were cast: Binding: +1: violetagg, remm, mgrigorov, fschumacher, kfujino, markt No other voters were cast. The vote therefore passes. Thanks to everyone who helped with this release. Mark - To unsubscribe,

Re: [VOTE] Release Apache Tomcat 7.0.77

2017-03-30 Thread Martin Grigorov
On Tue, Mar 28, 2017 at 6:45 PM, Violeta Georgieva wrote: > The proposed Apache Tomcat 7.0.77 release is now available for voting. > > It can be obtained from: > https://dist.apache.org/repos/dist/dev/tomcat/tomcat-7/v7.0.77/ > The Maven staging repo is: > https://repository.apache.org/content/re

[Bug 60932] Invalid or incomplete escaping of apostrophe (') in messages passed to MessageFormat

2017-03-30 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60932 Mark Thomas changed: What|Removed |Added Resolution|--- |FIXED Status|NEW

svn commit: r1789488 [1/2] - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/catalina/connector/ java/org/apache/catalina/core/ java/org/apache/catalina/deploy/ java/org/apache/catalina/ha/deploy/ java/o

2017-03-30 Thread markt
Author: markt Date: Thu Mar 30 10:24:36 2017 New Revision: 1789488 URL: http://svn.apache.org/viewvc?rev=1789488&view=rev Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=60932 Correctly escape single quotes when used in i18n messages. Based on a patch by Michael Osipov. Modified: tomc

svn commit: r1789488 [2/2] - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/catalina/connector/ java/org/apache/catalina/core/ java/org/apache/catalina/deploy/ java/org/apache/catalina/ha/deploy/ java/o

2017-03-30 Thread markt
Modified: tomcat/tc7.0.x/trunk/java/org/apache/jasper/resources/LocalStrings.properties URL: http://svn.apache.org/viewvc/tomcat/tc7.0.x/trunk/java/org/apache/jasper/resources/LocalStrings.properties?rev=1789488&r1=1789487&r2=1789488&view=diff =

svn commit: r1789485 [1/2] - in /tomcat/tc8.0.x/trunk: ./ java/org/apache/catalina/connector/ java/org/apache/catalina/core/ java/org/apache/catalina/ha/deploy/ java/org/apache/catalina/ha/session/ ja

2017-03-30 Thread markt
Author: markt Date: Thu Mar 30 10:00:13 2017 New Revision: 1789485 URL: http://svn.apache.org/viewvc?rev=1789485&view=rev Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=60932 Correctly escape single quotes when used in i18n messages. Based on a patch by Michael Osipov. Modified: tomc

svn commit: r1789485 [2/2] - in /tomcat/tc8.0.x/trunk: ./ java/org/apache/catalina/connector/ java/org/apache/catalina/core/ java/org/apache/catalina/ha/deploy/ java/org/apache/catalina/ha/session/ ja

2017-03-30 Thread markt
Modified: tomcat/tc8.0.x/trunk/java/org/apache/tomcat/util/http/LocalStrings.properties URL: http://svn.apache.org/viewvc/tomcat/tc8.0.x/trunk/java/org/apache/tomcat/util/http/LocalStrings.properties?rev=1789485&r1=1789484&r2=1789485&view=diff =

svn commit: r1789482 - in /tomcat/tc8.5.x/trunk: ./ java/org/apache/catalina/connector/ java/org/apache/catalina/core/ java/org/apache/catalina/ha/deploy/ java/org/apache/catalina/ha/session/ java/org

2017-03-30 Thread markt
Author: markt Date: Thu Mar 30 09:58:41 2017 New Revision: 1789482 URL: http://svn.apache.org/viewvc?rev=1789482&view=rev Log: Correctly escape single quotes when used in i18n messages. Based on a patch by Michael Osipov. Modified: tomcat/tc8.5.x/trunk/ (props changed) tomcat/tc8.5.x/t

svn commit: r1789481 - /tomcat/trunk/webapps/docs/changelog.xml

2017-03-30 Thread markt
Author: markt Date: Thu Mar 30 09:55:28 2017 New Revision: 1789481 URL: http://svn.apache.org/viewvc?rev=1789481&view=rev Log: (empty) Modified: tomcat/trunk/webapps/docs/changelog.xml Modified: tomcat/trunk/webapps/docs/changelog.xml URL: http://svn.apache.org/viewvc/tomcat/trunk/webapps/d

svn commit: r1789480 [4/4] - in /tomcat/trunk/java/org/apache/catalina: connector/ core/ filters/ ha/deploy/ ha/session/ ha/tcp/ loader/ manager/ manager/host/ mbeans/ realm/ servlets/ session/ startu

2017-03-30 Thread markt
Modified: tomcat/trunk/java/org/apache/catalina/startup/LocalStrings_es.properties URL: http://svn.apache.org/viewvc/tomcat/trunk/java/org/apache/catalina/startup/LocalStrings_es.properties?rev=1789480&r1=1789479&r2=1789480&view=diff ===

svn commit: r1789480 [3/4] - in /tomcat/trunk/java/org/apache/catalina: connector/ core/ filters/ ha/deploy/ ha/session/ ha/tcp/ loader/ manager/ manager/host/ mbeans/ realm/ servlets/ session/ startu

2017-03-30 Thread markt
Modified: tomcat/trunk/java/org/apache/catalina/mbeans/LocalStrings.properties URL: http://svn.apache.org/viewvc/tomcat/trunk/java/org/apache/catalina/mbeans/LocalStrings.properties?rev=1789480&r1=1789479&r2=1789480&view=diff

svn commit: r1789480 [1/4] - in /tomcat/trunk/java/org/apache/catalina: connector/ core/ filters/ ha/deploy/ ha/session/ ha/tcp/ loader/ manager/ manager/host/ mbeans/ realm/ servlets/ session/ startu

2017-03-30 Thread markt
Author: markt Date: Thu Mar 30 09:36:16 2017 New Revision: 1789480 URL: http://svn.apache.org/viewvc?rev=1789480&view=rev Log: Add [...] delimiters to values in messages that don't currently have them for org.apache.catalina packages Modified: tomcat/trunk/java/org/apache/catalina/connector/

svn commit: r1789480 [2/4] - in /tomcat/trunk/java/org/apache/catalina: connector/ core/ filters/ ha/deploy/ ha/session/ ha/tcp/ loader/ manager/ manager/host/ mbeans/ realm/ servlets/ session/ startu

2017-03-30 Thread markt
Modified: tomcat/trunk/java/org/apache/catalina/filters/LocalStrings.properties URL: http://svn.apache.org/viewvc/tomcat/trunk/java/org/apache/catalina/filters/LocalStrings.properties?rev=1789480&r1=1789479&r2=1789480&view=diff ==

svn commit: r1789479 - in /tomcat/trunk/java/org/apache/coyote: ajp/LocalStrings.properties ajp/LocalStrings_es.properties http2/LocalStrings.properties

2017-03-30 Thread markt
Author: markt Date: Thu Mar 30 09:22:14 2017 New Revision: 1789479 URL: http://svn.apache.org/viewvc?rev=1789479&view=rev Log: Add [...] delimiters to values in messages that don't currently have them for org.apache.coyote packages Modified: tomcat/trunk/java/org/apache/coyote/ajp/LocalStrin

svn commit: r1789476 [2/2] - in /tomcat/trunk/java/org/apache/jasper/resources: LocalStrings.properties LocalStrings_es.properties LocalStrings_fr.properties LocalStrings_ja.properties

2017-03-30 Thread markt
Modified: tomcat/trunk/java/org/apache/jasper/resources/LocalStrings_fr.properties URL: http://svn.apache.org/viewvc/tomcat/trunk/java/org/apache/jasper/resources/LocalStrings_fr.properties?rev=1789476&r1=1789475&r2=1789476&view=diff ===

svn commit: r1789476 [1/2] - in /tomcat/trunk/java/org/apache/jasper/resources: LocalStrings.properties LocalStrings_es.properties LocalStrings_fr.properties LocalStrings_ja.properties

2017-03-30 Thread markt
Author: markt Date: Thu Mar 30 09:20:56 2017 New Revision: 1789476 URL: http://svn.apache.org/viewvc?rev=1789476&view=rev Log: Add [...] delimiters to values in messages that don't currently have them for org.apache.jasper packages Modified: tomcat/trunk/java/org/apache/jasper/resources/Loca

svn commit: r1789474 - in /tomcat/trunk/java/org/apache: el/Messages.properties el/Messages_es.properties naming/LocalStrings.properties naming/LocalStrings_es.properties naming/LocalStrings_fr.proper

2017-03-30 Thread markt
Author: markt Date: Thu Mar 30 09:14:40 2017 New Revision: 1789474 URL: http://svn.apache.org/viewvc?rev=1789474&view=rev Log: Add [...] delimiters to values in messages that don't currently have them for org.apache.el and org.apache.naming packages Modified: tomcat/trunk/java/org/apache/el/

svn commit: r1789472 - in /tomcat/trunk/java/org/apache/tomcat: util/descriptor/web/ util/net/ util/net/jsse/ util/net/openssl/ util/threads/res/ websocket/server/

2017-03-30 Thread markt
Author: markt Date: Thu Mar 30 09:11:34 2017 New Revision: 1789472 URL: http://svn.apache.org/viewvc?rev=1789472&view=rev Log: Add [...] delimiters to values in messages that don't currently have them for org.apache.tomcat packages Modified: tomcat/trunk/java/org/apache/tomcat/util/descript

svn commit: r1789470 - in /tomcat/trunk/java: javax/el/ org/apache/catalina/core/ org/apache/catalina/filters/ org/apache/catalina/ha/session/ org/apache/catalina/servlets/ org/apache/jasper/resources

2017-03-30 Thread markt
Author: markt Date: Thu Mar 30 09:06:46 2017 New Revision: 1789470 URL: http://svn.apache.org/viewvc?rev=1789470&view=rev Log: Replace the use of (...) to delimit values in messages with [...] because it is more consistent. Modified: tomcat/trunk/java/javax/el/LocalStrings_es.properties

svn commit: r1789467 - /tomcat/trunk/webapps/examples/WEB-INF/classes/LocalStrings_es.properties

2017-03-30 Thread markt
Author: markt Date: Thu Mar 30 09:00:46 2017 New Revision: 1789467 URL: http://svn.apache.org/viewvc?rev=1789467&view=rev Log: Remove unnecessary escaping Modified: tomcat/trunk/webapps/examples/WEB-INF/classes/LocalStrings_es.properties Modified: tomcat/trunk/webapps/examples/WEB-INF/class

svn commit: r1789466 - in /tomcat/trunk/java/org/apache: catalina/valves/LocalStrings_es.properties el/Messages_es.properties jasper/resources/LocalStrings_es.properties

2017-03-30 Thread markt
Author: markt Date: Thu Mar 30 08:55:46 2017 New Revision: 1789466 URL: http://svn.apache.org/viewvc?rev=1789466&view=rev Log: # does not need to be escaped in the value component of a properties file Modified: tomcat/trunk/java/org/apache/catalina/valves/LocalStrings_es.properties tomcat

svn commit: r1789465 - in /tomcat/trunk/java/org/apache/jasper/resources: LocalStrings.properties LocalStrings_ja.properties

2017-03-30 Thread markt
Author: markt Date: Thu Mar 30 08:54:58 2017 New Revision: 1789465 URL: http://svn.apache.org/viewvc?rev=1789465&view=rev Log: ' does not need to be escaped in the value component of a properties file (assuming the value won't be passed to a MessageFormat instance) Modified: tomcat/trunk/jav

svn commit: r1789463 - in /tomcat/trunk/java/org/apache: catalina/manager/ jasper/resources/

2017-03-30 Thread markt
Author: markt Date: Thu Mar 30 08:50:51 2017 New Revision: 1789463 URL: http://svn.apache.org/viewvc?rev=1789463&view=rev Log: Additional replacement of "..." to delimit values in messages with [...] after removing unnecessary escaping of " Modified: tomcat/trunk/java/org/apache/catalina/man

svn commit: r1789462 - in /tomcat/trunk/java: javax/servlet/http/ org/apache/catalina/manager/ org/apache/jasper/resources/

2017-03-30 Thread markt
Author: markt Date: Thu Mar 30 08:47:54 2017 New Revision: 1789462 URL: http://svn.apache.org/viewvc?rev=1789462&view=rev Log: " does not need to be escaped in the value component of a properties file Modified: tomcat/trunk/java/javax/servlet/http/LocalStrings_fr.properties tomcat/trunk/j

svn commit: r1789461 - in /tomcat/trunk/java/org/apache: catalina/ha/session/LocalStrings_es.properties catalina/ha/tcp/LocalStrings_es.properties el/Messages_es.properties jasper/resources/LocalStrin

2017-03-30 Thread markt
Author: markt Date: Thu Mar 30 08:45:03 2017 New Revision: 1789461 URL: http://svn.apache.org/viewvc?rev=1789461&view=rev Log: = does not need to be escaped in the value component of a properties file Modified: tomcat/trunk/java/org/apache/catalina/ha/session/LocalStrings_es.properties to

svn commit: r1789458 - in /tomcat/trunk/java/org/apache: catalina/filters/ catalina/ha/session/ catalina/manager/host/ catalina/tribes/transport/ jasper/resources/

2017-03-30 Thread markt
Author: markt Date: Thu Mar 30 08:42:43 2017 New Revision: 1789458 URL: http://svn.apache.org/viewvc?rev=1789458&view=rev Log: ! does not need to be escaped in the value component of a properties file Modified: tomcat/trunk/java/org/apache/catalina/filters/LocalStrings_es.properties tomca

svn commit: r1789456 [1/2] - in /tomcat/trunk/java: javax/servlet/ org/apache/catalina/authenticator/ org/apache/catalina/connector/ org/apache/catalina/core/ org/apache/catalina/filters/ org/apache/c

2017-03-30 Thread markt
Author: markt Date: Thu Mar 30 08:40:14 2017 New Revision: 1789456 URL: http://svn.apache.org/viewvc?rev=1789456&view=rev Log: : does not need to be escaped in the value component of a properties file Modified: tomcat/trunk/java/javax/servlet/LocalStrings_es.properties tomcat/trunk/java/

svn commit: r1789456 [2/2] - in /tomcat/trunk/java: javax/servlet/ org/apache/catalina/authenticator/ org/apache/catalina/connector/ org/apache/catalina/core/ org/apache/catalina/filters/ org/apache/c

2017-03-30 Thread markt
Modified: tomcat/trunk/java/org/apache/jasper/resources/LocalStrings_es.properties URL: http://svn.apache.org/viewvc/tomcat/trunk/java/org/apache/jasper/resources/LocalStrings_es.properties?rev=1789456&r1=1789455&r2=1789456&view=diff ===

svn commit: r1789453 - in /tomcat/trunk/java/javax: el/ servlet/ servlet/http/

2017-03-30 Thread markt
Author: markt Date: Thu Mar 30 08:21:58 2017 New Revision: 1789453 URL: http://svn.apache.org/viewvc?rev=1789453&view=rev Log: Add [...] delimiters to values in messages that don't currently have them for javax packages Modified: tomcat/trunk/java/javax/el/LocalStrings.properties tomcat/

svn commit: r1789447 - in /tomcat/trunk/java/org/apache: catalina/core/ catalina/filters/ catalina/ha/deploy/ catalina/manager/ catalina/mbeans/ catalina/realm/ catalina/startup/ catalina/tribes/membe

2017-03-30 Thread markt
Author: markt Date: Thu Mar 30 08:12:02 2017 New Revision: 1789447 URL: http://svn.apache.org/viewvc?rev=1789447&view=rev Log: Replace the use of "..." to delimit values in messages with [...] because it is more consistent. Modified: tomcat/trunk/java/org/apache/catalina/core/LocalStrings.pr

svn commit: r1789443 - in /tomcat/trunk/java: javax/el/ org/apache/el/ org/apache/jasper/resources/ org/apache/naming/

2017-03-30 Thread markt
Author: markt Date: Thu Mar 30 07:59:07 2017 New Revision: 1789443 URL: http://svn.apache.org/viewvc?rev=1789443&view=rev Log: Replace the use of '...' to delimit values in messages with [...] because a) it is more consistent and b) ' needs to be escaped whereas [ and ] do not. Modified: tom

svn commit: r1789442 - /tomcat/trunk/java/org/apache/el/Messages.properties

2017-03-30 Thread markt
Author: markt Date: Thu Mar 30 07:54:35 2017 New Revision: 1789442 URL: http://svn.apache.org/viewvc?rev=1789442&view=rev Log: Follow up to r1789415 Modified: tomcat/trunk/java/org/apache/el/Messages.properties Modified: tomcat/trunk/java/org/apache/el/Messages.properties URL: http://svn.ap

[GitHub] tomcat pull request #:

2017-03-30 Thread markt-asf
Github user markt-asf commented on the pull request: https://github.com/apache/tomcat/commit/d46012cb159c3384303eeceffc54eb78e6a62671#commitcomment-21553794 In java/org/apache/el/Messages.properties: In java/org/apache/el/Messages.properties on line 32: Let me take a closer loo