[Bug 56438] If jar scan does not find context config or TLD config, log a message

2015-05-20 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=56438 VIN changed: What|Removed |Added Attachment #32746|0 |1 is obsolete|

[Bug 56438] If jar scan does not find context config or TLD config, log a message

2015-05-20 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=56438 --- Comment #18 from VIN --- Created attachment 32746 --> https://bz.apache.org/bugzilla/attachment.cgi?id=32746&action=edit Fix for printing log messages in case of contextconfig scan-trunk This patch contain fixes for below: 1) Log positi

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

2015-05-20 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. Th

[Bug 57940] New: Failed allocating AJP message buffer

2015-05-20 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57940 Bug ID: 57940 Summary: Failed allocating AJP message buffer Product: Tomcat Connectors Version: 1.2.39 Hardware: PC Status: NEW Severity: normal Priority: P2

svn commit: r1680690 - in /tomcat/trunk/java/org/apache/coyote/http2: ByteUtil.java Http2UpgradeHandler.java LocalStrings.properties Stream.java

2015-05-20 Thread markt
Author: markt Date: Wed May 20 22:21:41 2015 New Revision: 1680690 URL: http://svn.apache.org/r1680690 Log: Get responses without bodies working (e.g. redirect) Lots of TODOs remain including fixing a couple of hacks that will only work when there is no response body. Modified: tomcat/trunk/

Re: svn commit: r1680661 - in /tomcat/trunk/java/org/apache/coyote/http2: AbstractStream.java Http2UpgradeHandler.java LocalStrings.properties Stream.java WriteStateMachine.java

2015-05-20 Thread Mark Thomas
On 20/05/2015 20:21, ma...@apache.org wrote: > Author: markt > Date: Wed May 20 19:21:52 2015 > New Revision: 1680661 > > URL: http://svn.apache.org/r1680661 > Log: > More plumbing for write. > Generally: > - uses a state machine to co-orindate writes across multiple threads > - all writes are d

svn commit: r1680661 - in /tomcat/trunk/java/org/apache/coyote/http2: AbstractStream.java Http2UpgradeHandler.java LocalStrings.properties Stream.java WriteStateMachine.java

2015-05-20 Thread markt
Author: markt Date: Wed May 20 19:21:52 2015 New Revision: 1680661 URL: http://svn.apache.org/r1680661 Log: More plumbing for write. Generally: - uses a state machine to co-orindate writes across multiple threads - all writes are done on the main Connection thread, not on the Stream threads - i

svn commit: r1680658 - /tomcat/trunk/java/org/apache/tomcat/util/net/AprEndpoint.java

2015-05-20 Thread markt
Author: markt Date: Wed May 20 19:16:02 2015 New Revision: 1680658 URL: http://svn.apache.org/r1680658 Log: Relax the requirement that the socket has to be in waiting requests. (HTTP/2 needs this). Remove it if it is there but always process. If the socket is closed SocketProcessor.run will exit

svn commit: r1680656 - /tomcat/trunk/java/org/apache/tomcat/util/net/SocketWrapperBase.java

2015-05-20 Thread markt
Author: markt Date: Wed May 20 19:07:57 2015 New Revision: 1680656 URL: http://svn.apache.org/r1680656 Log: These methods are showing now signs of being temporary. Modified: tomcat/trunk/java/org/apache/tomcat/util/net/SocketWrapperBase.java Modified: tomcat/trunk/java/org/apache/tomcat/util

svn commit: r1680655 - /tomcat/trunk/java/org/apache/coyote/http2/StreamProcessor.java

2015-05-20 Thread markt
Author: markt Date: Wed May 20 19:04:30 2015 New Revision: 1680655 URL: http://svn.apache.org/r1680655 Log: Need the address not the name (at least in the default config). Will eventually need both but one step at a time. Modified: tomcat/trunk/java/org/apache/coyote/http2/StreamProcessor.ja

svn commit: r1680653 - /tomcat/trunk/java/org/apache/coyote/AbstractProtocol.java

2015-05-20 Thread markt
Author: markt Date: Wed May 20 19:02:10 2015 New Revision: 1680653 URL: http://svn.apache.org/r1680653 Log: Need to add processors for negotiated protocols to the connections map at creation time. Modified: tomcat/trunk/java/org/apache/coyote/AbstractProtocol.java Modified: tomcat/trunk/jav

[Bug 57937] Request for a form based two factor authentication support in Tomcat

2015-05-20 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57937 Marcos Sanz changed: What|Removed |Added CC||s...@denic.de -- You are receiving this

Re: Consider support for the Servlet profile of JSR 196 (JASPIC) in Tomcat 7.0.x

2015-05-20 Thread Arjan Tijms
Hi, Fjodor, for you (and everyone else interested) I've created a central hub page for JASPIC on ZEEF.com, see https://jaspic.zeef.com It contains links to existing implementations, various examples, articles, and background. Hope it helps! Kind regards, Arjan Tijms On Mon, May 4, 2015 at 10:

svn commit: r1680504 - in /tomcat/trunk: java/org/apache/coyote/ java/org/apache/coyote/http2/ java/org/apache/tomcat/util/net/ test/org/apache/coyote/http2/

2015-05-20 Thread markt
Author: markt Date: Wed May 20 09:42:17 2015 New Revision: 1680504 URL: http://svn.apache.org/r1680504 Log: Plumb in the basics (i.e. what I needed to get a request for http://localhost:8080/exmaple to progress) for reading the request. The response gets generated. Still figuring out how best to

buildbot failure in ASF Buildbot on tomcat-8-trunk

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

svn commit: r1680502 - /tomcat/trunk/java/org/apache/coyote/http2/ConnectionSettings.java

2015-05-20 Thread markt
Author: markt Date: Wed May 20 09:33:23 2015 New Revision: 1680502 URL: http://svn.apache.org/r1680502 Log: Fix the limit. Add a TODO. May need to switch to long. Modified: tomcat/trunk/java/org/apache/coyote/http2/ConnectionSettings.java Modified: tomcat/trunk/java/org/apache/coyote/http2/C

[Bug 57939] New: Classloader leak in org.apache.naming.ContextBindings

2015-05-20 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57939 Bug ID: 57939 Summary: Classloader leak in org.apache.naming.ContextBindings Product: Tomcat 8 Version: 8.0.1 Hardware: PC OS: Mac OS X 10.1 Status: NEW

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

2015-05-20 Thread Bill Barker
jar=/srv/gump/public/workspace/junit/target/junit-4.13-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-201505

[Bug 57936] Wrong handling of acceptorThreadCount

2015-05-20 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57936 Remy Maucherat changed: What|Removed |Added Resolution|--- |FIXED Status|NEW

svn commit: r1680470 - in /tomcat/tc8.0.x/trunk: java/org/apache/tomcat/util/net/Nio2Endpoint.java webapps/docs/changelog.xml

2015-05-20 Thread remm
Author: remm Date: Wed May 20 07:29:38 2015 New Revision: 1680470 URL: http://svn.apache.org/r1680470 Log: 57936: Improve robustness of accept thread count for NIO2, since it has to be 1. Submitted by Oliver Kant. Modified: tomcat/tc8.0.x/trunk/java/org/apache/tomcat/util/net/Nio2Endpoint.ja

svn commit: r1680467 - /tomcat/trunk/java/org/apache/tomcat/util/net/Nio2Endpoint.java

2015-05-20 Thread remm
Author: remm Date: Wed May 20 07:24:41 2015 New Revision: 1680467 URL: http://svn.apache.org/r1680467 Log: 57936: Improve robustness of accept thread count for NIO2, since it has to be 1. Submitted by Oliver Kant. Modified: tomcat/trunk/java/org/apache/tomcat/util/net/Nio2Endpoint.java Modi

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

2015-05-20 Thread Bill Barker
jar=/srv/gump/public/workspace/junit/target/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-201505