[jira] [Commented] (MTOMCAT-177) tomcat7:deploy ignores proxy settings

2016-04-05 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/MTOMCAT-177?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15227660#comment-15227660 ] ASF GitHub Bot commented on MTOMCAT-177: Github user nalbion closed the pull request at:

[GitHub] tomcat-maven-plugin pull request: Fix for MTOMCAT-177 - tomcat7:de...

2016-04-05 Thread nalbion
Github user nalbion closed the pull request at: https://github.com/apache/tomcat-maven-plugin/pull/3 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the

buildbot success in on tomcat-trunk

2016-04-05 Thread buildbot
The Buildbot has detected a restored build on builder tomcat-trunk while building . Full details are available at: https://ci.apache.org/builders/tomcat-trunk/builds/1235 Buildbot URL: https://ci.apache.org/ Buildslave for this Build: silvanus_ubuntu Build Reason: The AnyBranchScheduler

[Bug 59276] Update Checkstyle to version 6.17 needs a configuration change

2016-04-05 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=59276 Konstantin Kolinko changed: What|Removed |Added OS||All ---

svn commit: r1737903 - in /tomcat/trunk: build.properties.default res/checkstyle/checkstyle.xml res/checkstyle/javax-checkstyle.xml res/checkstyle/org-checkstyle.xml webapps/docs/changelog.xml

2016-04-05 Thread kkolinko
Author: kkolinko Date: Wed Apr 6 00:33:28 2016 New Revision: 1737903 URL: http://svn.apache.org/viewvc?rev=1737903=rev Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=59276 Update to Checkstyle 6.17 As I described in Bugzilla, this includes a configuration change, breaking

[Bug 59276] New: Update Checkstyle to version 6.17 needs a configuration change

2016-04-05 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=59276 Bug ID: 59276 Summary: Update Checkstyle to version 6.17 needs a configuration change Product: Tomcat 9 Version: 9.0.0.M4 Hardware: PC Status: NEW

[Bug 59266] Memory leak when using websockets

2016-04-05 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=59266 Remy Maucherat changed: What|Removed |Added Status|NEW |NEEDINFO -- You

[Bug 59261] Request getAsyncContext should throw IllegalStateException if async is not started

2016-04-05 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=59261 --- Comment #3 from Remy Maucherat --- Right now the spec is that getAsyncContext() should throw an ISE if isAsyncStarted returns false (which is not the same as asyncContext != null). This is an extremely risky change, some

Re: svn commit: r1737836 - /tomcat/tc8.5.x/trunk/java/org/apache/tomcat/util/compat/JreCompat.java

2016-04-05 Thread Mark Thomas
On 05/04/2016 17:18, Mark Thomas wrote: > On 05/04/2016 14:42, r...@apache.org wrote: >> Author: remm >> Date: Tue Apr 5 13:42:39 2016 >> New Revision: 1737836 >> >> URL: http://svn.apache.org/viewvc?rev=1737836=rev >> Log: >> SSL init always uses the method, which will make it unusable from Java

buildbot failure in on tomcat-trunk

2016-04-05 Thread buildbot
The Buildbot has detected a new failure on builder tomcat-trunk while building . Full details are available at: https://ci.apache.org/builders/tomcat-trunk/builds/1234 Buildbot URL: https://ci.apache.org/ Buildslave for this Build: silvanus_ubuntu Build Reason: The AnyBranchScheduler

svn commit: r1737866 - in /tomcat/tc8.5.x/trunk: ./ java/org/apache/coyote/http11/ java/org/apache/tomcat/util/compat/ java/org/apache/tomcat/util/net/ java/org/apache/tomcat/util/net/openssl/

2016-04-05 Thread markt
Author: markt Date: Tue Apr 5 18:13:07 2016 New Revision: 1737866 URL: http://svn.apache.org/viewvc?rev=1737866=rev Log: Fix the regression in 1737745 Only try and set honorCipherOrder if it appears in the config. Trying to set this on Java 7 will trigger an error with the JSSE implementation.

svn commit: r1737862 - /tomcat/tc8.5.x/trunk/java/org/apache/tomcat/util/net/openssl/OpenSSLContext.java

2016-04-05 Thread markt
Author: markt Date: Tue Apr 5 18:02:25 2016 New Revision: 1737862 URL: http://svn.apache.org/viewvc?rev=1737862=rev Log: With a minimum version of OpenSSL 1.0.2, these features are always available. Modified: tomcat/tc8.5.x/trunk/java/org/apache/tomcat/util/net/openssl/OpenSSLContext.java

svn commit: r1737860 - /tomcat/trunk/java/org/apache/tomcat/util/net/openssl/OpenSSLContext.java

2016-04-05 Thread markt
Author: markt Date: Tue Apr 5 18:00:49 2016 New Revision: 1737860 URL: http://svn.apache.org/viewvc?rev=1737860=rev Log: With a minimum version of OpenSSL 1.0.2, these features are always available. Modified: tomcat/trunk/java/org/apache/tomcat/util/net/openssl/OpenSSLContext.java

[Bug 59270] Regression with Spring with AspectJ Load-Time Weaving

2016-04-05 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=59270 --- Comment #3 from Remy Maucherat --- Well, keeping this around actually seemed to use a lot of memory (not an issue with small webapps obviously), so it's probably not going to be restored. -- You are receiving this mail

Re: svn commit: r1737836 - /tomcat/tc8.5.x/trunk/java/org/apache/tomcat/util/compat/JreCompat.java

2016-04-05 Thread Mark Thomas
On 05/04/2016 14:42, r...@apache.org wrote: > Author: remm > Date: Tue Apr 5 13:42:39 2016 > New Revision: 1737836 > > URL: http://svn.apache.org/viewvc?rev=1737836=rev > Log: > SSL init always uses the method, which will make it unusable from Java 7 (as > seen in CI runs). IMO this method is

[Bug 59270] Regression with Spring with AspectJ Load-Time Weaving

2016-04-05 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=59270 --- Comment #2 from Andrei Ivanov --- Hi, As I've shown in https://bz.apache.org/bugzilla/show_bug.cgi?id=58143, the recommended Spring solution didn't work for me as Tomcat was already loading the class I want to

svn commit: r1737836 - /tomcat/tc8.5.x/trunk/java/org/apache/tomcat/util/compat/JreCompat.java

2016-04-05 Thread remm
Author: remm Date: Tue Apr 5 13:42:39 2016 New Revision: 1737836 URL: http://svn.apache.org/viewvc?rev=1737836=rev Log: SSL init always uses the method, which will make it unusable from Java 7 (as seen in CI runs). IMO this method is fine as a noop, but I'll leave that as a fixme for

svn commit: r1737834 - in /tomcat/trunk: build.properties.default webapps/docs/changelog.xml

2016-04-05 Thread kkolinko
Author: kkolinko Date: Tue Apr 5 13:04:36 2016 New Revision: 1737834 URL: http://svn.apache.org/viewvc?rev=1737834=rev Log: Update to NSIS 2.51. Modified: tomcat/trunk/build.properties.default tomcat/trunk/webapps/docs/changelog.xml Modified: tomcat/trunk/build.properties.default URL:

svn commit: r1737833 - in /tomcat/trunk: build.properties.default webapps/docs/changelog.xml

2016-04-05 Thread kkolinko
Author: kkolinko Date: Tue Apr 5 13:01:38 2016 New Revision: 1737833 URL: http://svn.apache.org/viewvc?rev=1737833=rev Log: Update to Checkstyle 6.15. For some reason 6.16/6.16.1/6.17 are notably slower (rerun is 35-45 seconds vs 5 of 6.14.1/6.15), so I am not using them. It needs to be

buildbot success in on tomcat-trunk

2016-04-05 Thread buildbot
The Buildbot has detected a restored build on builder tomcat-trunk while building . Full details are available at: https://ci.apache.org/builders/tomcat-trunk/builds/1232 Buildbot URL: https://ci.apache.org/ Buildslave for this Build: silvanus_ubuntu Build Reason: The AnyBranchScheduler

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

2016-04-05 Thread kkolinko
Author: kkolinko Date: Tue Apr 5 12:10:05 2016 New Revision: 1737827 URL: http://svn.apache.org/viewvc?rev=1737827=rev Log: Correct typos in changelog.xml Modified: tomcat/trunk/webapps/docs/changelog.xml Modified: tomcat/trunk/webapps/docs/changelog.xml URL:

[Bug 58490] Webapp does not start when using web-fragments icw unpackWARs="false"

2016-04-05 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58490 Violeta Georgieva changed: What|Removed |Added CC|

[Bug 59274] web-fragment.xml ordering broken with unpackWARs="false" (MalformedURLException: no !/ in spec)

2016-04-05 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=59274 Violeta Georgieva changed: What|Removed |Added Resolution|--- |DUPLICATE

[Bug 59274] New: web-fragment.xml ordering broken with unpackWARs="false" (MalformedURLException: no !/ in spec)

2016-04-05 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=59274 Bug ID: 59274 Summary: web-fragment.xml ordering broken with unpackWARs="false" (MalformedURLException: no !/ in spec) Product: Tomcat 8 Version: 8.0.28

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

2016-04-05 Thread Bill Barker
-commons/daemon/dist/commons-daemon-20160405.jar -Dtomcat-dbcp-src.jar=/srv/gump/public/workspace/tomcat-7.0.x/tomcat-deps/tomcat-dbcp-src.jar -Dtomcat-dbcp.home=/srv/gump/public/workspace/tomcat-7.0.x/tomcat-deps -Dtest.excludePerformance=true -Dhamcrest.jar=/srv/gump/packages/hamcrest/hamcrest

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

2016-04-05 Thread Bill Barker
/commons-daemon-20160405-native-src.tar.gz -Dexamples.sources.skip=true -Dbase.path=/srv/gump/public/workspace/tomcat-trunk/tomcat-build-libs -Djdt.jar=/srv/gump/packages/eclipse/plugins/R-4.5-201506032000/ecj-4.5.jar -Dtest.apr.loc=/srv/gump/public/workspace/tomcat-native-trunk/dest-20160405/lib

buildbot failure in on tomcat-trunk

2016-04-05 Thread buildbot
The Buildbot has detected a new failure on builder tomcat-trunk while building . Full details are available at: https://ci.apache.org/builders/tomcat-trunk/builds/1231 Buildbot URL: https://ci.apache.org/ Buildslave for this Build: silvanus_ubuntu Build Reason: The AnyBranchScheduler

svn commit: r1737796 - in /tomcat/tc7.0.x/trunk: java/org/apache/catalina/tribes/group/interceptors/ java/org/apache/catalina/tribes/membership/ webapps/docs/

2016-04-05 Thread kfujino
Author: kfujino Date: Tue Apr 5 07:40:25 2016 New Revision: 1737796 URL: http://svn.apache.org/viewvc?rev=1737796=rev Log: Add the flag indicating that member is a localMember. Modified:

svn commit: r1737795 - in /tomcat/tc8.0.x/trunk: java/org/apache/catalina/tribes/group/interceptors/ java/org/apache/catalina/tribes/membership/ webapps/docs/

2016-04-05 Thread kfujino
Author: kfujino Date: Tue Apr 5 07:36:34 2016 New Revision: 1737795 URL: http://svn.apache.org/viewvc?rev=1737795=rev Log: Add the flag indicating that member is a localMember. Modified:

svn commit: r1737794 - in /tomcat/tc8.5.x/trunk: java/org/apache/catalina/tribes/ java/org/apache/catalina/tribes/group/interceptors/ java/org/apache/catalina/tribes/membership/ webapps/docs/

2016-04-05 Thread kfujino
Author: kfujino Date: Tue Apr 5 07:33:41 2016 New Revision: 1737794 URL: http://svn.apache.org/viewvc?rev=1737794=rev Log: Add the flag indicating that member is a localMember. Modified: tomcat/tc8.5.x/trunk/java/org/apache/catalina/tribes/Member.java

svn commit: r1737793 - in /tomcat/trunk/java/org/apache/catalina/tribes: Member.java group/interceptors/StaticMembershipInterceptor.java membership/MemberImpl.java

2016-04-05 Thread kfujino
Author: kfujino Date: Tue Apr 5 07:28:24 2016 New Revision: 1737793 URL: http://svn.apache.org/viewvc?rev=1737793=rev Log: Move the isLocal method and setLocal method to Member interface. Modified: tomcat/trunk/java/org/apache/catalina/tribes/Member.java

svn commit: r1737792 - in /tomcat/trunk/java/org/apache/catalina/tribes: group/interceptors/StaticMembershipInterceptor.java membership/mbeans-descriptors.xml

2016-04-05 Thread kfujino
Author: kfujino Date: Tue Apr 5 07:22:36 2016 New Revision: 1737792 URL: http://svn.apache.org/viewvc?rev=1737792=rev Log: Apply the local member flag to static member. Modified: tomcat/trunk/java/org/apache/catalina/tribes/group/interceptors/StaticMembershipInterceptor.java

svn commit: r1737791 - in /tomcat/trunk: java/org/apache/catalina/tribes/membership/McastService.java java/org/apache/catalina/tribes/membership/MemberImpl.java java/org/apache/catalina/tribes/members

2016-04-05 Thread kfujino
Author: kfujino Date: Tue Apr 5 07:15:36 2016 New Revision: 1737791 URL: http://svn.apache.org/viewvc?rev=1737791=rev Log: Add the flag indicating that member is a localMember. Modified: tomcat/trunk/java/org/apache/catalina/tribes/membership/McastService.java

svn commit: r1737786 - in /tomcat/tc8.5.x/trunk: ./ webapps/docs/config/http.xml

2016-04-05 Thread markt
Author: markt Date: Tue Apr 5 06:52:53 2016 New Revision: 1737786 URL: http://svn.apache.org/viewvc?rev=1737786=rev Log: s/certificateValidation/certificateVerification/ as reported on users list Modified: tomcat/tc8.5.x/trunk/ (props changed)

svn commit: r1737785 - /tomcat/trunk/webapps/docs/config/http.xml

2016-04-05 Thread markt
Author: markt Date: Tue Apr 5 06:51:33 2016 New Revision: 1737785 URL: http://svn.apache.org/viewvc?rev=1737785=rev Log: s/certificateValidation/certificateVerification/ as reported on users list Modified: tomcat/trunk/webapps/docs/config/http.xml Modified: