svn commit: r1766110 - /tomcat/trunk/test/org/apache/catalina/nonblocking/TestNonBlockingAPI.java

2016-10-21 Thread markt
Author: markt Date: Fri Oct 21 19:13:35 2016 New Revision: 1766110 URL: http://svn.apache.org/viewvc?rev=1766110=rev Log: Fix IDE nag Modified: tomcat/trunk/test/org/apache/catalina/nonblocking/TestNonBlockingAPI.java Modified:

[GitHub] tomcat pull request #36: Allow to specify custom values for Service install

2016-10-21 Thread isapir
GitHub user isapir opened a pull request: https://github.com/apache/tomcat/pull/36 Allow to specify custom values for Service install Added possibility to specify `%JvmMs%`, `%JvmMx%`, `%SERVICE_STARTUP_MODE%`, and additional `%JvmArgs%` You can merge this pull request into a Git

[Bug 60202] Failed LDAP connection triggers lockout realm

2016-10-21 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60202 --- Comment #14 from Ben --- That looks like a pretty elegant solution. How would it interact with third-party realms? -- You are receiving this mail because: You are the assignee for the bug.

[Bug 60297] New: Tomcat.setConnector not using supplied connector

2016-10-21 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60297 Bug ID: 60297 Summary: Tomcat.setConnector not using supplied connector Product: Tomcat 9 Version: 9.0.0.M11 Hardware: All OS: All Status: NEW

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

2016-10-21 Thread Bill Barker
To whom it may engage... This is an automated request, but not an unsolicited one. For more information please visit http://gump.apache.org/nagged.html, and/or contact the folk at gene...@gump.apache.org. Project tomcat-tc7.0.x-test-apr has an issue affecting its community

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

2016-10-21 Thread Bill Barker
To whom it may engage... This is an automated request, but not an unsolicited one. For more information please visit http://gump.apache.org/nagged.html, and/or contact the folk at gene...@gump.apache.org. Project tomcat-tc8.0.x-test-apr has an issue affecting its community

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

2016-10-21 Thread Bill Barker
To whom it may engage... This is an automated request, but not an unsolicited one. For more information please visit http://gump.apache.org/nagged.html, and/or contact the folk at gene...@gump.apache.org. Project tomcat-trunk-test-nio has an issue affecting its community integration.

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

2016-10-21 Thread Bill Barker
-Dtest.reports=output/logs-NIO -Dtomcat-native.tar.gz=/srv/gump/public/workspace/apache-commons/daemon/dist/bin/commons-daemon-20161021-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

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

2016-10-21 Thread Bill Barker
-SNAPSHOT.jar -Dtest.reports=output/logs-NIO2 -Dtomcat-native.tar.gz=/srv/gump/public/workspace/apache-commons/daemon/dist/bin/commons-daemon-20161021-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

svn commit: r1765976 - in /tomcat/tc6.0.x/trunk: ./ java/org/apache/catalina/mbeans/JmxRemoteLifecycleListener.java java/org/apache/catalina/mbeans/LocalStrings.properties webapps/docs/changelog.xml w

2016-10-21 Thread markt
Author: markt Date: Fri Oct 21 09:43:39 2016 New Revision: 1765976 URL: http://svn.apache.org/viewvc?rev=1765976=rev Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=57377 Remove the restriction that prevented the use of SSL when specifying a bind address. Enable SSL to be configured for

[Bug 60290] New: rules.mk defeats CC for configure

2016-10-21 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60290 Bug ID: 60290 Summary: rules.mk defeats CC for configure Product: Tomcat Native Version: 1.2.10 Hardware: HP OS: HP-UX Status: NEW Severity: normal

Re: svn commit: r1765995 - /tomcat/trunk/test/org/apache/catalina/nonblocking/TestNonBlockingAPI.java

2016-10-21 Thread Rémy Maucherat
2016-10-21 13:21 GMT+02:00 : > Author: violetagg > Date: Fri Oct 21 11:21:48 2016 > New Revision: 1765995 > > URL: http://svn.apache.org/viewvc?rev=1765995=rev > Log: > Test case for a delayed registration of WriteListener. Test is marked as > @Ignore as it is failing with

svn commit: r1765965 - in /tomcat/tc6.0.x/trunk: ./ java/org/apache/catalina/mbeans/JmxRemoteLifecycleListener.java java/org/apache/catalina/mbeans/LocalStrings.properties webapps/docs/changelog.xml w

2016-10-21 Thread markt
Author: markt Date: Fri Oct 21 09:12:57 2016 New Revision: 1765965 URL: http://svn.apache.org/viewvc?rev=1765965=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=55017 Add the ability to configure the RMI bind address when using the JMX remote listener. Patch provided by Alexey

svn commit: r1765966 - in /tomcat/tc6.0.x/trunk: ./ java/org/apache/catalina/mbeans/JmxRemoteLifecycleListener.java webapps/docs/changelog.xml

2016-10-21 Thread markt
Author: markt Date: Fri Oct 21 09:16:03 2016 New Revision: 1765966 URL: http://svn.apache.org/viewvc?rev=1765966=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=56039 Enable JmxRemoteLifecycleListener to work with SSL. Patch by esengstrom. Modified: tomcat/tc6.0.x/trunk/

svn commit: r1765967 - in /tomcat/tc6.0.x/trunk: ./ java/org/apache/catalina/mbeans/JmxRemoteLifecycleListener.java webapps/docs/changelog.xml

2016-10-21 Thread markt
Author: markt Date: Fri Oct 21 09:19:22 2016 New Revision: 1765967 URL: http://svn.apache.org/viewvc?rev=1765967=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=56096 When creating JMXConnectorServer use the correct rmiBindAddress. Patch provided by Jim Talbut. Modified:

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

2016-10-21 Thread Bill Barker
/workspace/objenesis/main/target/objenesis-2.5-SNAPSHOT.jar -Dexamples.sources.skip=true -Dcommons-daemon.jar=/srv/gump/public/workspace/apache-commons/daemon/dist/commons-daemon-20161021.jar -Dtest.openssl.path=/srv/gump/public/workspace/openssl-master/dest-20161021/bin/openssl -Dexecute.test.nio=false

svn commit: r1765947 - /tomcat/tc7.0.x/trunk/java/org/apache/catalina/mbeans/JmxRemoteLifecycleListener.java

2016-10-21 Thread markt
Author: markt Date: Fri Oct 21 08:39:11 2016 New Revision: 1765947 URL: http://svn.apache.org/viewvc?rev=1765947=rev Log: Remove trailing whitespace for simpler diffs with later versions Modified: tomcat/tc7.0.x/trunk/java/org/apache/catalina/mbeans/JmxRemoteLifecycleListener.java

buildbot success in on tomcat-8-trunk

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

svn commit: r1765950 - /tomcat/tc6.0.x/trunk/java/org/apache/catalina/mbeans/JmxRemoteLifecycleListener.java

2016-10-21 Thread markt
Author: markt Date: Fri Oct 21 08:42:29 2016 New Revision: 1765950 URL: http://svn.apache.org/viewvc?rev=1765950=rev Log: Remove trailing whitespace for simpler diffs with later versions Modified: tomcat/tc6.0.x/trunk/java/org/apache/catalina/mbeans/JmxRemoteLifecycleListener.java

svn commit: r1765949 - /tomcat/tc7.0.x/trunk/java/org/apache/catalina/mbeans/JmxRemoteLifecycleListener.java

2016-10-21 Thread markt
Author: markt Date: Fri Oct 21 08:41:17 2016 New Revision: 1765949 URL: http://svn.apache.org/viewvc?rev=1765949=rev Log: Sync with 8.0.x Modified: tomcat/tc7.0.x/trunk/java/org/apache/catalina/mbeans/JmxRemoteLifecycleListener.java Modified:

svn commit: r1765945 - /tomcat/tc8.0.x/trunk/java/org/apache/catalina/mbeans/JmxRemoteLifecycleListener.java

2016-10-21 Thread markt
Author: markt Date: Fri Oct 21 08:28:39 2016 New Revision: 1765945 URL: http://svn.apache.org/viewvc?rev=1765945=rev Log: Sync with 8.5.x Modified: tomcat/tc8.0.x/trunk/java/org/apache/catalina/mbeans/JmxRemoteLifecycleListener.java Modified:

[Bug 60202] Failed LDAP connection triggers lockout realm

2016-10-21 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60202 Remy Maucherat changed: What|Removed |Added Attachment #34352|0 |1 is

svn commit: r1765957 - /tomcat/tc6.0.x/trunk/java/org/apache/tomcat/util/res/StringManager.java

2016-10-21 Thread markt
Author: markt Date: Fri Oct 21 08:56:26 2016 New Revision: 1765957 URL: http://svn.apache.org/viewvc?rev=1765957=rev Log: Whitespace and Javadoc changes to align with later versions (makes diffs easier when considering backports) Modified:

svn commit: r1765958 - /tomcat/tc6.0.x/trunk/java/org/apache/tomcat/util/res/StringManager.java

2016-10-21 Thread markt
Author: markt Date: Fri Oct 21 08:57:38 2016 New Revision: 1765958 URL: http://svn.apache.org/viewvc?rev=1765958=rev Log: Back-port the convenience method that allows StringManager lookup via a class. Modified: tomcat/tc6.0.x/trunk/java/org/apache/tomcat/util/res/StringManager.java

svn commit: r1765964 - /tomcat/tc6.0.x/trunk/java/org/apache/catalina/mbeans/JmxRemoteLifecycleListener.java

2016-10-21 Thread markt
Author: markt Date: Fri Oct 21 09:04:22 2016 New Revision: 1765964 URL: http://svn.apache.org/viewvc?rev=1765964=rev Log: Whitespace / formatting /minor style changes to better align with 7.0.x Modified: tomcat/tc6.0.x/trunk/java/org/apache/catalina/mbeans/JmxRemoteLifecycleListener.java

svn commit: r1765995 - /tomcat/trunk/test/org/apache/catalina/nonblocking/TestNonBlockingAPI.java

2016-10-21 Thread violetagg
Author: violetagg Date: Fri Oct 21 11:21:48 2016 New Revision: 1765995 URL: http://svn.apache.org/viewvc?rev=1765995=rev Log: Test case for a delayed registration of WriteListener. Test is marked as @Ignore as it is failing with the current implementation. Modified: