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

2013-08-29 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 has an issue affecting its community integration. This i

[Bug 55383] Improve markup and design of Tomcat's HTML pages

2013-08-29 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55383 --- Comment #25 from Konstantin Preißer --- Created attachment 30786 --> https://issues.apache.org/bugzilla/attachment.cgi?id=30786&action=edit Part 2 of updated documentation XMLs Hi, here is another part of updated Documentation XMLs.

svn commit: r1518856 - in /tomcat/trunk/webapps/examples: WEB-INF/classes/nonblocking/ WEB-INF/classes/nonblocking/ByteCounter.java WEB-INF/web.xml servlets/index.html servlets/nonblocking/ servlets/n

2013-08-29 Thread markt
Author: markt Date: Thu Aug 29 23:40:35 2013 New Revision: 1518856 URL: http://svn.apache.org/r1518856 Log: Add a trivial non-blocking (mainly read) example. The primary purpose is to support the development of the non-blocking API with the AJP connector. Added: tomcat/trunk/webapps/examples

svn commit: r1518846 - in /tomcat/trunk/java/org/apache/tomcat/util/net: AprEndpoint.java NioEndpoint.java SocketWrapper.java

2013-08-29 Thread markt
Author: markt Date: Thu Aug 29 22:23:04 2013 New Revision: 1518846 URL: http://svn.apache.org/r1518846 Log: Refactor SocketWrapper - make fields private - add reset() method to wrapper - distribute resetting of values between SocketWrapper and KeyAttachment so each resets its own fields Modif

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

2013-08-29 Thread markt
Author: markt Date: Thu Aug 29 22:20:58 2013 New Revision: 1518845 URL: http://svn.apache.org/r1518845 Log: Don't process remaining dispatch requests once the socket has been closed. Modified: tomcat/trunk/java/org/apache/coyote/AbstractProtocol.java Modified: tomcat/trunk/java/org/apache/co

Re: svn commit: r1518225 - /tomcat/native/branches/1.1.x/native/src/network.c

2013-08-29 Thread Christopher Schultz
Rainer, On 8/29/13 1:23 PM, Rainer Jung wrote: > On 28.08.2013 16:52, schu...@apache.org wrote: >> Author: schultz >> Date: Wed Aug 28 14:52:00 2013 >> New Revision: 1518225 >> >> URL: http://svn.apache.org/r1518225 >> Log: >> Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=51813 >> >> Add

Re: svn commit: r1518225 - /tomcat/native/branches/1.1.x/native/src/network.c

2013-08-29 Thread Rainer Jung
On 28.08.2013 16:52, schu...@apache.org wrote: > Author: schultz > Date: Wed Aug 28 14:52:00 2013 > New Revision: 1518225 > > URL: http://svn.apache.org/r1518225 > Log: > Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=51813 > > Add NULL-checking for s->net to avoid SIGSEGV in situations w

[Bug 55500] New: AsyncListener.onTimeout is not called via AJP AjpNioProtocol connector

2013-08-29 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55500 Bug ID: 55500 Summary: AsyncListener.onTimeout is not called via AJP AjpNioProtocol connector Product: Tomcat 7 Version: 7.0.34 Hardware: PC OS: Linux

buildbot failure in ASF Buildbot on tomcat-trunk

2013-08-29 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/4894 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: bb-vm_ubuntu Build Reason: scheduler Build Source St

svn commit: r1518589 - in /tomcat/trunk/webapps/examples: WEB-INF/web.xml jsp/chat/ servlets/chat/ servlets/index.html

2013-08-29 Thread markt
Author: markt Date: Thu Aug 29 11:17:25 2013 New Revision: 1518589 URL: http://svn.apache.org/r1518589 Log: Move the rest of the chat app to the servlets examples. Added: tomcat/trunk/webapps/examples/servlets/chat/ - copied from r1518571, tomcat/trunk/webapps/examples/jsp/chat/ Removed

svn commit: r1518581 - /tomcat/trunk/webapps/examples/servlets/index.html

2013-08-29 Thread markt
Author: markt Date: Thu Aug 29 11:02:07 2013 New Revision: 1518581 URL: http://svn.apache.org/r1518581 Log: Remove some unnecessary text Modified: tomcat/trunk/webapps/examples/servlets/index.html Modified: tomcat/trunk/webapps/examples/servlets/index.html URL: http://svn.apache.org/viewvc/

svn commit: r1518579 - /tomcat/trunk/webapps/examples/WEB-INF/web.xml

2013-08-29 Thread markt
Author: markt Date: Thu Aug 29 10:54:33 2013 New Revision: 1518579 URL: http://svn.apache.org/r1518579 Log: Fix async examples that were broken when the Set Character Encoding Filter was added. Modified: tomcat/trunk/webapps/examples/WEB-INF/web.xml Modified: tomcat/trunk/webapps/examples/W

svn commit: r1518578 - in /tomcat/trunk/webapps/examples: jsp/index.html servlets/index.html

2013-08-29 Thread markt
Author: markt Date: Thu Aug 29 10:48:46 2013 New Revision: 1518578 URL: http://svn.apache.org/r1518578 Log: Servlet and Comet examples belong with the other Servlet examples, not with the JSP examples. Modified: tomcat/trunk/webapps/examples/jsp/index.html tomcat/trunk/webapps/examples/s

svn commit: r1518576 - in /tomcat/trunk/java/org/apache/coyote/ajp: AbstractAjpProcessor.java LocalStrings.properties

2013-08-29 Thread markt
Author: markt Date: Thu Aug 29 10:38:02 2013 New Revision: 1518576 URL: http://svn.apache.org/r1518576 Log: Explicitly throw an exception if an HTTP upgrade is attempted on an AJP connection. This ensures the client receives a 500 response. Modified: tomcat/trunk/java/org/apache/coyote/ajp/A

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

2013-08-29 Thread markt
Author: markt Date: Thu Aug 29 10:28:49 2013 New Revision: 1518572 URL: http://svn.apache.org/r1518572 Log: Whitespace police Modified: tomcat/trunk/webapps/docs/changelog.xml Modified: tomcat/trunk/webapps/docs/changelog.xml URL: http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/chang

[Bug 55383] Improve markup and design of Tomcat's HTML pages

2013-08-29 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55383 --- Comment #24 from Konstantin Preißer --- Hi Sebb, (In reply to Sebb from comment #22) > The display looks a bit odd in IE8 (WinXP). > > The images in the top row don't display correctly. > > The bottom row is missing the text "Comment

[Bug 55317] Facilitate weaving by allowing ClassFileTransformer to be added to WebppClassLoader

2013-08-29 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55317 --- Comment #16 from Mark Thomas --- (In reply to Nick Williams from comment #15) > Created attachment 30749 [details] > Proposed implementation of this feature 1. Why loop over list rather than using contains() in addTransformer() ? 2. S

[Bug 55383] Improve markup and design of Tomcat's HTML pages

2013-08-29 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55383 --- Comment #23 from Mark Thomas --- (In reply to Konstantin Preißer from comment #17) > Created attachment 30772 [details] > First part of updated documentation XMLs Patch applied with tabs -> 4 spaces and trailing whitespace removed. >

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

2013-08-29 Thread markt
Author: markt Date: Thu Aug 29 09:09:03 2013 New Revision: 1518545 URL: http://svn.apache.org/r1518545 Log: Add the JSR and maintenance release number Modified: tomcat/trunk/webapps/docs/changelog.xml Modified: tomcat/trunk/webapps/docs/changelog.xml URL: http://svn.apache.org/viewvc/tomcat

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

2013-08-29 Thread markt
Author: markt Date: Thu Aug 29 09:07:27 2013 New Revision: 1518544 URL: http://svn.apache.org/r1518544 Log: Add the other specs to the changelog Modified: tomcat/trunk/webapps/docs/changelog.xml Modified: tomcat/trunk/webapps/docs/changelog.xml URL: http://svn.apache.org/viewvc/tomcat/trunk

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

2013-08-29 Thread markt
Author: markt Date: Thu Aug 29 09:04:44 2013 New Revision: 1518541 URL: http://svn.apache.org/r1518541 Log: Add doc redesign to changelog Modified: tomcat/trunk/webapps/docs/changelog.xml Modified: tomcat/trunk/webapps/docs/changelog.xml URL: http://svn.apache.org/viewvc/tomcat/trunk/webapp

svn commit: r1518540 [3/3] - in /tomcat/trunk: modules/jdbc-pool/doc/ webapps/docs/

2013-08-29 Thread markt
Modified: tomcat/trunk/webapps/docs/manager-howto.xml URL: http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/manager-howto.xml?rev=1518540&r1=1518539&r2=1518540&view=diff == --- tomcat/trunk/webapps/docs/manager-howto

svn commit: r1518540 [2/3] - in /tomcat/trunk: modules/jdbc-pool/doc/ webapps/docs/

2013-08-29 Thread markt
Modified: tomcat/trunk/webapps/docs/jasper-howto.xml URL: http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/jasper-howto.xml?rev=1518540&r1=1518539&r2=1518540&view=diff == --- tomcat/trunk/webapps/docs/jasper-howto.xm

[Bug 55215] Improvements to sample log4j configuration

2013-08-29 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55215 Mark Thomas changed: What|Removed |Added Status|REOPENED|RESOLVED Resolution|---

svn commit: r1518536 - in /tomcat/trunk/webapps/docs: config/valve.xml logging.xml

2013-08-29 Thread markt
Author: markt Date: Thu Aug 29 08:28:43 2013 New Revision: 1518536 URL: http://svn.apache.org/r1518536 Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=55215 Additional clarifications to logging documentation that make clear why access logs are handled separately. Patch provided by Bri