[Bug 63931] New: The remote endpoint was in state [TEXT_FULL_WRITING] which is an invalid state

2019-11-17 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=63931 Bug ID: 63931 Summary: The remote endpoint was in state [TEXT_FULL_WRITING] which is an invalid state Product: Tomcat 9 Version: unspecified Hardware: PC Stat

[GitHub] [tomcat] 72er-de opened a new pull request #224: Adding Support for JDK "only" and JAVA_HOME environment variable to Windows Installer

2019-11-17 Thread GitBox
72er-de opened a new pull request #224: Adding Support for JDK "only" and JAVA_HOME environment variable to Windows Installer URL: https://github.com/apache/tomcat/pull/224 Since Java 11 Oracle distributes no separate JRE and renamed the windows registry key for the JDK. This patch will fi

Re: [tomcat] branch master updated: Fix timeout handling. Write timeout could be handled as read timeout.

2019-11-17 Thread Rémy Maucherat
On Sat, Nov 16, 2019 at 5:44 PM wrote: > This is an automated email from the ASF dual-hosted git repository. > > markt pushed a commit to branch master > in repository https://gitbox.apache.org/repos/asf/tomcat.git > > > The following commit(s) were added to refs/heads/master by this push: >

[VOTE] Release Apache Tomcat 8.5.49

2019-11-17 Thread Mark Thomas
The proposed Apache Tomcat 8.5.49 release is now available for voting. The major changes compared to the 8.5.47 release are: - Improvements to Async error handling - Stricter processing of HTTP headers when looking for specific token values - Fix various issues that could lead to modification

[tomcat] branch 8.5.x updated: Increment version for next dev cycle

2019-11-17 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 8.5.x in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/8.5.x by this push: new a3cc1b7 Increment version for next dev cycle a3cc1

Nexus: Staging Completed

2019-11-17 Thread Nexus Repository Manager
Message from: https://repository.apache.orgDeployer properties:"userAgent" = "maven-artifact/2.2.1 (Java 1.7.0_80; Windows 7 6.1)""userId" = "markt""ip" = "213.121.9.136"Details:The following artifacts have been staged/org/apache/tomcat/tomcat-i18n-de/8.5.49/tomcat-i18n-de-8.5.49.jar.asc(SHA1: 6982

svn commit: r36806 [1/2] - in /dev/tomcat/tomcat-8/v8.5.49: ./ bin/ bin/embed/ bin/extras/ src/

2019-11-17 Thread markt
Author: markt Date: Sun Nov 17 19:00:44 2019 New Revision: 36806 Log: Upload 8.5.49 for voting Added: dev/tomcat/tomcat-8/v8.5.49/ dev/tomcat/tomcat-8/v8.5.49/KEYS dev/tomcat/tomcat-8/v8.5.49/README.html dev/tomcat/tomcat-8/v8.5.49/RELEASE-NOTES dev/tomcat/tomcat-8/v8.5.49/bin

svn commit: r36806 [2/2] - in /dev/tomcat/tomcat-8/v8.5.49: ./ bin/ bin/embed/ bin/extras/ src/

2019-11-17 Thread markt
Added: dev/tomcat/tomcat-8/v8.5.49/src/apache-tomcat-8.5.49-src.zip.asc == --- dev/tomcat/tomcat-8/v8.5.49/src/apache-tomcat-8.5.49-src.zip.asc (added) +++ dev/tomcat/tomcat-8/v8.5.49/src/apache-tomcat-8.5.49-src.zip.asc Su

[tomcat] tag 8.5.49 created (now e0c759f)

2019-11-17 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a change to tag 8.5.49 in repository https://gitbox.apache.org/repos/asf/tomcat.git. at e0c759f (commit) This tag includes the following new commits: new e0c759f Tag 8.5.49 The 1 revisions listed abov

[tomcat] 01/01: Tag 8.5.49

2019-11-17 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to tag 8.5.49 in repository https://gitbox.apache.org/repos/asf/tomcat.git commit e0c759f3bd47e06b9d526ed40ed9d1e923f464b6 Author: Mark Thomas AuthorDate: Sun Nov 17 18:40:05 2019 + Tag 8.5.49 ---

[tomcat] branch 8.5.x updated: Update changelog

2019-11-17 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 8.5.x in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/8.5.x by this push: new f9d0fb0 Update changelog f9d0fb0 is described belo

svn commit: r36805 - /dev/tomcat/tomcat-8/v8.5.48/

2019-11-17 Thread markt
Author: markt Date: Sun Nov 17 17:43:36 2019 New Revision: 36805 Log: Drop 8.5.48 Removed: dev/tomcat/tomcat-8/v8.5.48/ - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@t

Nexus: Staging Repository Dropped

2019-11-17 Thread Nexus Repository Manager
Message from: https://repository.apache.orgDeployer properties:"userAgent" = "maven-artifact/2.2.1 (Java 1.7.0_80; Windows 7 6.1)""userId" = "markt""ip" = "213.121.9.136"Details:The orgapachetomcat-1237 staging repository has been dropped.Action performed by Mark Thomas (markt)

[tomcat] branch 8.5.x updated: Fix NPE regression in 6c03319

2019-11-17 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 8.5.x in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/8.5.x by this push: new 27adc25 Fix NPE regression in 6c03319 27adc25 is d

Re: [VOTE][CANCELLED] Release Apache Tomcat 8.5.48

2019-11-17 Thread Mark Thomas
A regression has been reported on the users list. I have fixed it locally and am running the unit tests before committing. I'll re-roll the release once the tests have passed. Mark - To unsubscribe, e-mail: dev-unsubscr...@tomca

Re: Possible optimization for class loading?

2019-11-17 Thread Rainer Jung
Am 17.11.2019 um 17:21 schrieb Konstantin Kolinko: вс, 17 нояб. 2019 г. в 18:40, Rainer Jung : I noticed a slowness during Webapp startup on the Winows platform. Investigation showed, that about three seconds of the webapp startup time - roughly 1/3 of the total time - was due to File.getCanoni

Re: Possible optimization for class loading?

2019-11-17 Thread Konstantin Kolinko
вс, 17 нояб. 2019 г. в 18:40, Rainer Jung : > > I noticed a slowness during Webapp startup on the Winows platform. > Investigation showed, that about three seconds of the webapp startup > time - roughly 1/3 of the total time - was due to > File.getCanonicalPath(). That call seems to be especially e

Possible optimization for class loading?

2019-11-17 Thread Rainer Jung
I noticed a slowness during Webapp startup on the Winows platform. Investigation showed, that about three seconds of the webapp startup time - roughly 1/3 of the total time - was due to File.getCanonicalPath(). That call seems to be especially expensive on Windows, because it iterates over each