Re: Heads up on OpenSSL vulnerability

2015-07-09 Thread jean-frederic clere
On 07/07/2015 10:53 AM, Mark Thomas wrote: FYI https://mta.openssl.org/pipermail/openssl-announce/2015-July/37.html We might need to point Windows users to this: http://wiki.apache.org/tomcat/BuildTcNativeWin until we can get an updated build out (assuming the issue affects us). It is

Re: svn commit: r1690035 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/catalina/ant/ java/org/apache/catalina/ha/deploy/ webapps/docs/

2015-07-09 Thread Violeta Georgieva
2015-07-09 15:56 GMT+03:00 Konstantin Kolinko knst.koli...@gmail.com: 2015-07-09 15:29 GMT+03:00 Violeta Georgieva miles...@gmail.com: Hi, 2015-07-09 14:50 GMT+03:00 Konstantin Kolinko knst.koli...@gmail.com: 2015-07-09 12:06 GMT+03:00 violet...@apache.org: Author: violetagg

[Bug 58119] New: Compiled tags are not put in correct directory

2015-07-09 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58119 Bug ID: 58119 Summary: Compiled tags are not put in correct directory Product: Tomcat 8 Version: trunk Hardware: PC Status: NEW Severity: regression

svn commit: r1690011 - in /tomcat/trunk/java/org/apache/catalina: ant/ValidatorTask.java ha/deploy/FarmWarDeployer.java

2015-07-09 Thread violetagg
Author: violetagg Date: Thu Jul 9 08:08:24 2015 New Revision: 1690011 URL: http://svn.apache.org/r1690011 Log: Fix possible resource leaks by closing streams properly. Issues reported by Coverity Scan. Modified: tomcat/trunk/java/org/apache/catalina/ant/ValidatorTask.java

svn commit: r1690014 - in /tomcat/tc8.0.x/trunk: ./ java/org/apache/catalina/ant/ValidatorTask.java java/org/apache/catalina/ha/deploy/FarmWarDeployer.java webapps/docs/changelog.xml

2015-07-09 Thread violetagg
Author: violetagg Date: Thu Jul 9 08:18:32 2015 New Revision: 1690014 URL: http://svn.apache.org/r1690014 Log: Merged revision 1690011 from tomcat/trunk: Fix possible resource leaks by closing streams properly. Issues reported by Coverity Scan. Modified: tomcat/tc8.0.x/trunk/ (props

[GUMP@vmgump]: Project tomcat-tc8.0.x-test-bio (in module tomcat-8.0.x) failed

2015-07-09 Thread Bill Barker
-SNAPSHOT.jar -Dobjenesis.jar=/srv/gump/public/workspace/objenesis/main/target/objenesis-2.2-SNAPSHOT.jar -Dtest.reports=output/logs-BIO -Dtomcat-native.tar.gz=/srv/gump/public/workspace/apache-commons/daemon/dist/bin/commons-daemon-20150709-native-src.tar.gz -Dexamples.sources.skip=true

svn commit: r1690035 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/catalina/ant/ java/org/apache/catalina/ha/deploy/ webapps/docs/

2015-07-09 Thread violetagg
Author: violetagg Date: Thu Jul 9 09:06:25 2015 New Revision: 1690035 URL: http://svn.apache.org/r1690035 Log: Merged revisions 1690011, 1690021 from tomcat/trunk: Fix possible resource leaks by closing streams properly. Issues reported by Coverity Scan. Modified: tomcat/tc7.0.x/trunk/

[GUMP@vmgump]: Project tomcat-tc8.0.x-test-apr (in module tomcat-8.0.x) failed

2015-07-09 Thread Bill Barker
-SNAPSHOT.jar -Dobjenesis.jar=/srv/gump/public/workspace/objenesis/main/target/objenesis-2.2-SNAPSHOT.jar -Dtest.reports=output/logs-APR -Dtomcat-native.tar.gz=/srv/gump/public/workspace/apache-commons/daemon/dist/bin/commons-daemon-20150709-native-src.tar.gz -Dexamples.sources.skip=true

svn commit: r1690056 - in /tomcat/tc7.0.x/trunk: ./ test/org/apache/catalina/ant/TestDeployTask.java

2015-07-09 Thread violetagg
Author: violetagg Date: Thu Jul 9 10:36:32 2015 New Revision: 1690056 URL: http://svn.apache.org/r1690056 Log: Merged revision 1690054 from tomcat/trunk: Fix GUMP build Modified: tomcat/tc7.0.x/trunk/ (props changed)

svn commit: r1690055 - in /tomcat/tc8.0.x/trunk: ./ test/org/apache/catalina/ant/TestDeployTask.java

2015-07-09 Thread violetagg
Author: violetagg Date: Thu Jul 9 10:35:57 2015 New Revision: 1690055 URL: http://svn.apache.org/r1690055 Log: Merged revision 1690054 from tomcat/trunk: Fix GUMP build Modified: tomcat/tc8.0.x/trunk/ (props changed)

[Bug 57281] Tomcat fails to call method of non-public filter class configured via Servlet 3.0 API when running with SecurityManager

2015-07-09 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57281 --- Comment #5 from Johno Crawford jo...@sulake.com --- Unfortunately the fix for this issue caused a regression with Comet servlets, I opened a new bug with all the details and proposed patch

[Bug 58116] [PATCH] Running with SecurityManager: CometProcessor servlets throw NoSuchMethodException

2015-07-09 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58116 Johno Crawford jo...@sulake.com changed: What|Removed |Added Hardware|PC |All

svn commit: r1690021 - /tomcat/trunk/java/org/apache/catalina/ant/DeployTask.java

2015-07-09 Thread violetagg
Author: violetagg Date: Thu Jul 9 08:34:04 2015 New Revision: 1690021 URL: http://svn.apache.org/r1690021 Log: Close the stream when there is an exception otherwise keep it opened, it will be closed later. Modified: tomcat/trunk/java/org/apache/catalina/ant/DeployTask.java Modified:

svn commit: r1690023 - in /tomcat/tc8.0.x/trunk: ./ java/org/apache/catalina/ant/DeployTask.java

2015-07-09 Thread violetagg
Author: violetagg Date: Thu Jul 9 08:36:20 2015 New Revision: 1690023 URL: http://svn.apache.org/r1690023 Log: Merged revision 1690021 from tomcat/trunk: Close the stream when there is an exception otherwise keep it opened, it will be closed later. Modified: tomcat/tc8.0.x/trunk/ (props

[GUMP@vmgump]: Project tomcat-tc7.0.x-test-apr (in module tomcat-7.0.x) failed

2015-07-09 Thread Bill Barker
/commons-daemon-20150709-native-src.tar.gz -Dtest.reports=output/logs-APR -Dtomcat-native.tar.gz=/srv/gump/public/workspace/apache-commons/daemon/dist/bin/commons-daemon-20150709-native-src.tar.gz -Dexamples.sources.skip=true -Dtomcat-dbcp.home=/srv/gump/public/workspace/tomcat-7.0.x/tomcat-deps

svn commit: r1690085 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/catalina/ant/DeployTask.java

2015-07-09 Thread violetagg
Author: violetagg Date: Thu Jul 9 12:27:52 2015 New Revision: 1690085 URL: http://svn.apache.org/r1690085 Log: Merged revisions 1690080 from tomcat/trunk: Apply feedback provided by kkolinko Modified: tomcat/tc7.0.x/trunk/ (props changed)

Re: svn commit: r1690035 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/catalina/ant/ java/org/apache/catalina/ha/deploy/ webapps/docs/

2015-07-09 Thread Konstantin Kolinko
2015-07-09 12:06 GMT+03:00 violet...@apache.org: Author: violetagg Date: Thu Jul 9 09:06:25 2015 New Revision: 1690035 URL: http://svn.apache.org/r1690035 Log: Merged revisions 1690011, 1690021 from tomcat/trunk: Fix possible resource leaks by closing streams properly. Issues reported by

[GUMP@vmgump]: Project tomcat-tc8.0.x-test-nio (in module tomcat-8.0.x) failed

2015-07-09 Thread Bill Barker
-SNAPSHOT.jar -Dobjenesis.jar=/srv/gump/public/workspace/objenesis/main/target/objenesis-2.2-SNAPSHOT.jar -Dtest.reports=output/logs-NIO -Dtomcat-native.tar.gz=/srv/gump/public/workspace/apache-commons/daemon/dist/bin/commons-daemon-20150709-native-src.tar.gz -Dexamples.sources.skip=true

svn commit: r1690080 - /tomcat/trunk/java/org/apache/catalina/ant/DeployTask.java

2015-07-09 Thread violetagg
Author: violetagg Date: Thu Jul 9 12:25:30 2015 New Revision: 1690080 URL: http://svn.apache.org/r1690080 Log: Apply feedback provided by kkolinko Modified: tomcat/trunk/java/org/apache/catalina/ant/DeployTask.java Modified: tomcat/trunk/java/org/apache/catalina/ant/DeployTask.java URL:

svn commit: r1690084 - in /tomcat/tc8.0.x/trunk: ./ java/org/apache/catalina/ant/DeployTask.java

2015-07-09 Thread violetagg
Author: violetagg Date: Thu Jul 9 12:27:16 2015 New Revision: 1690084 URL: http://svn.apache.org/r1690084 Log: Merged revisions 1690080 from tomcat/trunk: Apply feedback provided by kkolinko Modified: tomcat/tc8.0.x/trunk/ (props changed)

[Bug 58117] New: Strange XML entity escaping in JSPX files

2015-07-09 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58117 Bug ID: 58117 Summary: Strange XML entity escaping in JSPX files Product: Tomcat 8 Version: 8.0.22 Hardware: PC OS: Windows NT Status: NEW Severity:

Re: svn commit: r1690035 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/catalina/ant/ java/org/apache/catalina/ha/deploy/ webapps/docs/

2015-07-09 Thread Violeta Georgieva
Hi, 2015-07-09 14:50 GMT+03:00 Konstantin Kolinko knst.koli...@gmail.com: 2015-07-09 12:06 GMT+03:00 violet...@apache.org: Author: violetagg Date: Thu Jul 9 09:06:25 2015 New Revision: 1690035 URL: http://svn.apache.org/r1690035 Log: Merged revisions 1690011, 1690021 from

[GUMP@vmgump]: Project tomcat-tc8.0.x-test-nio2 (in module tomcat-8.0.x) failed

2015-07-09 Thread Bill Barker
/junit-4.13-SNAPSHOT.jar -Dobjenesis.jar=/srv/gump/public/workspace/objenesis/main/target/objenesis-2.2-SNAPSHOT.jar -Dtest.reports=output/logs-NIO2 -Dtomcat-native.tar.gz=/srv/gump/public/workspace/apache-commons/daemon/dist/bin/commons-daemon-20150709-native-src.tar.gz -Dexamples.sources.skip=true

[GUMP@vmgump]: Project tomcat-tc7.0.x-test-bio (in module tomcat-7.0.x) failed

2015-07-09 Thread Bill Barker
/bin/commons-daemon-20150709-native-src.tar.gz -Dtest.reports=output/logs-BIO -Dtomcat-native.tar.gz=/srv/gump/public/workspace/apache-commons/daemon/dist/bin/commons-daemon-20150709-native-src.tar.gz -Dexamples.sources.skip=true -Dtomcat-dbcp.home=/srv/gump/public/workspace/tomcat-7.0.x/tomcat

svn commit: r1690054 - /tomcat/trunk/test/org/apache/catalina/ant/TestDeployTask.java

2015-07-09 Thread violetagg
Author: violetagg Date: Thu Jul 9 10:34:12 2015 New Revision: 1690054 URL: http://svn.apache.org/r1690054 Log: Fix GUMP build Modified: tomcat/trunk/test/org/apache/catalina/ant/TestDeployTask.java Modified: tomcat/trunk/test/org/apache/catalina/ant/TestDeployTask.java URL:

Re: svn commit: r1690035 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/catalina/ant/ java/org/apache/catalina/ha/deploy/ webapps/docs/

2015-07-09 Thread Konstantin Kolinko
2015-07-09 15:29 GMT+03:00 Violeta Georgieva miles...@gmail.com: Hi, 2015-07-09 14:50 GMT+03:00 Konstantin Kolinko knst.koli...@gmail.com: 2015-07-09 12:06 GMT+03:00 violet...@apache.org: Author: violetagg Date: Thu Jul 9 09:06:25 2015 New Revision: 1690035 URL:

[GUMP@vmgump]: Project tomcat-tc7.0.x-test-nio (in module tomcat-7.0.x) failed

2015-07-09 Thread Bill Barker
/bin/commons-daemon-20150709-native-src.tar.gz -Dtest.reports=output/logs-NIO -Dtomcat-native.tar.gz=/srv/gump/public/workspace/apache-commons/daemon/dist/bin/commons-daemon-20150709-native-src.tar.gz -Dexamples.sources.skip=true -Dtomcat-dbcp.home=/srv/gump/public/workspace/tomcat-7.0.x/tomcat