Re: Publishing taglibs mini-site

2012-03-05 Thread Olivier Lamy
2012/3/3 Jeremy Boynes jboy...@apache.org: Thanks Olivier. Based on this, this is my suggestion for taglibs: Remove the site entries from the parent project so we don't impact taglib modules when the site content changes. Make the site module responsible for the top-level site

DO NOT REPLY [Bug 51181] Add support for Web Sockets

2012-03-05 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=51181 Johno Crawford jo...@sulake.com changed: What|Removed |Added Attachment #28416|0 |1 is

svn commit: r1297014 - /tomcat/trunk/test/org/apache/catalina/startup/TomcatBaseTest.java

2012-03-05 Thread markt
Author: markt Date: Mon Mar 5 12:05:02 2012 New Revision: 1297014 URL: http://svn.apache.org/viewvc?rev=1297014view=rev Log: Improve base test to return response body on an error response. Modified: tomcat/trunk/test/org/apache/catalina/startup/TomcatBaseTest.java Modified:

svn commit: r1297015 - /tomcat/trunk/java/org/apache/catalina/connector/CoyoteAdapter.java

2012-03-05 Thread markt
Author: markt Date: Mon Mar 5 12:05:12 2012 New Revision: 1297015 URL: http://svn.apache.org/viewvc?rev=1297015view=rev Log: Improve comment Modified: tomcat/trunk/java/org/apache/catalina/connector/CoyoteAdapter.java Modified:

svn commit: r1297017 - in /tomcat/trunk: java/org/apache/catalina/valves/ErrorReportValve.java test/org/apache/catalina/core/TestAsyncContextImpl.java

2012-03-05 Thread markt
Author: markt Date: Mon Mar 5 12:05:25 2012 New Revision: 1297017 URL: http://svn.apache.org/viewvc?rev=1297017view=rev Log: Further fix for https://issues.apache.org/bugzilla/show_bug.cgi?id=51197 Allow the ErrorReportValve to write a response body if sendError() is called during an async

svn commit: r1297018 - /tomcat/trunk/java/org/apache/coyote/AsyncStateMachine.java

2012-03-05 Thread markt
Author: markt Date: Mon Mar 5 12:05:35 2012 New Revision: 1297018 URL: http://svn.apache.org/viewvc?rev=1297018view=rev Log: Simplify Modified: tomcat/trunk/java/org/apache/coyote/AsyncStateMachine.java Modified: tomcat/trunk/java/org/apache/coyote/AsyncStateMachine.java URL:

svn commit: r1297023 - in /tomcat/tc7.0.x/trunk: ./ test/org/apache/catalina/startup/TomcatBaseTest.java

2012-03-05 Thread markt
Author: markt Date: Mon Mar 5 12:14:48 2012 New Revision: 1297023 URL: http://svn.apache.org/viewvc?rev=1297023view=rev Log: Improve base test to return response body on an error response. Modified: tomcat/tc7.0.x/trunk/ (props changed)

svn commit: r1297024 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/catalina/connector/CoyoteAdapter.java

2012-03-05 Thread markt
Author: markt Date: Mon Mar 5 12:15:21 2012 New Revision: 1297024 URL: http://svn.apache.org/viewvc?rev=1297024view=rev Log: Improve comment Modified: tomcat/tc7.0.x/trunk/ (props changed) tomcat/tc7.0.x/trunk/java/org/apache/catalina/connector/CoyoteAdapter.java Propchange:

svn commit: r1297028 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/catalina/valves/ErrorReportValve.java test/org/apache/catalina/core/TestAsyncContextImpl.java webapps/docs/changelog.xml

2012-03-05 Thread markt
Author: markt Date: Mon Mar 5 12:24:13 2012 New Revision: 1297028 URL: http://svn.apache.org/viewvc?rev=1297028view=rev Log: Further fix for https://issues.apache.org/bugzilla/show_bug.cgi?id=51197 Allow the ErrorReportValve to write a response body if sendError() is called during an async

DO NOT REPLY [Bug 51197] sendError/sendRedirect don't work with AsyncContext

2012-03-05 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=51197 Mark Thomas ma...@apache.org changed: What|Removed |Added Status|REOPENED|RESOLVED

buildbot failure in ASF Buildbot on tomcat-trunk

2012-03-05 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/2809 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: bb-vm_ubuntu Build Reason: scheduler Build Source

Re: svn commit: r1296944 - /tomcat/native/trunk/native/src/poll.c

2012-03-05 Thread Mladen Turk
On 03/05/2012 07:30 AM, cos...@apache.org wrote: Author: costin Date: Mon Mar 5 06:30:17 2012 New Revision: 1296944 URL: http://svn.apache.org/viewvc?rev=1296944view=rev Log: EINTR needs to be returned to java in order for Poll.interrupt() to work, it is already handled in AprEndpoint. Not

[jira] [Created] (MTOMCAT-122) Maven and dependencies for $CATALINA/lib

2012-03-05 Thread James Apfel (Created) (JIRA)
Maven and dependencies for $CATALINA/lib Key: MTOMCAT-122 URL: https://issues.apache.org/jira/browse/MTOMCAT-122 Project: Apache Tomcat Maven Plugin Issue Type: Improvement Reporter:

[jira] [Updated] (MTOMCAT-122) Maven and dependencies for $CATALINA/lib

2012-03-05 Thread Olivier Lamy (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/MTOMCAT-122?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Olivier Lamy updated MTOMCAT-122: - Fix Version/s: 2.0 Assignee: Olivier Lamy Maven and dependencies for

[jira] [Updated] (MTOMCAT-122) add all plugin dependencies to the tomcat class loader

2012-03-05 Thread Olivier Lamy (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/MTOMCAT-122?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Olivier Lamy updated MTOMCAT-122: - Summary: add all plugin dependencies to the tomcat class loader (was: Maven and dependencies

svn commit: r1297073 - in /tomcat/maven-plugin/trunk: tomcat6-maven-plugin/src/main/java/org/apache/tomcat/maven/plugin/tomcat6/AbstractRunMojo.java tomcat7-maven-plugin/src/main/java/org/apache/tomca

2012-03-05 Thread olamy
Author: olamy Date: Mon Mar 5 14:32:53 2012 New Revision: 1297073 URL: http://svn.apache.org/viewvc?rev=1297073view=rev Log: [MTOMCAT-122] add all plugin dependencies to the tomcat class loader Modified:

[jira] [Commented] (MTOMCAT-120) Support skip parameter

2012-03-05 Thread Hudson (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/MTOMCAT-120?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13222371#comment-13222371 ] Hudson commented on MTOMCAT-120: Integrated in TomcatMavenPlugin-mvn3.x #113 (See

[jira] [Commented] (MTOMCAT-122) add all plugin dependencies to the tomcat class loader

2012-03-05 Thread Hudson (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/MTOMCAT-122?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13222372#comment-13222372 ] Hudson commented on MTOMCAT-122: Integrated in TomcatMavenPlugin-mvn3.x #113 (See

[jira] [Closed] (MTOMCAT-122) add all plugin dependencies to the tomcat class loader

2012-03-05 Thread Olivier Lamy (Closed) (JIRA)
[ https://issues.apache.org/jira/browse/MTOMCAT-122?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Olivier Lamy closed MTOMCAT-122. Resolution: Fixed fixed http://svn.apache.org/viewvc/?view=revrev=1297073 . add

DO NOT REPLY [Bug 52830] New: DataSource JNDI lookup with javax.naming.Name failed

2012-03-05 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=52830 Bug #: 52830 Summary: DataSource JNDI lookup with javax.naming.Name failed Product: Tomcat 7 Version: unspecified Platform: PC OS/Version: Linux Status: NEW

[jira] [Created] (MTOMCAT-123) Can't add test scoped dependency filters to web.xml

2012-03-05 Thread Nathan Schile (Created) (JIRA)
Can't add test scoped dependency filters to web.xml --- Key: MTOMCAT-123 URL: https://issues.apache.org/jira/browse/MTOMCAT-123 Project: Apache Tomcat Maven Plugin Issue Type: Bug

[jira] [Updated] (MTOMCAT-123) Can't add test scoped dependency filters to web.xml

2012-03-05 Thread Nathan Schile (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/MTOMCAT-123?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Nathan Schile updated MTOMCAT-123: -- Attachment: tomcat-testcase.zip Test project that demonstrates bug. Can't

svn commit: r1297158 - in /tomcat/trunk/test/org/apache/catalina/authenticator: TestDigestAuthenticator.java TestNonLoginAndBasicAuthenticator.java TestSSOnonLoginAndBasicAuthenticator.java

2012-03-05 Thread markt
Author: markt Date: Mon Mar 5 18:45:27 2012 New Revision: 1297158 URL: http://svn.apache.org/viewvc?rev=1297158view=rev Log: Fix some test failures now response bodies are available for error responses. Modified:

svn commit: r1297159 - in /tomcat/tc7.0.x/trunk: ./ test/org/apache/catalina/authenticator/

2012-03-05 Thread markt
Author: markt Date: Mon Mar 5 18:46:18 2012 New Revision: 1297159 URL: http://svn.apache.org/viewvc?rev=1297159view=rev Log: Fix unit test failures now response bodies are returned for failed requests. Modified: tomcat/tc7.0.x/trunk/ (props changed)

svn commit: r1297177 - /tomcat/trunk/test/org/apache/catalina/core/TestAsyncContextImpl.java

2012-03-05 Thread markt
Author: markt Date: Mon Mar 5 19:06:58 2012 New Revision: 1297177 URL: http://svn.apache.org/viewvc?rev=1297177view=rev Log: Fix an intermittent unit test failure. Runs fine in Eclipse but fails on the command line. Modified:

svn commit: r1297179 - in /tomcat/tc7.0.x/trunk: ./ test/org/apache/catalina/core/TestAsyncContextImpl.java

2012-03-05 Thread markt
Author: markt Date: Mon Mar 5 19:09:47 2012 New Revision: 1297179 URL: http://svn.apache.org/viewvc?rev=1297179view=rev Log: Fix intermittent unit test failure on the command line. Modified: tomcat/tc7.0.x/trunk/ (props changed)

svn commit: r1297202 - in /tomcat/trunk/test/org/apache/catalina/core: TestStandardContext.java TestStandardWrapper.java

2012-03-05 Thread markt
Author: markt Date: Mon Mar 5 19:49:12 2012 New Revision: 1297202 URL: http://svn.apache.org/viewvc?rev=1297202view=rev Log: Fix remaining failing unit tests now error pages are available. Modified: tomcat/trunk/test/org/apache/catalina/core/TestStandardContext.java

DO NOT REPLY [Bug 51181] Add support for Web Sockets

2012-03-05 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=51181 r...@thelightfamily.com changed: What|Removed |Added CC||r...@thelightfamily.com

svn commit: r1297203 - in /tomcat/tc7.0.x/trunk: ./ test/org/apache/catalina/core/TestStandardContext.java test/org/apache/catalina/core/TestStandardWrapper.java

2012-03-05 Thread markt
Author: markt Date: Mon Mar 5 19:50:50 2012 New Revision: 1297203 URL: http://svn.apache.org/viewvc?rev=1297203view=rev Log: Fix remaining failing tests after error response bodies were made available Modified: tomcat/tc7.0.x/trunk/ (props changed)

svn commit: r1297209 - /tomcat/trunk/java/org/apache/catalina/startup/Catalina.java

2012-03-05 Thread markt
Author: markt Date: Mon Mar 5 20:10:32 2012 New Revision: 1297209 URL: http://svn.apache.org/viewvc?rev=1297209view=rev Log: Code clean-up. Add some finally blocks to close resources. Not really necessary since JVM is shutting down. BZ 52724. Modified:

svn commit: r1297210 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/catalina/startup/Catalina.java webapps/docs/changelog.xml

2012-03-05 Thread markt
Author: markt Date: Mon Mar 5 20:12:32 2012 New Revision: 1297210 URL: http://svn.apache.org/viewvc?rev=1297210view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=52724 Code clean-up. Add some finally blocks to close resources. Not really necessary since JVM is shutting down.

DO NOT REPLY [Bug 52724] An incomplete fix for the resource leak bugs in Catalina.java

2012-03-05 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=52724 Mark Thomas ma...@apache.org changed: What|Removed |Added Status|NEW |RESOLVED

buildbot success in ASF Buildbot on tomcat-trunk

2012-03-05 Thread buildbot
The Buildbot has detected a restored build on builder tomcat-trunk while building ASF Buildbot. Full details are available at: http://ci.apache.org/builders/tomcat-trunk/builds/2812 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: bb-vm_ubuntu Build Reason: scheduler Build

svn commit: r1297213 - /tomcat/trunk/java/org/apache/jasper/compiler/JspUtil.java

2012-03-05 Thread markt
Author: markt Date: Mon Mar 5 20:20:00 2012 New Revision: 1297213 URL: http://svn.apache.org/viewvc?rev=1297213view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=52725 Use constant rather than hard-coded package name since package name is meant to be configurable. Modified:

svn commit: r1297216 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/jasper/compiler/JspUtil.java webapps/docs/changelog.xml

2012-03-05 Thread markt
Author: markt Date: Mon Mar 5 20:21:59 2012 New Revision: 1297216 URL: http://svn.apache.org/viewvc?rev=1297216view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=52725 Use constant rather than hard-coded package name since package name is meant to be configurable. Modified:

DO NOT REPLY [Bug 52725] org.apache.jasper.compiler.JspUtil#getTagHandlerClassName() does not use org.apache.jasper.Constants.TAG_FILE_PACKAGE_NAME

2012-03-05 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=52725 Mark Thomas ma...@apache.org changed: What|Removed |Added Status|NEW |RESOLVED

buildbot failure in ASF Buildbot on tomcat-trunk

2012-03-05 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/2813 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: bb-vm_ubuntu Build Reason: scheduler Build Source

buildbot success in ASF Buildbot on tomcat-trunk

2012-03-05 Thread buildbot
The Buildbot has detected a restored build on builder tomcat-trunk while building ASF Buildbot. Full details are available at: http://ci.apache.org/builders/tomcat-trunk/builds/2814 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: bb-vm_ubuntu Build Reason: scheduler Build

Re: svn commit: r1296944 - /tomcat/native/trunk/native/src/poll.c

2012-03-05 Thread Costin Manolache
On Mon, Mar 5, 2012 at 4:45 AM, Mladen Turk mt...@apache.org wrote: On 03/05/2012 07:30 AM, cos...@apache.org wrote: Author: costin Date: Mon Mar 5 06:30:17 2012 New Revision: 1296944 URL: http://svn.apache.org/viewvc?**rev=1296944view=revhttp://svn.apache.org/viewvc?rev=1296944view=rev

svn commit: r1297241 - /tomcat/maven-plugin/trunk/tomcat7-maven-plugin/src/main/java/org/apache/tomcat/maven/plugin/tomcat7/run/RunMojo.java

2012-03-05 Thread olamy
Author: olamy Date: Mon Mar 5 21:52:56 2012 New Revision: 1297241 URL: http://svn.apache.org/viewvc?rev=1297241view=rev Log: [MTOMCAT-123] Can't add test scoped dependency filters to web.xml. Modified:

[jira] [Closed] (MTOMCAT-123) Can't add test scoped dependency filters to web.xml

2012-03-05 Thread Olivier Lamy (Closed) (JIRA)
[ https://issues.apache.org/jira/browse/MTOMCAT-123?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Olivier Lamy closed MTOMCAT-123. Resolution: Fixed Fix Version/s: 2.0 fixed r1297241. SNAPSHOT deployed.

DO NOT REPLY [Bug 52833] New: NPE with 7.0.26

2012-03-05 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=52833 Bug #: 52833 Summary: NPE with 7.0.26 Product: Tomcat 7 Version: 7.0.26 Platform: All OS/Version: Mac OS X 10.4 Status: NEW Severity: regression

DO NOT REPLY [Bug 52833] NPE with 7.0.26

2012-03-05 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=52833 --- Comment #1 from olamy ol...@apache.org 2012-03-05 23:45:50 UTC --- Created attachment 28422 -- https://issues.apache.org/bugzilla/attachment.cgi?id=28422 attach a patch for review simply adding a NPE check. -- Configure bugmail:

Re: svn commit: r1296944 - /tomcat/native/trunk/native/src/poll.c

2012-03-05 Thread Costin Manolache
On Mon, Mar 5, 2012 at 1:39 PM, Costin Manolache cos...@gmail.com wrote: On Mon, Mar 5, 2012 at 4:45 AM, Mladen Turk mt...@apache.org wrote: On 03/05/2012 07:30 AM, cos...@apache.org wrote: Author: costin Date: Mon Mar 5 06:30:17 2012 New Revision: 1296944 URL:

DO NOT REPLY [Bug 52659] Shared memory becomes corrupted

2012-03-05 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=52659 Alex Samad alex.sa...@yieldbroker.com changed: What|Removed |Added OS/Version||Windows

Re: svn commit: r1296944 - /tomcat/native/trunk/native/src/poll.c

2012-03-05 Thread Mladen Turk
On 03/06/2012 12:55 AM, Costin Manolache wrote: On Mon, Mar 5, 2012 at 1:39 PM, Costin Manolachecos...@gmail.com wrote: apr_pollset_drain_wakeup_pipe(pollset); rv = APR_EINTR; } (interrupt() calls poll_wakepup which writes to

[GUMP@vmgump]: Project tomcat-taglibs-standard (in module tomcat-taglibs) failed

2012-03-05 Thread Gump
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-taglibs-standard has an issue affecting its community