[Bug 57251] WAR deployment unbelievably slow when unpackWARs=false

2015-01-26 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=57251 --- Comment #7 from Francisco A. Lozano --- Correction: - Tomcat 8 deployment speed with unpackWARs="false": 24-26 seconds. - Tomcat 8 deployment speed with unpackWARs="true": 5-6 seconds. - Tomcat 7 deployment speed with unpackWARS="false

[Bug 57251] WAR deployment unbelievably slow when unpackWARs=false

2015-01-26 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=57251 --- Comment #6 from Francisco A. Lozano --- Apologies for my poor usage of English with regard to the word "stalled" - you're right, it doesn't stop at all, just takes a lot of time. I've prepared a WAR file which shows the issue. https:/

Re: [VOTE] Release Apache Taglibs 1.2.2

2015-01-26 Thread Jeremy Boynes
On Jan 26, 2015, at 9:17 AM, Jeremy Boynes wrote: > > The proposed 1.2.2 release is: > [ ] Broken - do not release > [X] Stable - go ahead and release as 1.2.2 Stable JSTL TCK passed in the following environment: Mac OSX 10.10.1 Java 1.7.0_75 Apache Tomcat 7.0.57 Apache Xalan 2.7.1 with the fol

svn commit: r1654978 - in /tomcat/trunk/java/org/apache/tomcat/util/net/jsse: JSSESocketFactory.java res/LocalStrings.properties

2015-01-26 Thread fschumacher
Author: fschumacher Date: Tue Jan 27 05:54:24 2015 New Revision: 1654978 URL: http://svn.apache.org/r1654978 Log: Remove variable name substitution from log format string as it is hard to localize. Modified: tomcat/trunk/java/org/apache/tomcat/util/net/jsse/JSSESocketFactory.java tomcat/

[Bug 57472] performance (classloader?) problems with signed jars in WEB-INF/lib

2015-01-26 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=57472 --- Comment #5 from Mark Thomas --- That is sort of what Tomcat 7 does. I think I can port the openJars / closeJars from Tomcat 7's WebappClassLoader to Tomcat 8's resources implementation. -- You are receiving this mail because: You are

Re: svn commit: r1654487 - in /tomcat/tc8.0.x/trunk: build.properties.default res/maven/mvn.properties.default webapps/docs/changelog.xml

2015-01-26 Thread Christopher Schultz
Mark, Mark, On 1/26/15 2:41 PM, Mark Thomas wrote: > On 26/01/2015 15:31, Christopher Schultz wrote: >> Mark, >> >> On 1/26/15 3:31 AM, Mark Thomas wrote: >>> On 24/01/2015 19:21, Konstantin Kolinko wrote: 2015-01-24 13:00 GMT+03:00 : > Author: markt > Date: Sat Jan 24 10:00:32 2015

[Bug 57472] performance (classloader?) problems with signed jars in WEB-INF/lib

2015-01-26 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=57472 --- Comment #4 from Christopher Schultz --- Maybe a ThreadLocal list of JARs to close? Presumably, the ClassLoader is going to load a whole bunch of classes from these JAR files at once; probably the first time some feature/group of classe

Re: regression in 8.0.18?

2015-01-26 Thread Romain Manni-Bucau
>From 8.0.15, sorry forgot to mention it Romain Manni-Bucau @rmannibucau http://www.tomitribe.com http://rmannibucau.wordpress.com https://github.com/rmannibucau 2015-01-26 20:46 GMT+01:00 Mark Thomas : > On 26/01/2015 18:17, Romain Manni-Bucau wrote: >> Hi guys, >> >> since I upgraded to 8.0.1

Re: regression in 8.0.18?

2015-01-26 Thread Mark Thomas
On 26/01/2015 18:17, Romain Manni-Bucau wrote: > Hi guys, > > since I upgraded to 8.0.18 I get: from what? That code hasn't changed 8.0.17 -> 8.0.18 (I don't think) but it did change in a previous version. Mark > > SEVERE: Servlet.service() for servlet [jsp] in context with path > [/test] thr

[Bug 57251] WAR deployment unbelievably slow when unpackWARs=false

2015-01-26 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=57251 --- Comment #5 from Mark Thomas --- Stalled suggests that the strtup stops which doesn't appear to be the case. A web application that demonstrated the issue would be a big help. -- You are receiving this mail because: You are the assign

Re: svn commit: r1654487 - in /tomcat/tc8.0.x/trunk: build.properties.default res/maven/mvn.properties.default webapps/docs/changelog.xml

2015-01-26 Thread Mark Thomas
On 26/01/2015 15:31, Christopher Schultz wrote: > Mark, > > On 1/26/15 3:31 AM, Mark Thomas wrote: >> On 24/01/2015 19:21, Konstantin Kolinko wrote: >>> 2015-01-24 13:00 GMT+03:00 : Author: markt Date: Sat Jan 24 10:00:32 2015 New Revision: 1654487 URL: http://svn.apache.

Re: svn commit: r1654852 - in /tomcat/trunk/java/org/apache: catalina/servlets/CGIServlet.java catalina/servlets/DefaultServlet.java tomcat/util/net/jsse/JSSESocketFactory.java tomcat/util/net/jsse/re

2015-01-26 Thread Felix Schumacher
Am 26. Januar 2015 20:12:09 MEZ, schrieb Konstantin Kolinko : >2015-01-26 21:05 GMT+03:00 : >> Author: fschumacher >> Date: Mon Jan 26 18:05:06 2015 >> New Revision: 1654852 >> >> URL: http://svn.apache.org/r1654852 >> Log: >> Log failure to close a resource instead of ignoring it silently. >>

[Bug 57472] performance (classloader?) problems with signed jars in WEB-INF/lib

2015-01-26 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=57472 --- Comment #3 from Mark Thomas --- I can confirm that it is JAR verification that is causing the slow down. The way to avoid that is to keep the JAR open for the life of the web application. However, that causes a catch-22 problem. Keepin

Re: svn commit: r1654852 - in /tomcat/trunk/java/org/apache: catalina/servlets/CGIServlet.java catalina/servlets/DefaultServlet.java tomcat/util/net/jsse/JSSESocketFactory.java tomcat/util/net/jsse/re

2015-01-26 Thread Konstantin Kolinko
2015-01-26 21:05 GMT+03:00 : > Author: fschumacher > Date: Mon Jan 26 18:05:06 2015 > New Revision: 1654852 > > URL: http://svn.apache.org/r1654852 > Log: > Log failure to close a resource instead of ignoring it silently. > > Modified: > tomcat/trunk/java/org/apache/catalina/servlets/CGIServle

regression in 8.0.18?

2015-01-26 Thread Romain Manni-Bucau
Hi guys, since I upgraded to 8.0.18 I get: SEVERE: Servlet.service() for servlet [jsp] in context with path [/test] threw exception [javax.el.ELException: The class [java.util.Iterator] must be public, non-abstract and not an interface] with root cause javax.el.ELException: The class [java.util.I

Re: svn commit: r1654524 - /tomcat/trunk/java/org/apache/catalina/servlets/CGIServlet.java

2015-01-26 Thread Felix Schumacher
Am 26.01.2015 um 09:28 schrieb Mark Thomas: On 25/01/2015 22:57, Christopher Schultz wrote: Felix, On 1/24/15 2:33 PM, Felix Schumacher wrote: Am 24.01.2015 um 17:13 schrieb Christopher Schultz: Felix, On 1/24/15 9:42 AM, fschumac...@apache.org wrote: Author: fschumacher Date: Sat Jan 24 14

svn commit: r1654852 - in /tomcat/trunk/java/org/apache: catalina/servlets/CGIServlet.java catalina/servlets/DefaultServlet.java tomcat/util/net/jsse/JSSESocketFactory.java tomcat/util/net/jsse/res/Lo

2015-01-26 Thread fschumacher
Author: fschumacher Date: Mon Jan 26 18:05:06 2015 New Revision: 1654852 URL: http://svn.apache.org/r1654852 Log: Log failure to close a resource instead of ignoring it silently. Modified: tomcat/trunk/java/org/apache/catalina/servlets/CGIServlet.java tomcat/trunk/java/org/apache/catalina

svn commit: r1654851 - /tomcat/trunk/java/org/apache/catalina/authenticator/DigestAuthenticator.java

2015-01-26 Thread fschumacher
Author: fschumacher Date: Mon Jan 26 18:02:11 2015 New Revision: 1654851 URL: http://svn.apache.org/r1654851 Log: Remove volatile from variables, as it is misleading. All variables, that are mutable and read/written from different threads are only modified/read within a synchronized block. All oth

[Bug 57503] New: Log4J Logging Information Incomplete

2015-01-26 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=57503 Bug ID: 57503 Summary: Log4J Logging Information Incomplete Product: Tomcat 8 Version: trunk Hardware: PC Status: NEW Severity: normal Priority: P2

[VOTE] Release Apache Taglibs 1.2.2

2015-01-26 Thread Jeremy Boynes
The proposed Apache Taglibs 1.2.2 release is now available for voting. It can be obtained from: https://dist.apache.org/repos/dist/dev/tomcat/taglibs/taglibs-standard-1.2.2/ The Maven staging repo is: https://repository.apache.org/content/repositories/orgapachetomcat-1032/ The SVN tag is:

[Bug 57251] WAR deployment unbelievably slow when unpackWARs=false

2015-01-26 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=57251 --- Comment #4 from Francisco A. Lozano --- I've collected several stack-traces during slow startup times and, when the startup gets "stalled", the stacks look like this: "localhost-startStop-1" #15 daemon prio=5 os_prio=0 tid=0x01

svn commit: r1654844 - in /tomcat/taglibs/standard/trunk: build-tools/pom.xml compat/pom.xml impl/pom.xml jstlel/pom.xml pom.xml spec/pom.xml

2015-01-26 Thread jboynes
Author: jboynes Date: Mon Jan 26 16:58:24 2015 New Revision: 1654844 URL: http://svn.apache.org/r1654844 Log: [maven-release-plugin] prepare release taglibs-standard-1.2.2 Modified: tomcat/taglibs/standard/trunk/build-tools/pom.xml tomcat/taglibs/standard/trunk/compat/pom.xml tomcat/t

svn commit: r1654846 - in /tomcat/taglibs/standard/trunk: build-tools/pom.xml compat/pom.xml impl/pom.xml jstlel/pom.xml pom.xml spec/pom.xml

2015-01-26 Thread jboynes
Author: jboynes Date: Mon Jan 26 16:58:27 2015 New Revision: 1654846 URL: http://svn.apache.org/r1654846 Log: [maven-release-plugin] prepare for next development iteration Modified: tomcat/taglibs/standard/trunk/build-tools/pom.xml tomcat/taglibs/standard/trunk/compat/pom.xml tomcat/t

svn commit: r1654845 - /tomcat/taglibs/standard/tags/taglibs-standard-1.2.2/

2015-01-26 Thread jboynes
Author: jboynes Date: Mon Jan 26 16:58:26 2015 New Revision: 1654845 URL: http://svn.apache.org/r1654845 Log: [maven-release-plugin] copy for tag taglibs-standard-1.2.2 Added: tomcat/taglibs/standard/tags/taglibs-standard-1.2.2/ - copied from r1654844, tomcat/taglibs/standard/trunk/

[Bug 57251] WAR deployment unbelievably slow when unpackWARs=false

2015-01-26 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=57251 Francisco A. Lozano changed: What|Removed |Added Version|8.0.15 |8.0.17 --- Comment #3 from F

[Bug 57251] WAR deployment unbelievably slow when unpackWARs=false

2015-01-26 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=57251 Francisco A. Lozano changed: What|Removed |Added Status|RESOLVED|REOPENED Resolution|

[Bug 57251] WAR deployment unbelievably slow when unpackWARs=false

2015-01-26 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=57251 --- Comment #2 from Francisco A. Lozano --- I can see the "EOF" error is duplicate of 57173, but - is the deployment speed also? To me it looks like there is a speed-related regression between 8 and 7. I have an app which is webapp-3.0, wi

[Bug 57497] JARs of lib folder not loaded into classpath, getting ClassNotFoundException

2015-01-26 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=57497 --- Comment #4 from Chuck Caldarale --- (In reply to udariramesh from comment #3) > I am bit confused with your comment. Could you please brief me your > suggestion. I did not understand your comment "Please use tomcat users > list". How ca

svn commit: r1654835 - /tomcat/taglibs/standard/trunk/CHANGES.txt

2015-01-26 Thread jboynes
Author: jboynes Date: Mon Jan 26 16:02:32 2015 New Revision: 1654835 URL: http://svn.apache.org/r1654835 Log: Update change list Modified: tomcat/taglibs/standard/trunk/CHANGES.txt Modified: tomcat/taglibs/standard/trunk/CHANGES.txt URL: http://svn.apache.org/viewvc/tomcat/taglibs/standard/

Re: Release of Apache Taglibs

2015-01-26 Thread Jeremy Boynes
On Jan 8, 2015, at 9:26 PM, Jeremy Boynes wrote: > > On Jan 8, 2015, at 1:42 PM, Konstantin Kolinko wrote: >> >> 2015-01-08 9:42 GMT+03:00 Jeremy Boynes : >>> I made a couple of minor improvements to Apache Taglibs last year related >>> to XML parsing and to how we load libraries (it now uses

[Bug 57497] JARs of lib folder not loaded into classpath, getting ClassNotFoundException

2015-01-26 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=57497 --- Comment #3 from udariram...@gmail.com --- Hi Violeta, I am bit confused with your comment. Could you please brief me your suggestion. I did not understand your comment "Please use tomcat users list". How can i use tomcat users list. Re

[Bug 57496] Hard-coded URL in SVG example

2015-01-26 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=57496 Christopher Schultz changed: What|Removed |Added OS||All --- Comment #1 from Chri

Re: svn commit: r1654487 - in /tomcat/tc8.0.x/trunk: build.properties.default res/maven/mvn.properties.default webapps/docs/changelog.xml

2015-01-26 Thread Christopher Schultz
Mark, On 1/26/15 3:31 AM, Mark Thomas wrote: > On 24/01/2015 19:21, Konstantin Kolinko wrote: >> 2015-01-24 13:00 GMT+03:00 : >>> Author: markt >>> Date: Sat Jan 24 10:00:32 2015 >>> New Revision: 1654487 >>> >>> URL: http://svn.apache.org/r1654487 >>> Log: >>> Prep for next tag >>> >>> Modified:

svn commit: r1654823 - in /tomcat/tc7.0.x/trunk: build.properties.default res/maven/mvn.properties.default

2015-01-26 Thread violetagg
Author: violetagg Date: Mon Jan 26 14:56:30 2015 New Revision: 1654823 URL: http://svn.apache.org/r1654823 Log: Prep for next version Modified: tomcat/tc7.0.x/trunk/build.properties.default tomcat/tc7.0.x/trunk/res/maven/mvn.properties.default Modified: tomcat/tc7.0.x/trunk/build.propert

[VOTE] Release Apache Tomcat 7.0.58

2015-01-26 Thread Violeta Georgieva
The proposed Apache Tomcat 7.0.58 release is now available for voting. It can be obtained from: https://dist.apache.org/repos/dist/dev/tomcat/tomcat-7/v7.0.58/ The Maven staging repo is: https://repository.apache.org/content/repositories/orgapachetomcat-1031/ The svn tag is: http://svn.apache.org/

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

2015-01-26 Thread markt
Author: markt Date: Mon Jan 26 13:44:57 2015 New Revision: 1654800 URL: http://svn.apache.org/r1654800 Log: Vote passed a few minutes ago Modified: tomcat/tc8.0.x/trunk/webapps/docs/changelog.xml Modified: tomcat/tc8.0.x/trunk/webapps/docs/changelog.xml URL: http://svn.apache.org/viewvc/tom

svn commit: r1654794 - in /tomcat/tc7.0.x/tags/TOMCAT_7_0_58: ./ build.properties.default

2015-01-26 Thread violetagg
Author: violetagg Date: Mon Jan 26 13:32:56 2015 New Revision: 1654794 URL: http://svn.apache.org/r1654794 Log: Tag 7.0.58 Added: tomcat/tc7.0.x/tags/TOMCAT_7_0_58/ (props changed) - copied from r1654791, tomcat/tc7.0.x/trunk/ Modified: tomcat/tc7.0.x/tags/TOMCAT_7_0_58/build.prop

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

2015-01-26 Thread Mark Thomas
The following votes were cast: Binding: +1: markt, remm, jfarcand, schultz, kfujino, violetagg, kkolinko Non-binding: +1: fschumacher, Martin Grigorov The vote therefore passes. I'll update dist.a.o etc now and announce once the mirrors catch up (probably tomorrow). Mark -

[Bug 57489] java.util.concurrent.ExecutionException: java.io.IOException: Key must be cancelled

2015-01-26 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=57489 --- Comment #2 from Mark Thomas --- I've added some debig logging to trunk, 8.0.x (for 8.0.19 onwards) and 7.0.x (for 7.0.58 onwards). Any further information you can provide as to what is going on would be very helpful. -- You are receiv

svn commit: r1654788 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/tomcat/websocket/LocalStrings.properties java/org/apache/tomcat/websocket/WsSession.java webapps/docs/changelog.xml

2015-01-26 Thread markt
Author: markt Date: Mon Jan 26 13:19:11 2015 New Revision: 1654788 URL: http://svn.apache.org/r1654788 Log: Add some debug logging to the WebSocket session to track creation and closure Modified: tomcat/tc7.0.x/trunk/ (props changed) tomcat/tc7.0.x/trunk/java/org/apache/tomcat/websocke

svn commit: r1654787 - in /tomcat/tc8.0.x/trunk: ./ java/org/apache/tomcat/websocket/LocalStrings.properties java/org/apache/tomcat/websocket/WsSession.java webapps/docs/changelog.xml

2015-01-26 Thread markt
Author: markt Date: Mon Jan 26 13:12:32 2015 New Revision: 1654787 URL: http://svn.apache.org/r1654787 Log: Add some debug logging to the WebSocket session to track creation and closure Modified: tomcat/tc8.0.x/trunk/ (props changed) tomcat/tc8.0.x/trunk/java/org/apache/tomcat/websocke

svn commit: r1654785 - in /tomcat/trunk/java/org/apache/tomcat/websocket: LocalStrings.properties WsSession.java

2015-01-26 Thread markt
Author: markt Date: Mon Jan 26 13:10:54 2015 New Revision: 1654785 URL: http://svn.apache.org/r1654785 Log: Add some debug logging to the WebSocket session to track creation and closure Modified: tomcat/trunk/java/org/apache/tomcat/websocket/LocalStrings.properties tomcat/trunk/java/org/a

[Bug 57497] JARs of lib folder not loaded into classpath, getting ClassNotFoundException

2015-01-26 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=57497 Violeta Georgieva changed: What|Removed |Added Status|NEW |RESOLVED Resolution|--

[Bug 57489] java.util.concurrent.ExecutionException: java.io.IOException: Key must be cancelled

2015-01-26 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=57489 Mark Thomas changed: What|Removed |Added OS||All --- Comment #1 from Mark Thomas

[Bug 57497] JARs of lib folder not loaded into classpath, getting ClassNotFoundException

2015-01-26 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=57497 udariram...@gmail.com changed: What|Removed |Added CC||udariram...@gmail.com -- Y

[Bug 57497] JARs of lib folder not loaded into classpath, getting ClassNotFoundException

2015-01-26 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=57497 udariram...@gmail.com changed: What|Removed |Added OS||All --- Comment #1 from uda

[Bug 57497] New: JARs of lib folder not loaded into classpath, getting ClassNotFoundException

2015-01-26 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=57497 Bug ID: 57497 Summary: JARs of lib folder not loaded into classpath, getting ClassNotFoundException Product: Tomcat 7 Version: 7.0.55 Hardware: All Status

svn propchange: r1654768 - svn:log

2015-01-26 Thread markt
Author: markt Revision: 1654768 Modified property: svn:log Modified: svn:log at Mon Jan 26 11:28:58 2015 -- --- svn:log (original) +++ svn:log Mon Jan 26 11:28:58 2015 @@ -0,0 +1,3 @@ +Fix https://issues.apache.org/bugzill

[Bug 57490] Websocket client cannot connect from Tomcat servlet with a SecurityManager in place

2015-01-26 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=57490 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

svn commit: r1654768 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/tomcat/websocket/AsyncChannelGroupUtil.java webapps/docs/changelog.xml

2015-01-26 Thread markt
Author: markt Date: Mon Jan 26 11:27:29 2015 New Revision: 1654768 URL: http://svn.apache.org/r1654768 Log: (empty) Modified: tomcat/tc7.0.x/trunk/ (props changed) tomcat/tc7.0.x/trunk/java/org/apache/tomcat/websocket/AsyncChannelGroupUtil.java tomcat/tc7.0.x/trunk/webapps/docs/cha

svn commit: r1654767 - in /tomcat/tc8.0.x/trunk: ./ java/org/apache/tomcat/websocket/AsyncChannelGroupUtil.java webapps/docs/changelog.xml

2015-01-26 Thread markt
Author: markt Date: Mon Jan 26 11:25:14 2015 New Revision: 1654767 URL: http://svn.apache.org/r1654767 Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=57490 Make it possible to use Tomcat's WebSocket client within a web application when running under a SecurityManager. Based on a patc

svn commit: r1654766 - /tomcat/trunk/java/org/apache/tomcat/websocket/AsyncChannelGroupUtil.java

2015-01-26 Thread markt
Author: markt Date: Mon Jan 26 11:22:36 2015 New Revision: 1654766 URL: http://svn.apache.org/r1654766 Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=57490 Make it possible to use Tomcat's WebSocket client within a web application when running under a SecurityManager. Based on a patc

[Bug 57490] Websocket client cannot connect from Tomcat servlet with a SecurityManager in place

2015-01-26 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=57490 --- Comment #2 from Mark Thomas --- I do see this in Windows. I'll take a look at your patch. -- You are receiving this mail because: You are the assignee for the bug. -

[Bug 57490] Websocket client cannot connect from Tomcat servlet with a SecurityManager in place

2015-01-26 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=57490 Mark Thomas changed: What|Removed |Added OS||All --- Comment #1 from Mark Thomas

[Bug 57496] New: Hard-coded URL in SVG example

2015-01-26 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=57496 Bug ID: 57496 Summary: Hard-coded URL in SVG example Product: Tomcat 8 Version: 8.0.17 Hardware: PC Status: NEW Severity: minor Priority: P2 Comp

Re: [VOTE] Release Apache Tomcat 8.0.18

2015-01-26 Thread Konstantin Kolinko
2015-01-23 16:09 GMT+03:00 Mark Thomas : > The proposed Apache Tomcat 8.0.18 release is now available for voting. > > > The proposed 8.0.18 release is: > [ ] Broken - do not release > [x] Stable - go ahead and release as 8.0.18 Unit tests passed (BIO, NIO, NIO2, APR). Reproducer for bug 57476 OK.

Re: DigestAuthenticator and volatile variables in NonceInfo

2015-01-26 Thread Mark Thomas
On 24/01/2015 20:11, Felix Schumacher wrote: > Hi all, > > I looked at the coverity issue 86588 and it says, that the volatile > variable seen[] is unsafe, because only the reference is volatile and > not not the array elements. > > After a closer look, I am convinced, that all variables in that

Re: svn commit: r1654487 - in /tomcat/tc8.0.x/trunk: build.properties.default res/maven/mvn.properties.default webapps/docs/changelog.xml

2015-01-26 Thread Mark Thomas
On 24/01/2015 19:21, Konstantin Kolinko wrote: > 2015-01-24 13:00 GMT+03:00 : >> Author: markt >> Date: Sat Jan 24 10:00:32 2015 >> New Revision: 1654487 >> >> URL: http://svn.apache.org/r1654487 >> Log: >> Prep for next tag >> >> Modified: >> tomcat/tc8.0.x/trunk/build.properties.default >>

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

2015-01-26 Thread markt
Author: markt Date: Mon Jan 26 08:30:31 2015 New Revision: 1654738 URL: http://svn.apache.org/r1654738 Log: Fix typo Modified: tomcat/tc8.0.x/trunk/webapps/docs/changelog.xml Modified: tomcat/tc8.0.x/trunk/webapps/docs/changelog.xml URL: http://svn.apache.org/viewvc/tomcat/tc8.0.x/trunk/web

Re: svn commit: r1654524 - /tomcat/trunk/java/org/apache/catalina/servlets/CGIServlet.java

2015-01-26 Thread Mark Thomas
On 25/01/2015 22:57, Christopher Schultz wrote: > Felix, > > On 1/24/15 2:33 PM, Felix Schumacher wrote: >> Am 24.01.2015 um 17:13 schrieb Christopher Schultz: >>> Felix, >>> >>> On 1/24/15 9:42 AM, fschumac...@apache.org wrote: Author: fschumacher Date: Sat Jan 24 14:42:27 2015 New

svn commit: r1654737 - in /tomcat/tc7.0.x/trunk: ./ webapps/docs/changelog.xml webapps/docs/config/ajp.xml webapps/docs/config/http.xml

2015-01-26 Thread kkolinko
Author: kkolinko Date: Mon Jan 26 08:13:57 2015 New Revision: 1654737 URL: http://svn.apache.org/r1654737 Log: Clarify behaviour of useBodyEncodingForURI attribute and its relation to URIEncoding. Merged r1654736 from tomcat/tc8.0.x/trunk (r1654735 from tomcat/trunk). Modified: tomcat/tc7.0

svn commit: r1654736 - in /tomcat/tc8.0.x/trunk: ./ webapps/docs/changelog.xml webapps/docs/config/ajp.xml webapps/docs/config/http.xml

2015-01-26 Thread kkolinko
Author: kkolinko Date: Mon Jan 26 08:09:12 2015 New Revision: 1654736 URL: http://svn.apache.org/r1654736 Log: Clarify behaviour of useBodyEncodingForURI attribute and its relation to URIEncoding. Merged r1654735 from tomcat/trunk. Modified: tomcat/tc8.0.x/trunk/ (props changed) tomcat

Re: [VOTE] Release Apache Tomcat 8.0.18

2015-01-26 Thread Martin Grigorov
On Fri, Jan 23, 2015 at 3:09 PM, Mark Thomas wrote: > The proposed Apache Tomcat 8.0.18 release is now available for voting. > > The main changes since 8.0.17 are: > - Fix a regression that resulted in truncated responses for > forwarded responses larger than the output buffer > > There is also