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

2015-10-07 Thread Mark Thomas
On 07/10/2015 19:19, Bill Barker wrote: >[concat] Testsuites with failed tests: >[concat] TEST-org.apache.coyote.http2.TestHttp2Section_5_3.NIO2.txt It looks like Gump has found more ways to break this test. I'll take another look. I'm trying to avoid using sleeps but I think we might

buildbot failure in ASF Buildbot on tomcat-trunk

2015-10-07 Thread buildbot
The Buildbot has detected a new failure on builder tomcat-trunk while building ASF Buildbot. Full details are available at: http://ci.apache.org/builders/tomcat-trunk/builds/400 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: silvanus_ubuntu Build Reason: The

Re: Using CredentialHandlers in application code

2015-10-07 Thread Mark Thomas
On 07/10/2015 16:33, Christopher Schultz wrote: > Mark, > > On 10/6/15 2:44 PM, Mark Thomas wrote: >> On 06/10/2015 18:05, Christopher Schultz wrote: >>> All, >>> >>> We (somewhat) recently introduced the CredentialHandler to Tomcat in >>> order to make it easier to use different password-munging

svn commit: r1707398 - /tomcat/trunk/java/org/apache/coyote/http2/Http2UpgradeHandler.java

2015-10-07 Thread markt
Author: markt Date: Wed Oct 7 21:39:19 2015 New Revision: 1707398 URL: http://svn.apache.org/viewvc?rev=1707398=rev Log: Fix Gump reported test failure in 5_3. If a stream isn't fully allocated keep it in the backlog so if a window update arrives while the stream is writing it will still get an

[Bug 58486] New: JreMemoryLeakPreventionListener: initialize two further JRE classes

2015-10-07 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58486 Bug ID: 58486 Summary: JreMemoryLeakPreventionListener: initialize two further JRE classes Product: Tomcat 8 Version: trunk Hardware: PC Status: NEW

svn commit: r1707210 - /tomcat/trunk/java/org/apache/tomcat/util/net/SecureNio2Channel.java

2015-10-07 Thread remm
Author: remm Date: Wed Oct 7 09:09:52 2015 New Revision: 1707210 URL: http://svn.apache.org/viewvc?rev=1707210=rev Log: Cleanup logic (no change). Modified: tomcat/trunk/java/org/apache/tomcat/util/net/SecureNio2Channel.java Modified:

[Bug 57129] Regression. Load WEB-INF/lib jarfiles in alphabetical order

2015-10-07 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57129 --- Comment #13 from Joachim Economou --- I understand the argument that an application that depends on Tomcat reading its jar files alphabetically is broken, however we are talking about a behavior that has persisted since

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

2015-10-07 Thread Bill Barker
/workspace/apache-commons/daemon/dist/bin/commons-daemon-20151007-native-src.tar.gz -Dexamples.sources.skip=true -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-20151007/lib -Dtest.relaxTiming=true

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

2015-10-07 Thread Mark Thomas
>[concat] Testsuites with failed tests: >[concat] TEST-org.apache.tomcat.util.net.TestSsl.APR.txt >[concat] TEST-org.apache.tomcat.websocket.TestWebSocketFrameClient.APR.txt >[concat] > TEST-org.apache.tomcat.websocket.TestWebSocketFrameClientSSL.APR.txt >[concat]

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

2015-10-07 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-nio2 (in module tomcat-trunk) failed

2015-10-07 Thread Bill Barker
/dist/bin/commons-daemon-20151007-native-src.tar.gz -Dexamples.sources.skip=true -Djdt.jar=/srv/gump/packages/eclipse/plugins/R-4.5-201506032000/ecj-4.5.jar -Dtest.relaxTiming=true -Dcommons-daemon.jar=/srv/gump/public/workspace/apache-commons/daemon/dist/commons-daemon-20151007.jar -Dcommons

[Bug 57129] Regression. Load WEB-INF/lib jarfiles in alphabetical order

2015-10-07 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57129 --- Comment #14 from Guillaume Smet --- Hi Joachim, The issue with PreResources is that you need to use an absolute path which is quite impractical. Moreover, it doesn't solve the issue of having something

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

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

Re: Using CredentialHandlers in application code

2015-10-07 Thread Christopher Schultz
Mark, On 10/6/15 2:44 PM, Mark Thomas wrote: > On 06/10/2015 18:05, Christopher Schultz wrote: >> All, >> >> We (somewhat) recently introduced the CredentialHandler to Tomcat in >> order to make it easier to use different password-munging strategies >> along with all the Realm implementations. A

Re: Bug #57505 - Integration tests for JspC

2015-10-07 Thread Jeremy Boynes
On Sep 21, 2015, at 11:23 AM, Dinesh Joshi wrote: > > Hi all, > > I'm looking to contribute to Tomcat development. I am planning to take a > crack at this bug - https://bz.apache.org/bugzilla/show_bug.cgi?id=57505 > Anybody working on it? Can someone give me some

[Bug 57129] Regression. Load WEB-INF/lib jarfiles in alphabetical order

2015-10-07 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57129 --- Comment #15 from Christopher Schultz --- (In reply to Guillaume Smet from comment #14) > The issue with PreResources is that you need to use an absolute path which > is quite impractical. While absolute paths

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

2015-10-07 Thread Bill Barker
/workspace/apache-commons/daemon/dist/bin/commons-daemon-20151007-native-src.tar.gz -Dexamples.sources.skip=true -Djdt.jar=/srv/gump/packages/eclipse/plugins/R-4.5-201506032000/ecj-4.5.jar -Dtest.relaxTiming=true -Dcommons-daemon.jar=/srv/gump/public/workspace/apache-commons/daemon/dist/commons

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

2015-10-07 Thread Mark Thomas
On 07/10/2015 08:46, Mark Thomas wrote: > > >>[concat] Testsuites with failed tests: >>[concat] TEST-org.apache.tomcat.util.net.TestSsl.APR.txt >>[concat] TEST-org.apache.tomcat.websocket.TestWebSocketFrameClient.APR.txt >>[concat] >>

[Bug 57673] AccessControlException accessing org.apache.taglibs.standard.xml.accessExternalEntity

2015-10-07 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57673 Jeremy Boynes changed: What|Removed |Added Resolution|--- |FIXED

svn commit: r10740 [2/2] - in /dev/tomcat/tomcat-8/v8.0.28: ./ bin/ bin/embed/ bin/extras/ src/

2015-10-07 Thread markt
Added: dev/tomcat/tomcat-8/v8.0.28/bin/extras/catalina-ws.jar.asc == --- dev/tomcat/tomcat-8/v8.0.28/bin/extras/catalina-ws.jar.asc (added) +++ dev/tomcat/tomcat-8/v8.0.28/bin/extras/catalina-ws.jar.asc Wed Oct 7

svn commit: r10740 [1/2] - in /dev/tomcat/tomcat-8/v8.0.28: ./ bin/ bin/embed/ bin/extras/ src/

2015-10-07 Thread markt
Author: markt Date: Wed Oct 7 19:09:39 2015 New Revision: 10740 Log: Upload 8.0.28 for voting Added: dev/tomcat/tomcat-8/v8.0.28/ dev/tomcat/tomcat-8/v8.0.28/KEYS (with props) dev/tomcat/tomcat-8/v8.0.28/README.html (with props) dev/tomcat/tomcat-8/v8.0.28/RELEASE-NOTES

[VOTE] Release Apache Tomcat 8.0.28

2015-10-07 Thread Mark Thomas
The proposed Apache Tomcat 8.0.28 release is now available for voting. The main changes since 8.0.27 are: - Allow file based configuration resources (e.g. key stores) to be configured using URLs - Restore code signing to the Windows installer an uninstaller There is a smaller that usual

svn commit: r1707356 - in /tomcat/tc8.0.x/tags/TOMCAT_8_0_28: ./ build.properties.default

2015-10-07 Thread markt
Author: markt Date: Wed Oct 7 18:18:41 2015 New Revision: 1707356 URL: http://svn.apache.org/viewvc?rev=1707356=rev Log: Tag 8.0.28 Added: tomcat/tc8.0.x/tags/TOMCAT_8_0_28/ (props changed) - copied from r1707355, tomcat/tc8.0.x/trunk/ Modified:

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

2015-10-07 Thread markt
Author: markt Date: Wed Oct 7 18:23:57 2015 New Revision: 1707359 URL: http://svn.apache.org/viewvc?rev=1707359=rev Log: Prep for the next release Modified: tomcat/tc8.0.x/trunk/build.properties.default tomcat/tc8.0.x/trunk/res/maven/mvn.properties.default