[Bug 63137] Ignored second (and next) resources mapped in webAppMount="/WEB-INF/classes" using DirResourceSet

2019-02-01 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=63137 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

svn commit: r1852775 - in /tomcat/tc8.5.x/trunk: ./ java/org/apache/catalina/loader/WebappClassLoaderBase.java webapps/docs/changelog.xml

2019-02-01 Thread markt
Author: markt Date: Fri Feb 1 21:24:11 2019 New Revision: 1852775 URL: http://svn.apache.org/viewvc?rev=1852775&view=rev Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=63137 If the resources for a web application have been configured with multiple locations mapped to /WEB-INF/classes, e

svn commit: r1852774 - in /tomcat/trunk: java/org/apache/catalina/loader/WebappClassLoaderBase.java webapps/docs/changelog.xml

2019-02-01 Thread markt
Author: markt Date: Fri Feb 1 21:23:31 2019 New Revision: 1852774 URL: http://svn.apache.org/viewvc?rev=1852774&view=rev Log: If the resources for a web application have been configured with multiple locations mapped to /WEB-INF/classes, ensure that all of those locations are used when building

Re: Tomcat-embed-core-9.0.12.jar bug about Content-Length Corrupting Parsing logic for Subsequent Request

2019-02-01 Thread Mark Thomas
On 01/02/2019 20:33, Bhavesh Mistry wrote: > Hi Mark, > > *Correction!* > > Thank you very much for your answer. The server should **reject** the > wrong request which PUT with Wrong Content-Length and not GET request. > > We have been using Jetty for our server --> Apache Camel Proxy --> Spri

svn commit: r1852772 - in /tomcat/tc7.0.x/trunk/test/org/apache/tomcat/util/net: TestClientCertTls13.java TesterSupport.java

2019-02-01 Thread markt
Author: markt Date: Fri Feb 1 20:40:46 2019 New Revision: 1852772 URL: http://svn.apache.org/viewvc?rev=1852772&view=rev Log: Fix failing TLS 1.3 test with Java 11 Modified: tomcat/tc7.0.x/trunk/test/org/apache/tomcat/util/net/TestClientCertTls13.java tomcat/tc7.0.x/trunk/test/org/apach

Re: Tomcat-embed-core-9.0.12.jar bug about Content-Length Corrupting Parsing logic for Subsequent Request

2019-02-01 Thread Bhavesh Mistry
Hi Mark, *Correction!* Thank you very much for your answer. The server should **reject** the wrong request which PUT with Wrong Content-Length and not GET request. We have been using Jetty for our server --> Apache Camel Proxy --> Spring boot. Jetty handle this gracefully. Spring boot (embed

Re: Tomcat-embed-core-9.0.12.jar bug about Content-Length Corrupting Parsing logic for Subsequent Request

2019-02-01 Thread Bhavesh Mistry
Hi Mark, Thank you very much for your answer. The server should reset the wrong request which PUT with Wrong Content-Length and not GET. We have been using Jetty for our server --> Apache Camel Proxy --> Spring boot. Jetty handle this gracefully. Spring boot (embedded tomcat does not). Is th

Re: Tomcat-embed-core-9.0.12.jar bug about Content-Length Corrupting Parsing logic for Subsequent Request

2019-02-01 Thread Mark Thomas
On 01/02/2019 20:10, Bhavesh Mistry wrote: > Hello Tomcat Developers, > > I have a unique situation about HTTP Protocol PAYLOAD parsing and > Content-Length Header. When PUT/POST Content-Length is NOT correct (client > send wrong Content-Lenght), the tomcat is able to parse the request and > resp

Re: Tomcat-embed-core-9.0.12.jar bug about Content-Length Corrupting Parsing logic for Subsequent Request

2019-02-01 Thread Bhavesh Mistry
Hello Tomcat Developers, I have a unique situation about HTTP Protocol PAYLOAD parsing and Content-Length Header. When PUT/POST Content-Length is NOT correct (client send wrong Content-Lenght), the tomcat is able to parse the request and respond to request with 2xx but subsequent on SAME TCP conn

[Tomcat Wiki] Update of "FAQ/CharacterEncoding" by GarretWilson

2019-02-01 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Tomcat Wiki" for change notification. The "FAQ/CharacterEncoding" page has been changed by GarretWilson: https://wiki.apache.org/tomcat/FAQ/CharacterEncoding?action=diff&rev1=27&rev2=28 Comment: Clarified legacy percent enc

[Tomcat Wiki] Update of "FAQ/CharacterEncoding" by GarretWilson

2019-02-01 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Tomcat Wiki" for change notification. The "FAQ/CharacterEncoding" page has been changed by GarretWilson: https://wiki.apache.org/tomcat/FAQ/CharacterEncoding?action=diff&rev1=26&rev2=27 Comment: Updated sections related to

Re: Jakarta EE - WebSocket TCK (nightly)

2019-02-01 Thread Rémy Maucherat
On Fri, Feb 1, 2019 at 4:50 PM Mark Thomas wrote: > On 01/02/2019 14:41, Rémy Maucherat wrote: > > On Thu, Jan 31, 2019 at 8:09 PM Mark Thomas wrote: > > > >> On 31/01/2019 16:31, Mark Thomas wrote: > >>> On 31/01/2019 15:58, Rémy Maucherat wrote: > On Wed, Jan 30, 2019 at 8:37 PM Mark Thom

Re: Jakarta EE - WebSocket TCK (nightly)

2019-02-01 Thread Mark Thomas
On 01/02/2019 14:41, Rémy Maucherat wrote: > On Thu, Jan 31, 2019 at 8:09 PM Mark Thomas wrote: > >> On 31/01/2019 16:31, Mark Thomas wrote: >>> On 31/01/2019 15:58, Rémy Maucherat wrote: On Wed, Jan 30, 2019 at 8:37 PM Mark Thomas wrote: I had four issues then that appear to be fi

Re: Jakarta EE - WebSocket TCK (nightly)

2019-02-01 Thread Rémy Maucherat
On Thu, Jan 31, 2019 at 8:09 PM Mark Thomas wrote: > On 31/01/2019 16:31, Mark Thomas wrote: > > On 31/01/2019 15:58, Rémy Maucherat wrote: > >> On Wed, Jan 30, 2019 at 8:37 PM Mark Thomas wrote: > >> > >>> A few failures on this one. I'm tracking progress here: > >>> > >>> https://cwiki.apache.

Re: TC test suite results non-native

2019-02-01 Thread Mark Thomas
On 01/02/2019 10:45, Rainer Jung wrote: > - org.apache.catalina.websocket.TestWebSocket > > Only tc7.0.x, RHEL7, SLES12, Java 11, bio+nio: > > Failure detail: > > Testcase: testKey took 2.006 sec >     Caused an ERROR > javax/xml/bind/DatatypeConverter > java.lang.NoClassDefFoundError: ja

svn commit: r1852740 - /tomcat/trunk/test/org/apache/tomcat/websocket/TestWebSocketFrameClientSSL.java

2019-02-01 Thread markt
Author: markt Date: Fri Feb 1 13:43:34 2019 New Revision: 1852740 URL: http://svn.apache.org/viewvc?rev=1852740&view=rev Log: Note intermittent failure Modified: tomcat/trunk/test/org/apache/tomcat/websocket/TestWebSocketFrameClientSSL.java Modified: tomcat/trunk/test/org/apache/tomcat/we

svn commit: r1852739 - in /tomcat/tc7.0.x/trunk: build.xml java/org/apache/catalina/websocket/WebSocketServlet.java test/org/apache/catalina/websocket/TestWebSocket.java webapps/docs/changelog.xml

2019-02-01 Thread markt
Author: markt Date: Fri Feb 1 13:25:42 2019 New Revision: 1852739 URL: http://svn.apache.org/viewvc?rev=1852739&view=rev Log: Fix compilation and test issues when using Java 11: - References to deprecated o.a.c.util.Base64 class updated to use replacement - Same class excluded from build when usi

svn commit: r1852724 - in /tomcat/tc8.5.x/trunk: ./ webapps/docs/config/http2.xml

2019-02-01 Thread markt
Author: markt Date: Fri Feb 1 11:24:13 2019 New Revision: 1852724 URL: http://svn.apache.org/viewvc?rev=1852724&view=rev Log: Document new configuration option Modified: tomcat/tc8.5.x/trunk/ (props changed) tomcat/tc8.5.x/trunk/webapps/docs/config/http2.xml Propchange: tomcat/tc8.5.x

[Bug 62140] catalina.sh should document the verbs it accepts as command-line arguments

2019-02-01 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62140 --- Comment #5 from Mark Thomas --- It is yours. Go for it. -- You are receiving this mail because: You are the assignee for the bug. - To unsubscribe, e-mail: dev-unsubscr..

svn commit: r1852723 - in /tomcat/tc8.5.x/trunk: ./ java/org/apache/coyote/http2/Http2UpgradeHandler.java java/org/apache/coyote/http2/LocalStrings.properties

2019-02-01 Thread markt
Author: markt Date: Fri Feb 1 11:23:42 2019 New Revision: 1852723 URL: http://svn.apache.org/viewvc?rev=1852723&view=rev Log: Localisation Modified: tomcat/tc8.5.x/trunk/ (props changed) tomcat/tc8.5.x/trunk/java/org/apache/coyote/http2/Http2UpgradeHandler.java tomcat/tc8.5.x/trunk

svn commit: r1852722 - in /tomcat/tc8.5.x/trunk: ./ java/org/apache/coyote/http2/Stream.java

2019-02-01 Thread markt
Author: markt Date: Fri Feb 1 11:22:50 2019 New Revision: 1852722 URL: http://svn.apache.org/viewvc?rev=1852722&view=rev Log: Align behaviour for -ve stream timeouts with documentation Modified: tomcat/tc8.5.x/trunk/ (props changed) tomcat/tc8.5.x/trunk/java/org/apache/coyote/http2/Str

svn commit: r1852719 - /tomcat/tc8.5.x/trunk/webapps/docs/config/http2.xml

2019-02-01 Thread markt
Author: markt Date: Fri Feb 1 11:20:19 2019 New Revision: 1852719 URL: http://svn.apache.org/viewvc?rev=1852719&view=rev Log: Update docs Modified: tomcat/tc8.5.x/trunk/webapps/docs/config/http2.xml Modified: tomcat/tc8.5.x/trunk/webapps/docs/config/http2.xml URL: http://svn.apache.org/vie

[Bug 62140] catalina.sh should document the verbs it accepts as command-line arguments

2019-02-01 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62140 --- Comment #4 from Dhruv --- I would like to work on this issue. Can I take this up or is someone else working on it. -- You are receiving this mail because: You are the assignee for the bug. -

svn commit: r1852718 - in /tomcat/tc8.5.x/trunk: ./ java/org/apache/coyote/http2/Http2Protocol.java java/org/apache/coyote/http2/Http2UpgradeHandler.java

2019-02-01 Thread markt
Author: markt Date: Fri Feb 1 11:19:06 2019 New Revision: 1852718 URL: http://svn.apache.org/viewvc?rev=1852718&view=rev Log: Track overhead and close connections with excessive overhead Modified: tomcat/tc8.5.x/trunk/ (props changed) tomcat/tc8.5.x/trunk/java/org/apache/coyote/http2/H

[Bug 62140] catalina.sh should document the verbs it accepts as command-line arguments

2019-02-01 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62140 --- Comment #3 from Dhruv --- I would like to work on this issue. Can I take this up or is someone else working on it. -- You are receiving this mail because: You are the assignee for the bug. -

svn commit: r1852717 - in /tomcat/tc8.5.x/trunk: ./ java/org/apache/coyote/http2/LocalStrings.properties java/org/apache/coyote/http2/Stream.java

2019-02-01 Thread markt
Author: markt Date: Fri Feb 1 11:13:53 2019 New Revision: 1852717 URL: http://svn.apache.org/viewvc?rev=1852717&view=rev Log: Unlock a blocking read (with an IOE) when a stream exception occurs. The likely bad behavior is seen in many tests in the testsuite. Originally I think this is supposed

svn commit: r1852715 - /tomcat/tc8.5.x/trunk/java/org/apache/coyote/http2/Stream.java

2019-02-01 Thread markt
Author: markt Date: Fri Feb 1 11:10:53 2019 New Revision: 1852715 URL: http://svn.apache.org/viewvc?rev=1852715&view=rev Log: Correct back-port Modified: tomcat/tc8.5.x/trunk/java/org/apache/coyote/http2/Stream.java Modified: tomcat/tc8.5.x/trunk/java/org/apache/coyote/http2/Stream.java URL

svn commit: r1852714 - in /tomcat/tc8.5.x/trunk: ./ java/org/apache/coyote/http2/Http2Protocol.java java/org/apache/coyote/http2/Http2UpgradeHandler.java

2019-02-01 Thread markt
Author: markt Date: Fri Feb 1 11:04:20 2019 New Revision: 1852714 URL: http://svn.apache.org/viewvc?rev=1852714&view=rev Log: Use true keep-alive timeout when there are no active streams Modified: tomcat/tc8.5.x/trunk/ (props changed) tomcat/tc8.5.x/trunk/java/org/apache/coyote/http2/H

svn commit: r1852713 - in /tomcat/tc8.5.x/trunk: ./ java/org/apache/coyote/http2/LocalStrings.properties java/org/apache/coyote/http2/Stream.java test/org/apache/coyote/http2/Http2TestBase.java test/o

2019-02-01 Thread markt
Author: markt Date: Fri Feb 1 10:58:19 2019 New Revision: 1852713 URL: http://svn.apache.org/viewvc?rev=1852713&view=rev Log: Implement read timeout for direct read of request body Modified: tomcat/tc8.5.x/trunk/ (props changed) tomcat/tc8.5.x/trunk/java/org/apache/coyote/http2/LocalSt

svn commit: r1852712 - in /tomcat/tc8.5.x/trunk: ./ java/org/apache/catalina/connector/ java/org/apache/catalina/core/ java/org/apache/coyote/http2/ test/org/apache/coyote/http2/

2019-02-01 Thread markt
Author: markt Date: Fri Feb 1 10:55:24 2019 New Revision: 1852712 URL: http://svn.apache.org/viewvc?rev=1852712&view=rev Log: Implement a write timeout for individual Streams Added: tomcat/tc8.5.x/trunk/test/org/apache/coyote/http2/TestHttp2Timeouts.java - copied unchanged from r185269

svn commit: r1852711 - in /tomcat/tc8.5.x/trunk: ./ java/org/apache/catalina/connector/Response.java java/org/apache/coyote/Response.java

2019-02-01 Thread markt
Author: markt Date: Fri Feb 1 10:52:53 2019 New Revision: 1852711 URL: http://svn.apache.org/viewvc?rev=1852711&view=rev Log: Push the error state tracking down to the Coyote Response so it becomes accessible to the early stages of request processing and to HTTP/2 internals. Modified: tomca

TC test suite results non-native

2019-02-01 Thread Rainer Jung
Hi there, I ran the test suite for a wide range of combinations of TC versions (7, 8.5 and 9 head), Java versions (1.7.0, 1.8.0 and 11 - where applicable) and OpenSSL (1.1.1a, 1.1.1, 1.1.0i, 1.1.0e, 1.0.2q, 1.0.2). tc revision was 1852637, tcnative was always 1.2.21, platforms where Solaris

svn commit: r1852710 - /tomcat/trunk/java/org/apache/coyote/http2/StreamProcessor.java

2019-02-01 Thread markt
Author: markt Date: Fri Feb 1 10:45:55 2019 New Revision: 1852710 URL: http://svn.apache.org/viewvc?rev=1852710&view=rev Log: Simplify (and align with 8.5.x) Modified: tomcat/trunk/java/org/apache/coyote/http2/StreamProcessor.java Modified: tomcat/trunk/java/org/apache/coyote/http2/StreamPr

svn commit: r1852708 - /tomcat/tc8.5.x/trunk/java/org/apache/coyote/http2/AbstractStream.java

2019-02-01 Thread markt
Author: markt Date: Fri Feb 1 10:36:29 2019 New Revision: 1852708 URL: http://svn.apache.org/viewvc?rev=1852708&view=rev Log: Align 8.5.x with 9.0.x Modified: tomcat/tc8.5.x/trunk/java/org/apache/coyote/http2/AbstractStream.java Modified: tomcat/tc8.5.x/trunk/java/org/apache/coyote/http2/Ab

svn commit: r1852707 - in /tomcat/tc8.5.x/trunk: ./ java/org/apache/coyote/http2/Http2Protocol.java

2019-02-01 Thread markt
Author: markt Date: Fri Feb 1 10:29:36 2019 New Revision: 1852707 URL: http://svn.apache.org/viewvc?rev=1852707&view=rev Log: Add stream timeouts Modified: tomcat/tc8.5.x/trunk/ (props changed) tomcat/tc8.5.x/trunk/java/org/apache/coyote/http2/Http2Protocol.java Propchange: tomcat/tc8

svn commit: r1852705 - in /tomcat/trunk/java/org/apache/coyote/http2: Http2UpgradeHandler.java LocalStrings.properties

2019-02-01 Thread markt
Author: markt Date: Fri Feb 1 10:28:34 2019 New Revision: 1852705 URL: http://svn.apache.org/viewvc?rev=1852705&view=rev Log: Localisation Modified: tomcat/trunk/java/org/apache/coyote/http2/Http2UpgradeHandler.java tomcat/trunk/java/org/apache/coyote/http2/LocalStrings.properties Modif

svn commit: r1852706 - /tomcat/trunk/webapps/docs/config/http2.xml

2019-02-01 Thread markt
Author: markt Date: Fri Feb 1 10:28:38 2019 New Revision: 1852706 URL: http://svn.apache.org/viewvc?rev=1852706&view=rev Log: Document new configuration option Modified: tomcat/trunk/webapps/docs/config/http2.xml Modified: tomcat/trunk/webapps/docs/config/http2.xml URL: http://svn.apache.o

svn commit: r1852704 - /tomcat/trunk/java/org/apache/coyote/http2/Stream.java

2019-02-01 Thread markt
Author: markt Date: Fri Feb 1 10:28:30 2019 New Revision: 1852704 URL: http://svn.apache.org/viewvc?rev=1852704&view=rev Log: Align behaviour for -ve stream timeouts with documentation Modified: tomcat/trunk/java/org/apache/coyote/http2/Stream.java Modified: tomcat/trunk/java/org/apache/coy

svn commit: r1852702 - in /tomcat/trunk/java/org/apache/coyote/http2: Http2Protocol.java Http2UpgradeHandler.java

2019-02-01 Thread markt
Author: markt Date: Fri Feb 1 10:28:22 2019 New Revision: 1852702 URL: http://svn.apache.org/viewvc?rev=1852702&view=rev Log: Track overhead and close connections with excessive overhead Modified: tomcat/trunk/java/org/apache/coyote/http2/Http2Protocol.java tomcat/trunk/java/org/apache/c

svn commit: r1852703 - /tomcat/trunk/webapps/docs/config/http2.xml

2019-02-01 Thread markt
Author: markt Date: Fri Feb 1 10:28:26 2019 New Revision: 1852703 URL: http://svn.apache.org/viewvc?rev=1852703&view=rev Log: Update docs Modified: tomcat/trunk/webapps/docs/config/http2.xml Modified: tomcat/trunk/webapps/docs/config/http2.xml URL: http://svn.apache.org/viewvc/tomcat/trunk

svn commit: r1852701 - in /tomcat/trunk/java/org/apache/coyote/http2: Http2Protocol.java Http2UpgradeHandler.java

2019-02-01 Thread markt
Author: markt Date: Fri Feb 1 10:28:18 2019 New Revision: 1852701 URL: http://svn.apache.org/viewvc?rev=1852701&view=rev Log: Use true keep-alive timeout when there are no active streams Modified: tomcat/trunk/java/org/apache/coyote/http2/Http2Protocol.java tomcat/trunk/java/org/apache/c

svn commit: r1852699 - in /tomcat/trunk: java/org/apache/catalina/connector/ java/org/apache/catalina/core/ java/org/apache/coyote/http2/ test/org/apache/coyote/http2/

2019-02-01 Thread markt
Author: markt Date: Fri Feb 1 10:28:08 2019 New Revision: 1852699 URL: http://svn.apache.org/viewvc?rev=1852699&view=rev Log: Implement a write timeout for individual Streams Added: tomcat/trunk/test/org/apache/coyote/http2/TestHttp2Timeouts.java (with props) Modified: tomcat/trunk/ja

svn commit: r1852700 - in /tomcat/trunk: java/org/apache/coyote/http2/LocalStrings.properties java/org/apache/coyote/http2/Stream.java test/org/apache/coyote/http2/Http2TestBase.java test/org/apache/c

2019-02-01 Thread markt
Author: markt Date: Fri Feb 1 10:28:14 2019 New Revision: 1852700 URL: http://svn.apache.org/viewvc?rev=1852700&view=rev Log: Implement read timeout for direct read of request body Modified: tomcat/trunk/java/org/apache/coyote/http2/LocalStrings.properties tomcat/trunk/java/org/apache/co

svn commit: r1852698 - /tomcat/trunk/java/org/apache/coyote/http2/Http2Protocol.java

2019-02-01 Thread markt
Author: markt Date: Fri Feb 1 10:28:01 2019 New Revision: 1852698 URL: http://svn.apache.org/viewvc?rev=1852698&view=rev Log: Add stream timeouts Modified: tomcat/trunk/java/org/apache/coyote/http2/Http2Protocol.java Modified: tomcat/trunk/java/org/apache/coyote/http2/Http2Protocol.java URL

svn commit: r1852697 - /tomcat/trunk/java/org/apache/catalina/mbeans/LocalStrings.properties

2019-02-01 Thread remm
Author: remm Date: Fri Feb 1 10:17:08 2019 New Revision: 1852697 URL: http://svn.apache.org/viewvc?rev=1852697&view=rev Log: Add missing string Modified: tomcat/trunk/java/org/apache/catalina/mbeans/LocalStrings.properties Modified: tomcat/trunk/java/org/apache/catalina/mbeans/LocalStrings.

svn commit: r1852694 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/catalina/core/AprLifecycleListener.java webapps/docs/changelog.xml

2019-02-01 Thread markt
Author: markt Date: Fri Feb 1 10:10:49 2019 New Revision: 1852694 URL: http://svn.apache.org/viewvc?rev=1852694&view=rev Log: Update minimum recommended Tomcat version to 1.2.21 Modified: tomcat/tc7.0.x/trunk/ (props changed) tomcat/tc7.0.x/trunk/java/org/apache/catalina/core/AprLifecy

svn commit: r1852693 - in /tomcat/tc8.5.x/trunk: ./ java/org/apache/catalina/core/AprLifecycleListener.java webapps/docs/changelog.xml

2019-02-01 Thread markt
Author: markt Date: Fri Feb 1 10:09:12 2019 New Revision: 1852693 URL: http://svn.apache.org/viewvc?rev=1852693&view=rev Log: Update minimum recommended Tomcat version to 1.2.21 Modified: tomcat/tc8.5.x/trunk/ (props changed) tomcat/tc8.5.x/trunk/java/org/apache/catalina/core/AprLifecy

svn commit: r1852692 - in /tomcat/trunk: java/org/apache/catalina/core/AprLifecycleListener.java webapps/docs/changelog.xml

2019-02-01 Thread markt
Author: markt Date: Fri Feb 1 10:08:30 2019 New Revision: 1852692 URL: http://svn.apache.org/viewvc?rev=1852692&view=rev Log: Update minimum recommended Tomcat version to 1.2.21 Modified: tomcat/trunk/java/org/apache/catalina/core/AprLifecycleListener.java tomcat/trunk/webapps/docs/chang

svn commit: r1852688 - in /tomcat/tc7.0.x/trunk: ./ build.properties.default webapps/docs/changelog.xml

2019-02-01 Thread markt
Author: markt Date: Fri Feb 1 09:16:40 2019 New Revision: 1852688 URL: http://svn.apache.org/viewvc?rev=1852688&view=rev Log: Update Tomcat Native to 1.2.21 Modified: tomcat/tc7.0.x/trunk/ (props changed) tomcat/tc7.0.x/trunk/build.properties.default tomcat/tc7.0.x/trunk/webapps/do

svn commit: r1852687 - /tomcat/tc8.5.x/trunk/webapps/docs/changelog.xml

2019-02-01 Thread markt
Author: markt Date: Fri Feb 1 09:15:59 2019 New Revision: 1852687 URL: http://svn.apache.org/viewvc?rev=1852687&view=rev Log: Move entry to correct version Modified: tomcat/tc8.5.x/trunk/webapps/docs/changelog.xml Modified: tomcat/tc8.5.x/trunk/webapps/docs/changelog.xml URL: http://svn.ap

svn commit: r1852686 - in /tomcat/tc8.5.x/trunk: ./ build.properties.default webapps/docs/changelog.xml

2019-02-01 Thread markt
Author: markt Date: Fri Feb 1 09:13:06 2019 New Revision: 1852686 URL: http://svn.apache.org/viewvc?rev=1852686&view=rev Log: Update Tomcat Native to 1.2.21 Modified: tomcat/tc8.5.x/trunk/ (props changed) tomcat/tc8.5.x/trunk/build.properties.default tomcat/tc8.5.x/trunk/webapps/do

svn commit: r1852685 - in /tomcat/trunk: build.properties.default webapps/docs/changelog.xml

2019-02-01 Thread markt
Author: markt Date: Fri Feb 1 09:12:09 2019 New Revision: 1852685 URL: http://svn.apache.org/viewvc?rev=1852685&view=rev Log: Update Tomcat Native to 1.2.21 Modified: tomcat/trunk/build.properties.default tomcat/trunk/webapps/docs/changelog.xml Modified: tomcat/trunk/build.properties.de

svn commit: r1852682 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/tomcat/websocket/pojo/LocalStrings.properties java/org/apache/tomcat/websocket/pojo/PojoMethodMapping.java

2019-02-01 Thread markt
Author: markt Date: Fri Feb 1 09:05:01 2019 New Revision: 1852682 URL: http://svn.apache.org/viewvc?rev=1852682&view=rev Log: i18n (remm) Modified: tomcat/tc7.0.x/trunk/ (props changed) tomcat/tc7.0.x/trunk/java/org/apache/tomcat/websocket/pojo/LocalStrings.properties tomcat/tc7.

Re: svn commit: r1852678 - in /tomcat/tc8.5.x/trunk: ./ java/org/apache/catalina/mbeans/ java/org/apache/tomcat/websocket/pojo/

2019-02-01 Thread Rémy Maucherat
On Fri, Feb 1, 2019 at 9:44 AM wrote: > Author: remm > Date: Fri Feb 1 08:44:00 2019 > New Revision: 1852678 > > URL: http://svn.apache.org/viewvc?rev=1852678&view=rev > Log: > i18n > > Modified: > tomcat/tc8.5.x/trunk/ (props changed) > > tomcat/tc8.5.x/trunk/java/org/apache/catalina/mbea

Re: svn commit: r1852677 - in /tomcat/trunk/java/org/apache/tomcat/websocket/pojo: LocalStrings.properties PojoMethodMapping.java

2019-02-01 Thread Mark Thomas
On 01/02/2019 08:42, r...@apache.org wrote: > Author: remm > Date: Fri Feb 1 08:42:36 2019 > New Revision: 1852677 > > URL: http://svn.apache.org/viewvc?rev=1852677&view=rev > Log: > i18n :) Thanks for spotting that. I meant to go back to it and forgot. Mark > > Modified: > tomcat/trunk

svn commit: r1852679 - in /tomcat/tc8.5.x/trunk/java/org/apache/catalina/mbeans: JmxRemoteLifecycleListener.java LocalStrings.properties

2019-02-01 Thread remm
Author: remm Date: Fri Feb 1 08:46:13 2019 New Revision: 1852679 URL: http://svn.apache.org/viewvc?rev=1852679&view=rev Log: Fix unintended commit Modified: tomcat/tc8.5.x/trunk/java/org/apache/catalina/mbeans/JmxRemoteLifecycleListener.java tomcat/tc8.5.x/trunk/java/org/apache/catalina

svn commit: r1852678 - in /tomcat/tc8.5.x/trunk: ./ java/org/apache/catalina/mbeans/ java/org/apache/tomcat/websocket/pojo/

2019-02-01 Thread remm
Author: remm Date: Fri Feb 1 08:44:00 2019 New Revision: 1852678 URL: http://svn.apache.org/viewvc?rev=1852678&view=rev Log: i18n Modified: tomcat/tc8.5.x/trunk/ (props changed) tomcat/tc8.5.x/trunk/java/org/apache/catalina/mbeans/JmxRemoteLifecycleListener.java tomcat/tc8.5.x/tru

svn commit: r1852677 - in /tomcat/trunk/java/org/apache/tomcat/websocket/pojo: LocalStrings.properties PojoMethodMapping.java

2019-02-01 Thread remm
Author: remm Date: Fri Feb 1 08:42:36 2019 New Revision: 1852677 URL: http://svn.apache.org/viewvc?rev=1852677&view=rev Log: i18n Modified: tomcat/trunk/java/org/apache/tomcat/websocket/pojo/LocalStrings.properties tomcat/trunk/java/org/apache/tomcat/websocket/pojo/PojoMethodMapping.java