svn commit: r1820194 - in /tomcat/trunk/webapps: docs/changelog.xml examples/WEB-INF/classes/async/AsyncStockServlet.java

2018-01-04 Thread markt
Author: markt Date: Thu Jan 4 20:11:04 2018 New Revision: 1820194 URL: http://svn.apache.org/viewvc?rev=1820194=rev Log: Partial fix for https://bz.apache.org/bugzilla/show_bug.cgi?id=61886 Ensure that multiple threads do not attempt to complete the AsyncContext if an I/O error occurs in the

svn commit: r1820203 - in /tomcat/tc8.5.x/trunk: ./ java/org/apache/catalina/core/AsyncContextImpl.java

2018-01-04 Thread markt
Author: markt Date: Thu Jan 4 20:25:04 2018 New Revision: 1820203 URL: http://svn.apache.org/viewvc?rev=1820203=rev Log: Fix typo Modified: tomcat/tc8.5.x/trunk/ (props changed) tomcat/tc8.5.x/trunk/java/org/apache/catalina/core/AsyncContextImpl.java Propchange: tomcat/tc8.5.x/trunk/

svn commit: r1820202 - /tomcat/trunk/java/org/apache/catalina/core/AsyncContextImpl.java

2018-01-04 Thread markt
Author: markt Date: Thu Jan 4 20:24:38 2018 New Revision: 1820202 URL: http://svn.apache.org/viewvc?rev=1820202=rev Log: Fix typo Modified: tomcat/trunk/java/org/apache/catalina/core/AsyncContextImpl.java Modified: tomcat/trunk/java/org/apache/catalina/core/AsyncContextImpl.java URL:

[Bug 61825] Tomcat8.0.30 Async request happend memory leak

2018-01-04 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=61825 Mark Thomas changed: What|Removed |Added Resolution|--- |WORKSFORME

svn commit: r1820228 - in /tomcat/tc8.5.x/trunk: ./ java/org/apache/tomcat/util/net/AbstractEndpoint.java

2018-01-04 Thread markt
Author: markt Date: Thu Jan 4 21:50:40 2018 New Revision: 1820228 URL: http://svn.apache.org/viewvc?rev=1820228=rev Log: SpotBugs Butter null handling Modified: tomcat/tc8.5.x/trunk/ (props changed) tomcat/tc8.5.x/trunk/java/org/apache/tomcat/util/net/AbstractEndpoint.java

svn commit: r1820226 - /tomcat/tc8.5.x/trunk/res/findbugs/filter-false-positives.xml

2018-01-04 Thread markt
Author: markt Date: Thu Jan 4 21:50:02 2018 New Revision: 1820226 URL: http://svn.apache.org/viewvc?rev=1820226=rev Log: SpotBugs Ignore another false positive Modified: tomcat/tc8.5.x/trunk/res/findbugs/filter-false-positives.xml Modified:

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

2018-01-04 Thread markt
Author: markt Date: Thu Jan 4 21:51:15 2018 New Revision: 1820229 URL: http://svn.apache.org/viewvc?rev=1820229=rev Log: Deprecate unused code that has been removed in 9.0.x Modified: tomcat/tc8.5.x/trunk/java/org/apache/coyote/http2/AbstractStream.java

svn commit: r1820195 - in /tomcat/jk/trunk: native/common/jk_lb_worker.c native/common/jk_lb_worker.h native/common/jk_status.c xdocs/miscellaneous/changelog.xml

2018-01-04 Thread rjung
Author: rjung Date: Thu Jan 4 20:12:12 2018 New Revision: 1820195 URL: http://svn.apache.org/viewvc?rev=1820195=rev Log: BZ 61733: LB: Propagate load factor changes applied by the status worker to a load balancer sub worker correctly to all processes. Based on a patch provided by Jonathan Oddy.

[Bug 61886] 7.0.83 Calling [asyncComplete()] is not valid for a request with Async state [MUST_COMPLETE]

2018-01-04 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=61886 Mark Thomas changed: What|Removed |Added Resolution|--- |FIXED

[Bug 61877] use web.xml from CATALINA_HOME by default

2018-01-04 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=61877 Mark Thomas changed: What|Removed |Added Severity|normal |enhancement ---

[Bug 61733] lb_mult changes caused by status worker changing a subworker's factor are not propagated to all processes correctly.

2018-01-04 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=61733 Rainer Jung changed: What|Removed |Added Resolution|--- |FIXED

svn commit: r1820198 - in /tomcat/tc8.5.x/trunk: ./ java/org/apache/coyote/AbstractProcessor.java webapps/docs/changelog.xml webapps/examples/WEB-INF/classes/async/AsyncStockServlet.java

2018-01-04 Thread markt
Author: markt Date: Thu Jan 4 20:17:32 2018 New Revision: 1820198 URL: http://svn.apache.org/viewvc?rev=1820198=rev Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=61886 Log errors on non-container threads at DEBUG rather than INFO. The exception will be made available to the

svn commit: r1820205 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/catalina/core/AsyncContextImpl.java

2018-01-04 Thread markt
Author: markt Date: Thu Jan 4 20:25:48 2018 New Revision: 1820205 URL: http://svn.apache.org/viewvc?rev=1820205=rev Log: Fix typo Modified: tomcat/tc7.0.x/trunk/ (props changed) tomcat/tc7.0.x/trunk/java/org/apache/catalina/core/AsyncContextImpl.java Propchange: tomcat/tc7.0.x/trunk/

svn commit: r1820204 - in /tomcat/tc8.0.x/trunk: ./ java/org/apache/catalina/core/AsyncContextImpl.java

2018-01-04 Thread markt
Author: markt Date: Thu Jan 4 20:25:21 2018 New Revision: 1820204 URL: http://svn.apache.org/viewvc?rev=1820204=rev Log: Fix typo Modified: tomcat/tc8.0.x/trunk/ (props changed) tomcat/tc8.0.x/trunk/java/org/apache/catalina/core/AsyncContextImpl.java Propchange: tomcat/tc8.0.x/trunk/

svn commit: r1820223 - in /tomcat/tc8.5.x/trunk: ./ java/org/apache/tomcat/SimpleInstanceManager.java

2018-01-04 Thread markt
Author: markt Date: Thu Jan 4 21:37:12 2018 New Revision: 1820223 URL: http://svn.apache.org/viewvc?rev=1820223=rev Log: SpotBugs Simplify code Modified: tomcat/tc8.5.x/trunk/ (props changed) tomcat/tc8.5.x/trunk/java/org/apache/tomcat/SimpleInstanceManager.java Propchange:

svn commit: r1820222 - /tomcat/trunk/java/org/apache/tomcat/SimpleInstanceManager.java

2018-01-04 Thread markt
Author: markt Date: Thu Jan 4 21:36:43 2018 New Revision: 1820222 URL: http://svn.apache.org/viewvc?rev=1820222=rev Log: SpotBugs Simplify code Modified: tomcat/trunk/java/org/apache/tomcat/SimpleInstanceManager.java Modified: tomcat/trunk/java/org/apache/tomcat/SimpleInstanceManager.java

svn commit: r1820200 - in /tomcat/tc8.0.x/trunk: ./ java/org/apache/coyote/AbstractProcessor.java webapps/docs/changelog.xml webapps/examples/WEB-INF/classes/async/AsyncStockServlet.java

2018-01-04 Thread markt
Author: markt Date: Thu Jan 4 20:20:59 2018 New Revision: 1820200 URL: http://svn.apache.org/viewvc?rev=1820200=rev Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=61886 Log errors on non-container threads at DEBUG rather than INFO. The exception will be made available to the

svn commit: r1820206 - in /tomcat/trunk: ./ java/org/apache/catalina/manager/ java/org/apache/catalina/manager/host/ modules/jdbc-pool/ webapps/manager/WEB-INF/jsp/

2018-01-04 Thread rjung
Author: rjung Date: Thu Jan 4 20:39:44 2018 New Revision: 1820206 URL: http://svn.apache.org/viewvc?rev=1820206=rev Log: Happy New Year 2018 Modified: tomcat/trunk/NOTICE tomcat/trunk/java/org/apache/catalina/manager/Constants.java

svn commit: r1820182 - in /tomcat/site/trunk/xdocs: legal.xml stylesheets/tomcat-site.xsl stylesheets/tomcat.css

2018-01-04 Thread rjung
Author: rjung Date: Thu Jan 4 19:26:39 2018 New Revision: 1820182 URL: http://svn.apache.org/viewvc?rev=1820182=rev Log: Happy New Year 2018 Modified: tomcat/site/trunk/xdocs/legal.xml tomcat/site/trunk/xdocs/stylesheets/tomcat-site.xsl tomcat/site/trunk/xdocs/stylesheets/tomcat.css

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

2018-01-04 Thread markt
Author: markt Date: Thu Jan 4 20:16:42 2018 New Revision: 1820197 URL: http://svn.apache.org/viewvc?rev=1820197=rev Log: Fix order Modified: tomcat/trunk/webapps/docs/changelog.xml Modified: tomcat/trunk/webapps/docs/changelog.xml URL:

svn commit: r1820219 - /tomcat/trunk/res/findbugs/filter-false-positives.xml

2018-01-04 Thread markt
Author: markt Date: Thu Jan 4 21:29:01 2018 New Revision: 1820219 URL: http://svn.apache.org/viewvc?rev=1820219=rev Log: Resolve false positive Modified: tomcat/trunk/res/findbugs/filter-false-positives.xml Modified: tomcat/trunk/res/findbugs/filter-false-positives.xml URL:

svn commit: r1820183 - in /tomcat/site/trunk/docs: ./ stylesheets/

2018-01-04 Thread rjung
Author: rjung Date: Thu Jan 4 19:36:02 2018 New Revision: 1820183 URL: http://svn.apache.org/viewvc?rev=1820183=rev Log: Regenerate the site after year update. Modified: tomcat/site/trunk/docs/bugreport.html tomcat/site/trunk/docs/ci.html tomcat/site/trunk/docs/conference.html

svn commit: r1820190 - in /tomcat/jk/trunk/native: iis/pcre/config.guess iis/pcre/config.sub scripts/build/unix/config.guess scripts/build/unix/config.sub

2018-01-04 Thread rjung
Author: rjung Date: Thu Jan 4 19:59:54 2018 New Revision: 1820190 URL: http://svn.apache.org/viewvc?rev=1820190=rev Log: Update config.guess and config.sub from https://git.savannah.gnu.org/cgit/config.git. Modified: tomcat/jk/trunk/native/iis/pcre/config.guess

svn commit: r1820196 - in /tomcat/trunk: java/org/apache/coyote/AbstractProcessor.java webapps/docs/changelog.xml

2018-01-04 Thread markt
Author: markt Date: Thu Jan 4 20:15:20 2018 New Revision: 1820196 URL: http://svn.apache.org/viewvc?rev=1820196=rev Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=61886 Log errors on non-container threads at DEBUG rather than INFO. The exception will be made available to the

Tagging 9.0.x and 8.5.x

2018-01-04 Thread Mark Thomas
Hi all, It is the start of a new month and the open issue list looks to be clear so I'm planning on tagging 9.0.x and 8.5.x early next week. Mark - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional

svn commit: r1820210 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/catalina/manager/ java/org/apache/catalina/manager/host/ modules/jdbc-pool/ webapps/manager/WEB-INF/jsp/

2018-01-04 Thread rjung
Author: rjung Date: Thu Jan 4 20:49:47 2018 New Revision: 1820210 URL: http://svn.apache.org/viewvc?rev=1820210=rev Log: Happy New Year 2018 Backport of r1820206 from trunk resp. r1820207 from tc8.5.x resp. r1820209 from tc8.0.x. Modified: tomcat/tc7.0.x/trunk/ (props changed)

svn commit: r1820201 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/coyote/AbstractProcessor.java webapps/docs/changelog.xml webapps/examples/WEB-INF/classes/async/AsyncStockServlet.java

2018-01-04 Thread markt
Author: markt Date: Thu Jan 4 20:23:26 2018 New Revision: 1820201 URL: http://svn.apache.org/viewvc?rev=1820201=rev Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=61886 Log errors on non-container threads at DEBUG rather than INFO. The exception will be made available to the

svn commit: r1820207 - in /tomcat/tc8.5.x/trunk: ./ java/org/apache/catalina/manager/ java/org/apache/catalina/manager/host/ modules/jdbc-pool/ webapps/manager/WEB-INF/jsp/

2018-01-04 Thread rjung
Author: rjung Date: Thu Jan 4 20:44:00 2018 New Revision: 1820207 URL: http://svn.apache.org/viewvc?rev=1820207=rev Log: Happy New Year 2018 Backport of r1820206 from trunk. Modified: tomcat/tc8.5.x/trunk/ (props changed) tomcat/tc8.5.x/trunk/NOTICE

svn commit: r1820224 - in /tomcat/tc8.0.x/trunk: ./ java/org/apache/tomcat/SimpleInstanceManager.java

2018-01-04 Thread markt
Author: markt Date: Thu Jan 4 21:37:46 2018 New Revision: 1820224 URL: http://svn.apache.org/viewvc?rev=1820224=rev Log: SpotBugs Simplify code Modified: tomcat/tc8.0.x/trunk/ (props changed) tomcat/tc8.0.x/trunk/java/org/apache/tomcat/SimpleInstanceManager.java Propchange:

svn commit: r1820191 - in /tomcat/site/trunk: docs/irc.html xdocs/irc.xml

2018-01-04 Thread csutherl
Author: csutherl Date: Thu Jan 4 20:03:03 2018 New Revision: 1820191 URL: http://svn.apache.org/viewvc?rev=1820191=rev Log: Update freenode's webchat link to include #tomcat channel name Modified: tomcat/site/trunk/docs/irc.html tomcat/site/trunk/xdocs/irc.xml Modified:

svn commit: r1820209 - in /tomcat/tc8.0.x/trunk: ./ java/org/apache/catalina/manager/ java/org/apache/catalina/manager/host/ modules/jdbc-pool/ webapps/manager/WEB-INF/jsp/

2018-01-04 Thread rjung
Author: rjung Date: Thu Jan 4 20:46:23 2018 New Revision: 1820209 URL: http://svn.apache.org/viewvc?rev=1820209=rev Log: Happy New Year 2018 Backport of r1820206 from trunk resp. r1820207 from tc8.5.x. Modified: tomcat/tc8.0.x/trunk/ (props changed) tomcat/tc8.0.x/trunk/NOTICE

svn commit: r1820266 - in /tomcat/tc8.5.x/trunk: ./ java/org/apache/tomcat/util/net/AbstractEndpoint.java

2018-01-04 Thread markt
Author: markt Date: Fri Jan 5 07:50:09 2018 New Revision: 1820266 URL: http://svn.apache.org/viewvc?rev=1820266=rev Log: SpotBugs Improve catch-all exception handling Modified: tomcat/tc8.5.x/trunk/ (props changed)

svn commit: r1820265 - /tomcat/trunk/java/org/apache/tomcat/util/net/AbstractEndpoint.java

2018-01-04 Thread markt
Author: markt Date: Fri Jan 5 07:49:36 2018 New Revision: 1820265 URL: http://svn.apache.org/viewvc?rev=1820265=rev Log: SpotBugs Improve catch-all exception handling Modified: tomcat/trunk/java/org/apache/tomcat/util/net/AbstractEndpoint.java Modified:

[Git Migration] Review board

2018-01-04 Thread Mark Thomas
Happy New Year all! This is the first of the per issue e-mails to discuss the issues associated with migrating from svn to git. Some years ago we looked at using review board. It didn't really gain traction. It is currently configured to use svn. Rather than migrate Review Board for Tomcat to

GC allocation failure

2018-01-04 Thread Sanka, Ambica
I am seeing below highlighted errors in native_err logs in all my tomcat applications. I also increased memory for the VM from 4GB to 8GB. Still seeing those. When do we get that errors? I am reading online that when program asks for memory and java cannot give, that's when we see them. Please

Re: GC allocation failure

2018-01-04 Thread Coty Sutherland
This is a question for the users list, not the developers list. From http://tomcat.apache.org/lists.html#tomcat-dev: "This development list is only for discussion of changes to the Apache Tomcat source code and related issues. Other questions will be ignored." On Thu, Jan 4, 2018 at 11:05 AM,

RE: GC allocation failure

2018-01-04 Thread Sanka, Ambica
Thank you for letting me know. Will post it there. -Original Message- From: Coty Sutherland [mailto:csuth...@apache.org] Sent: Thursday, January 04, 2018 11:14 AM To: Tomcat Developers List Subject: Re: GC allocation failure This is a question for the users

[Bug 61565] Manager interface for reloading TLS config

2018-01-04 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=61565 --- Comment #1 from Christopher Schultz --- Since Tomcat 8.5.24 and similar Tomcat 9.0.x, the endpoint class contains these new methods: reloadSslHostConfig(String hostName) reloadSslHostConfigs() [ref:

[Bug 61565] Manager interface for reloading TLS config

2018-01-04 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=61565 --- Comment #2 from Remy Maucherat --- Mark did it in r1818127 although I didn't test it. -- You are receiving this mail because: You are the assignee for the bug.

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

2018-01-04 Thread markt
Author: markt Date: Thu Jan 4 17:26:38 2018 New Revision: 1820141 URL: http://svn.apache.org/viewvc?rev=1820141=rev Log: Fix order (merge issue?) Modified: tomcat/tc8.5.x/trunk/webapps/docs/changelog.xml Modified: tomcat/tc8.5.x/trunk/webapps/docs/changelog.xml URL:

svn commit: r1820142 - in /tomcat/tc8.5.x/trunk: ./ java/org/apache/catalina/filters/AddDefaultCharsetFilter.java test/org/apache/catalina/filters/TestAddCharSetFilter.java webapps/docs/changelog.xml

2018-01-04 Thread markt
Author: markt Date: Thu Jan 4 17:27:22 2018 New Revision: 1820142 URL: http://svn.apache.org/viewvc?rev=1820142=rev Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=61916 Extend the AddDefaultCharsetFilter to add a character set when the content type is set via setHeader() or addHeader()

[Bug 61565] Manager interface for reloading TLS config

2018-01-04 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=61565 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED

svn commit: r1820138 - in /tomcat/trunk: java/org/apache/catalina/filters/AddDefaultCharsetFilter.java test/org/apache/catalina/filters/TestAddCharSetFilter.java webapps/docs/changelog.xml

2018-01-04 Thread markt
Author: markt Date: Thu Jan 4 17:23:41 2018 New Revision: 1820138 URL: http://svn.apache.org/viewvc?rev=1820138=rev Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=61916 Extend the AddDefaultCharsetFilter to add a character set when the content type is set via setHeader() or addHeader()

svn commit: r1820140 - in /tomcat/jk/trunk: jkstatus/build.xml native/NOTICE native/common/jk_status.c native/iis/jk_isapi_plugin.c xdocs/style.xsl

2018-01-04 Thread rjung
Author: rjung Date: Thu Jan 4 17:25:22 2018 New Revision: 1820140 URL: http://svn.apache.org/viewvc?rev=1820140=rev Log: Happy New Year 2018 Modified: tomcat/jk/trunk/jkstatus/build.xml tomcat/jk/trunk/native/NOTICE tomcat/jk/trunk/native/common/jk_status.c

svn commit: r1820145 - in /tomcat/tc8.0.x/trunk: ./ java/org/apache/catalina/filters/AddDefaultCharsetFilter.java test/org/apache/catalina/filters/TestAddCharSetFilter.java webapps/docs/changelog.xml

2018-01-04 Thread markt
Author: markt Date: Thu Jan 4 17:29:18 2018 New Revision: 1820145 URL: http://svn.apache.org/viewvc?rev=1820145=rev Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=61916 Extend the AddDefaultCharsetFilter to add a character set when the content type is set via setHeader() or addHeader()

svn commit: r1820147 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/catalina/filters/AddDefaultCharsetFilter.java test/org/apache/catalina/filters/TestAddCharSetFilter.java webapps/docs/changelog.xml

2018-01-04 Thread markt
Author: markt Date: Thu Jan 4 17:31:23 2018 New Revision: 1820147 URL: http://svn.apache.org/viewvc?rev=1820147=rev Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=61916 Extend the AddDefaultCharsetFilter to add a character set when the content type is set via setHeader() or addHeader()

svn commit: r1820143 - in /tomcat/native/trunk: NOTICE build.xml xdocs/style.xsl

2018-01-04 Thread rjung
Author: rjung Date: Thu Jan 4 17:28:38 2018 New Revision: 1820143 URL: http://svn.apache.org/viewvc?rev=1820143=rev Log: Happy New Year 2018 Modified: tomcat/native/trunk/NOTICE tomcat/native/trunk/build.xml tomcat/native/trunk/xdocs/style.xsl Modified: tomcat/native/trunk/NOTICE

[Bug 61916] AddDefaultCharsetFilter wouldn't work when setting response header through response.setHeader()

2018-01-04 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=61916 Mark Thomas changed: What|Removed |Added Resolution|--- |FIXED

svn commit: r1820149 - /tomcat/taglibs/standard/trunk/NOTICE

2018-01-04 Thread rjung
Author: rjung Date: Thu Jan 4 17:34:26 2018 New Revision: 1820149 URL: http://svn.apache.org/viewvc?rev=1820149=rev Log: Happy New Year 2018 Modified: tomcat/taglibs/standard/trunk/NOTICE Modified: tomcat/taglibs/standard/trunk/NOTICE URL:

svn commit: r1820154 - in /tomcat/tc8.5.x/trunk: ./ webapps/docs/changelog.xml webapps/docs/config/resources.xml

2018-01-04 Thread markt
Author: markt Date: Thu Jan 4 17:41:01 2018 New Revision: 1820154 URL: http://svn.apache.org/viewvc?rev=1820154=rev Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=61910 Clarify the meaning of the allowLinking option in the documentation web application. Modified:

svn commit: r1820153 - in /tomcat/trunk/webapps/docs: changelog.xml config/resources.xml

2018-01-04 Thread markt
Author: markt Date: Thu Jan 4 17:40:16 2018 New Revision: 1820153 URL: http://svn.apache.org/viewvc?rev=1820153=rev Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=61910 Clarify the meaning of the allowLinking option in the documentation web application. Modified:

svn commit: r1820155 - in /tomcat/tc8.0.x/trunk: ./ webapps/docs/changelog.xml webapps/docs/config/resources.xml

2018-01-04 Thread markt
Author: markt Date: Thu Jan 4 17:41:44 2018 New Revision: 1820155 URL: http://svn.apache.org/viewvc?rev=1820155=rev Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=61910 Clarify the meaning of the allowLinking option in the documentation web application. Modified:

[Bug 61910] Description for allowLinking is innacurate

2018-01-04 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=61910 Mark Thomas changed: What|Removed |Added Resolution|--- |FIXED

svn commit: r1820156 - in /tomcat/tc7.0.x/trunk: ./ webapps/docs/changelog.xml webapps/docs/config/context.xml

2018-01-04 Thread markt
Author: markt Date: Thu Jan 4 17:43:59 2018 New Revision: 1820156 URL: http://svn.apache.org/viewvc?rev=1820156=rev Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=61910 Clarify the meaning of the allowLinking option in the documentation web application. Modified:

[Bug 57434] Race condition in EL1.0 validation

2018-01-04 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57434 --- Comment #5 from Tomas Hofman --- Sorry for not elaborating before - in fact my main motivation was that currently the parseExpressionString() method can throw a NPE because of the race, which breaks the request

Re: [Git Migration] Review board

2018-01-04 Thread Rémy Maucherat
On Thu, Jan 4, 2018 at 11:29 AM, Mark Thomas wrote: > Happy New Year all! > > This is the first of the per issue e-mails to discuss the issues > associated with migrating from svn to git. > > Some years ago we looked at using review board. It didn't really gain > traction. It

[Bug 57434] Race condition in EL1.0 validation

2018-01-04 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57434 --- Comment #6 from Tomas Hofman --- Linking the JBoss issue for reference: https://issues.jboss.org/browse/JBEE-183 -- You are receiving this mail because: You are the assignee for the bug.