[Bug 63249] Inconsistent log level practices

2019-03-08 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=63249 AnhT changed: What|Removed |Added CC||anu...@163.com --- Comment #1 from AnhT --- Cr

[Bug 63249] New: Inconsistent log level practices

2019-03-08 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=63249 Bug ID: 63249 Summary: Inconsistent log level practices Product: Tomcat 9 Version: 9.0.16 Hardware: PC OS: All Status: NEW Severity: enhancement

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

2019-03-08 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-nio has an issue affecting its community integration. Th

[Bug 63245] Ask for confirmation on UNDEPLOY

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

Re: Tagging Tomcat releases with Git

2019-03-08 Thread Mark Thomas
On 08/03/2019 21:54, Konstantin Kolinko wrote: > Hi! > > The release procedure for Tomcat that we used up to recently is > documented in the Wiki, > https://wiki.apache.org/tomcat/ReleaseProcess > > Do we change it now, when Git is used instead of Apache Subversion? > > I see the following issue

[Bug 63246] NullPointerException in AsyncContextImpl

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

[tomcat] branch 7.0.x updated: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=63246

2019-03-08 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 7.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/7.0.x by this push: new 4e9bb1c Fix https://bz.apache.org/bugzilla/show_bu

[tomcat] branch 8.5.x updated: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=63246

2019-03-08 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 dcfda86 Fix https://bz.apache.org/bugzilla/show_bu

[tomcat] branch master updated: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=63246

2019-03-08 Thread markt
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: new eb2db58 Fix https://bz.apache.org/bugzilla/show_

Tagging Tomcat releases with Git

2019-03-08 Thread Konstantin Kolinko
Hi! The release procedure for Tomcat that we used up to recently is documented in the Wiki, https://wiki.apache.org/tomcat/ReleaseProcess Do we change it now, when Git is used instead of Apache Subversion? I see the following issues: 1) When preparing a release, one does a tag in Subversion tha

Re: Tomcat Site Redesign

2019-03-08 Thread Igal @ Lucee.org
All, On 3/7/2019 3:22 AM, Konstantin Kolinko wrote: пн, 4 мар. 2019 г. в 09:02, Igal Sapir : I have uploaded the Tomcat site redesign to a temporary location for review: http://people.apache.org/~isapir/mockups/tomcat-site/ 1. Overall: Thank you for your effort, but I do not like it. At all.

Re: GitHub notifications show Mark Thomas as Sender

2019-03-08 Thread Igal Sapir
Oh wait, unless that action was made by Mark. I saw a few messages in a row and misunderstood. Please ignore the previous email. On Fri, Mar 8, 2019 at 12:58 PM Igal Sapir wrote: > I got some GitHub notifications and they have the following header: > > From: Mark Thomas > > If someone wit

Re: GitHub notifications show Mark Thomas as Sender

2019-03-08 Thread Mark Thomas
On 08/03/2019 20:58, Igal Sapir wrote: > I got some GitHub notifications and they have the following header: > > From: Mark Thomas > > If someone with permissions can change that please. That is standard GitHub behaviour. The name is set to the name of whichever user made the change that yo

GitHub notifications show Mark Thomas as Sender

2019-03-08 Thread Igal Sapir
I got some GitHub notifications and they have the following header: From: Mark Thomas If someone with permissions can change that please. Best, Igal

[Bug 63235] Defer potentially expensive Charset.availableCharsets() call

2019-03-08 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=63235 --- Comment #11 from Mark Thomas --- I've put together an alternative proposal: https://github.com/apache/tomcat/pull/146 -- You are receiving this mail because: You are the assignee for the bug. --

[GitHub] [tomcat] markt-asf commented on issue #142: Defer creation of encodingToCharsetCache

2019-03-08 Thread GitBox
markt-asf commented on issue #142: Defer creation of encodingToCharsetCache URL: https://github.com/apache/tomcat/pull/142#issuecomment-471072264 See #146 for an alternative approach This is an automated message from the Apach

[GitHub] [tomcat] markt-asf opened a new pull request #146: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=63235

2019-03-08 Thread GitBox
markt-asf opened a new pull request #146: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=63235 URL: https://github.com/apache/tomcat/pull/146 Implement an alternative Charset caching strategy that does not load all Charsets at Tomcat start. This reduces start time by ~30ms and does n

[tomcat] branch 8.5.x updated: Check stream state after wait

2019-03-08 Thread remm
This is an automated email from the ASF dual-hosted git repository. remm 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 60a3af1 Check stream state after wait 60a3af1 is de

[tomcat] branch master updated: Check stream state after wait

2019-03-08 Thread remm
This is an automated email from the ASF dual-hosted git repository. remm 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: new a1cb1ac Check stream state after wait a1cb1ac is

[Bug 63247] Image doesn't appear - jbig2-imageio not installed

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

[Bug 63247] New: Image doesn't appear - jbig2-imageio not installed

2019-03-08 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=63247 Bug ID: 63247 Summary: Image doesn't appear - jbig2-imageio not installed Product: Tomcat 9 Version: 9.0.16 Hardware: PC Status: NEW Severity: major Priority:

[Bug 63246] New: NullPointerException in AsyncContextImpl

2019-03-08 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=63246 Bug ID: 63246 Summary: NullPointerException in AsyncContextImpl Product: Tomcat 9 Version: 9.0.16 Hardware: PC OS: All Status: NEW Severity: normal

[Bug 63245] Ask for confirmation on UNDEPLOY

2019-03-08 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=63245 paolo.perl...@miliaris.it changed: What|Removed |Added Summary|Ask confirmation on |Ask for confirmation on

[Bug 63245] New: Ask confirmation on UNDEPLOY

2019-03-08 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=63245 Bug ID: 63245 Summary: Ask confirmation on UNDEPLOY Product: Tomcat 9 Version: unspecified Hardware: All OS: All Status: NEW Severity: enhancement

[Bug 63244] CATALINA_PID never get written

2019-03-08 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=63244 --- Comment #3 from Thomas Opfer --- (In reply to Yiftach from comment #2) > Was it resolved by bug 63041? AFAIK bug 63041 was released in 9.0.16 but I > can still see the issue. It will be fixed correctly in the next release, see here: https:

[Bug 63244] CATALINA_PID never get written

2019-03-08 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=63244 Yiftach changed: What|Removed |Added Resolution|DUPLICATE |FIXED --- Comment #2 from Yiftach --- Was i

[Bug 63041] shutdown.sh exits non 0 requires KILLSIG from OS

2019-03-08 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=63041 Mark Thomas changed: What|Removed |Added CC||yift...@moogsoft.com --- Comment #33 fro

[Bug 63244] CATALINA_PID never get written

2019-03-08 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=63244 Mark Thomas changed: What|Removed |Added Resolution|--- |DUPLICATE Status|NEW

[Bug 63244] New: CATALINA_PID never get written

2019-03-08 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=63244 Bug ID: 63244 Summary: CATALINA_PID never get written Product: Tomcat 9 Version: 9.0.16 Hardware: PC OS: Linux Status: NEW Severity: major Pri

[tomcat] branch master updated: Improve handling of overflow

2019-03-08 Thread remm
This is an automated email from the ASF dual-hosted git repository. remm 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: new 6367351 Improve handling of overflow 6367351 is d

Re: JDK 12: First Release Candidate available

2019-03-08 Thread Rory O'Donnell
Thanks for updating the bug Mark. I noticed Weijung has proposed a fix, in code review. [1] Rgds,Rory [1] https://mail.openjdk.java.net/pipermail/security-dev/2019-March/019424.html On 04/03/2019 09:13, Rory O'Donnell wrote: Hi Mark, Can you update the bug , using your JBS account, with th