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

2017-12-11 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=61877 --- Comment #6 from Mark Thomas --- (In reply to Christopher Schultz from comment #4) > (In reply to Mark Thomas from comment #1) > > As far as I recall, no configuration files are read from CATALINA_HOME. They > > are always read, and only

[Bug 61880] Tomcat server 5: java process crashing

2017-12-11 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=61880 San changed: What|Removed |Added Status|RESOLVED|REOPENED Resolution|INVALID

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

2017-12-11 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=61886 Bug ID: 61886 Summary: 7.0.83 Calling [asyncComplete()] is not valid for a request with Async state [MUST_COMPLETE] Product: Tomcat 7 Version: trunk Hardware: PC

[Bug 61875] Investigate whether Xalan can be removed

2017-12-11 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=61875 --- Comment #7 from Matthew Broadhead --- i stepped through ForEachTagTest.java line 140 if (tag.doStartTag() == IterationTag.EVAL_BODY_INCLUDE) { seems to take a long time line 142 result = dot.evaluate(tag.getCurrent()); takes virtually no

[Bug 61880] Tomcat server 5: java process crashing

2017-12-11 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=61880 Mark Thomas changed: What|Removed |Added Status|REOPENED|RESOLVED Resolution|---

svn commit: r1817765 - in /tomcat/trunk/java: javax/websocket/WebSocketContainer.java org/apache/tomcat/websocket/WsWebSocketContainer.java

2017-12-11 Thread markt
Author: markt Date: Mon Dec 11 11:17:07 2017 New Revision: 1817765 URL: http://svn.apache.org/viewvc?rev=1817765&view=rev Log: Revert 1816420 Can't change WebSocket API Modified: tomcat/trunk/java/javax/websocket/WebSocketContainer.java tomcat/trunk/java/org/apache/tomcat/websocket/WsWebS

svn commit: r1817766 - in /tomcat/trunk: java/javax/websocket/WebSocketContainer.java java/org/apache/tomcat/websocket/WsWebSocketContainer.java test/org/apache/tomcat/websocket/TestWsWebSocketContain

2017-12-11 Thread markt
Author: markt Date: Mon Dec 11 11:17:44 2017 New Revision: 1817766 URL: http://svn.apache.org/viewvc?rev=1817766&view=rev Log: Revert 1816418 Can't change WebSocket API Modified: tomcat/trunk/java/javax/websocket/WebSocketContainer.java tomcat/trunk/java/org/apache/tomcat/websocket/WsWebS

[Bug 57434] Race condition in EL1.0 validation

2017-12-11 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57434 --- Comment #1 from Tomas Hofman --- This concurrency issue was also hit in EAP/Wildfly. It is an issue even if the library is included inside a web application, e.g. when two different JSPs are requested and evaluated concurrently. Tested wit

[Bug 57434] Race condition in EL1.0 validation

2017-12-11 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57434 --- Comment #2 from Tomas Hofman --- Created attachment 35602 --> https://bz.apache.org/bugzilla/attachment.cgi?id=35602&action=edit Patch -- You are receiving this mail because: You are the assignee for the bug. ---

Re: [VOTE] Release Apache Tomcat 7.0.83

2017-12-11 Thread Konstantin Kolinko
2017-11-30 22:37 GMT+03:00 Violeta Georgieva : > The proposed Apache Tomcat 7.0.83 release is now available for voting. > > It can be obtained from: > https://dist.apache.org/repos/dist/dev/tomcat/tomcat-7/v7.0.83/ > The Maven staging repo is: > https://repository.apache.org/content/repositories/or

svn commit: r1817767 - in /tomcat/tc8.5.x/trunk: ./ java/javax/websocket/WebSocketContainer.java java/org/apache/tomcat/websocket/WsWebSocketContainer.java test/org/apache/tomcat/websocket/TestWsWebSo

2017-12-11 Thread markt
Author: markt Date: Mon Dec 11 11:39:18 2017 New Revision: 1817767 URL: http://svn.apache.org/viewvc?rev=1817767&view=rev Log: Revert 1816419 Can't change WebSocket API Modified: tomcat/tc8.5.x/trunk/ (props changed) tomcat/tc8.5.x/trunk/java/javax/websocket/WebSocketContainer.java

[Bug 61831] NIO2 connector becomes intermittently unresponsive after some period of time

2017-12-11 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=61831 Piotr changed: What|Removed |Added Status|NEEDINFO|RESOLVED Resolution|---

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

2017-12-11 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=61886 Konstantin Kolinko changed: What|Removed |Added OS||All --- Comment #1 from Konstanti

[Bug 61831] NIO2 connector becomes intermittently unresponsive after some period of time

2017-12-11 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=61831 --- Comment #4 from Remy Maucherat --- Ok, maybe. Let us know if you find some elements demonstrating an issue in Tomcat. -- You are receiving this mail because: You are the assignee for the bug. --

Re: [VOTE] Release Apache Tomcat 7.0.83

2017-12-11 Thread Rainer Jung
Hi Konstantin, Am 11.12.2017 um 12:30 schrieb Konstantin Kolinko: ... The following test fails with 8u152, regardless of connector: org.apache.coyote.http11.filters.TestFlushableGZIPOutputStream [[[ Testcase: testBug52121 took 0,025 sec Caused an ERROR invalid code lengths set java.util.zip

Re: [VOTE] Release Apache Tomcat 7.0.83

2017-12-11 Thread Konstantin Kolinko
2017-12-11 15:37 GMT+03:00 Rainer Jung : > Hi Konstantin, > > Am 11.12.2017 um 12:30 schrieb Konstantin Kolinko: > ... >> >> The following test fails with 8u152, regardless of connector: >> org.apache.coyote.http11.filters.TestFlushableGZIPOutputStream >> [[[ >> Testcase: testBug52121 took 0,025 se

Re: [VOTE] Release Apache Tomcat 7.0.83

2017-12-11 Thread Rainer Jung
Am 11.12.2017 um 14:02 schrieb Konstantin Kolinko: 2017-12-11 15:37 GMT+03:00 Rainer Jung : Hi Konstantin, Am 11.12.2017 um 12:30 schrieb Konstantin Kolinko: ... The following test fails with 8u152, regardless of connector: org.apache.coyote.http11.filters.TestFlushableGZIPOutputStream [[[ Te

[Bug 57434] Race condition in EL1.0 validation

2017-12-11 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57434 --- Comment #3 from Jeremy Boynes --- I believe this patch reduces the window for the race but does not fully close it as another thread could still modify the field between when it is set and then read. It would be unlikely due to variable cac

[Bug 57434] Race condition in EL1.0 validation

2017-12-11 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57434 --- Comment #4 from Jeremy Boynes --- The current implementation disables caching while expressions are being validated during the translation process. This has the side effect of disabling the cache for evaluations that occur concurrently i.e.

Re: Migrating to git

2017-12-11 Thread Rémy Maucherat
On Wed, Dec 6, 2017 at 2:54 PM, Mark Thomas wrote: > On 06/12/17 11:30, Mark Thomas wrote: > > On 06/12/17 10:34, Konstantin Kolinko wrote: > > > > >> If the goal is to create a single Git repository from our several ones, > >> my suggestion is to create a repository and pull in the branches fro

Re: Migrating to git

2017-12-11 Thread Mark Thomas
On 11/12/17 15:27, Rémy Maucherat wrote: > On Wed, Dec 6, 2017 at 2:54 PM, Mark Thomas wrote: > >> On 06/12/17 11:30, Mark Thomas wrote: >>> On 06/12/17 10:34, Konstantin Kolinko wrote: >> >> >> If the goal is to create a single Git repository from our several ones, my suggestion is to

svn commit: r1817791 - /tomcat/trunk/webapps/docs/config/listeners.xml

2017-12-11 Thread csutherl
Author: csutherl Date: Mon Dec 11 16:31:45 2017 New Revision: 1817791 URL: http://svn.apache.org/viewvc?rev=1817791&view=rev Log: Follow-up to r1816546 The Listener was removed, removing documentation reference. Modified: tomcat/trunk/webapps/docs/config/listeners.xml Modified: tomcat/trunk

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

2017-12-11 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=61886 --- Comment #2 from Mark Thomas --- I can repeat this. I'm looking into why it happens. The spec is clear about when it is legal to call this method, but unclear as to what to do if it is called illegally. Generally that means the container ca

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

2017-12-11 Thread markt
Author: markt Date: Mon Dec 11 16:53:55 2017 New Revision: 1817792 URL: http://svn.apache.org/viewvc?rev=1817792&view=rev Log: Remove unused code. This protection is not required in 7.0.x since the refactoring that triggered the issue has not be back-ported. Modified: tomcat/tc7.0.x/trunk/ja

svn commit: r1817800 - in /tomcat/tc7.0.x/trunk: java/org/apache/catalina/security/SecurityClassLoad.java webapps/docs/changelog.xml

2017-12-11 Thread markt
Author: markt Date: Mon Dec 11 17:47:03 2017 New Revision: 1817800 URL: http://svn.apache.org/viewvc?rev=1817800&view=rev Log: Pre-load additional classes to prevent SecurityExceptions if the first request received when running under a security manager is an asynchronous servlet. Modified:

svn commit: r1817801 - /tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml

2017-12-11 Thread markt
Author: markt Date: Mon Dec 11 17:49:14 2017 New Revision: 1817801 URL: http://svn.apache.org/viewvc?rev=1817801&view=rev Log: This appears to be the root cause of BZ 61886 Modified: tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml Modified: tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml URL

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

2017-12-11 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=61886 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

Re: svn commit: r1817800 - in /tomcat/tc7.0.x/trunk: java/org/apache/catalina/security/SecurityClassLoad.java webapps/docs/changelog.xml

2017-12-11 Thread Christopher Schultz
Mark, On 12/11/17 12:47 PM, ma...@apache.org wrote: > Author: markt > Date: Mon Dec 11 17:47:03 2017 > New Revision: 1817800 > > URL: http://svn.apache.org/viewvc?rev=1817800&view=rev > Log: > Pre-load additional classes to prevent SecurityExceptions if the first > request received when running

Re: svn commit: r1817800 - in /tomcat/tc7.0.x/trunk: java/org/apache/catalina/security/SecurityClassLoad.java webapps/docs/changelog.xml

2017-12-11 Thread Mark Thomas
On 11/12/17 18:05, Christopher Schultz wrote: > Mark, > > On 12/11/17 12:47 PM, ma...@apache.org wrote: >> Author: markt >> Date: Mon Dec 11 17:47:03 2017 >> New Revision: 1817800 >> >> URL: http://svn.apache.org/viewvc?rev=1817800&view=rev >> Log: >> Pre-load additional classes to prevent Securit

Re: Migrating to git

2017-12-11 Thread Mark Thomas
On 11/12/17 16:24, Mark Thomas wrote: > On 11/12/17 15:27, Rémy Maucherat wrote: >> Do we get a "demo" repo to see the result ? > > Because the plan above starts with the existing git mirror when we do > decide to migrate it will be directly on the live repo. However, I'm > happy to pull togeth

Re: [VOTE] Release Apache Tomcat 8.0.48

2017-12-11 Thread Violeta Georgieva
2017-11-30 19:19 GMT+02:00 Violeta Georgieva : > > The proposed Apache Tomcat 8.0.48 release is now available for voting. > > It can be obtained from: > https://dist.apache.org/repos/dist/dev/tomcat/tomcat-8/v8.0.48/ > The Maven staging repo is: > https://repository.apache.org/content/repositories/

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

2017-12-11 Thread Violeta Georgieva
Hi, 2017-11-30 19:19 GMT+02:00 Violeta Georgieva : > > The proposed Apache Tomcat 8.0.48 release is now available for voting. > > It can be obtained from: > https://dist.apache.org/repos/dist/dev/tomcat/tomcat-8/v8.0.48/ > The Maven staging repo is: > https://repository.apache.org/content/reposito

Re: Migrating to git

2017-12-11 Thread Rémy Maucherat
On Mon, Dec 11, 2017 at 10:28 PM, Mark Thomas wrote: > On 11/12/17 16:24, Mark Thomas wrote: > > On 11/12/17 15:27, Rémy Maucherat wrote: > > > > >> Do we get a "demo" repo to see the result ? > > > > Because the plan above starts with the existing git mirror when we do > > decide to migrate it

svn commit: r23598 - /dev/tomcat/tomcat-8/v8.0.48/ /release/tomcat/tomcat-8/v8.0.48/

2017-12-11 Thread violetagg
Author: violetagg Date: Tue Dec 12 07:02:08 2017 New Revision: 23598 Log: Release 8.0.48 Added: release/tomcat/tomcat-8/v8.0.48/ - copied from r23597, dev/tomcat/tomcat-8/v8.0.48/ Removed: dev/tomcat/tomcat-8/v8.0.48/ ---

svn commit: r1817884 - /tomcat/tc8.0.x/trunk/webapps/docs/changelog.xml

2017-12-11 Thread violetagg
Author: violetagg Date: Tue Dec 12 07:14:41 2017 New Revision: 1817884 URL: http://svn.apache.org/viewvc?rev=1817884&view=rev Log: Update the release date for 8.0.48 Modified: tomcat/tc8.0.x/trunk/webapps/docs/changelog.xml Modified: tomcat/tc8.0.x/trunk/webapps/docs/changelog.xml URL: http

Re: [CANCEL][VOTE] Release Apache Tomcat 7.0.83

2017-12-11 Thread Violeta Georgieva
Hi, 2017-11-30 21:37 GMT+02:00 Violeta Georgieva : > > The proposed Apache Tomcat 7.0.83 release is now available for voting. > > It can be obtained from: > https://dist.apache.org/repos/dist/dev/tomcat/tomcat-7/v7.0.83/ > The Maven staging repo is: > https://repository.apache.org/content/reposito

svn commit: r1817885 - /tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml

2017-12-11 Thread violetagg
Author: violetagg Date: Tue Dec 12 07:25:21 2017 New Revision: 1817885 URL: http://svn.apache.org/viewvc?rev=1817885&view=rev Log: 7.0.83 did not pass the vote Modified: tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml Modified: tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml URL: http://svn

svn commit: r23599 - /dev/tomcat/tomcat-7/v7.0.83/

2017-12-11 Thread violetagg
Author: violetagg Date: Tue Dec 12 07:26:45 2017 New Revision: 23599 Log: Tomcat 7.0.83 did not pass the vote Removed: dev/tomcat/tomcat-7/v7.0.83/ - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional