svn commit: r1402014 - in /tomcat/trunk/modules/jdbc-pool/src/main/java/org/apache/tomcat/jdbc: naming/ pool/interceptor/

2012-10-25 Thread markt
Author: markt Date: Thu Oct 25 08:17:13 2012 New Revision: 1402014 URL: http://svn.apache.org/viewvc?rev=1402014view=rev Log: Fix some Eclipse warnings Modified: tomcat/trunk/modules/jdbc-pool/src/main/java/org/apache/tomcat/jdbc/naming/GenericNamingResourcesFactory.java

svn commit: r1402018 - in /tomcat/trunk/test/org/apache/catalina: connector/ filters/ startup/ tribes/test/transport/

2012-10-25 Thread markt
Author: markt Date: Thu Oct 25 08:29:22 2012 New Revision: 1402018 URL: http://svn.apache.org/viewvc?rev=1402018view=rev Log: Fix Eclipse warnings in unit tests Modified: tomcat/trunk/test/org/apache/catalina/connector/TestSendFile.java

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

2012-10-25 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

svn commit: r1402021 - /tomcat/trunk/java/org/apache/catalina/session/PersistentManagerBase.java

2012-10-25 Thread kfujino
Author: kfujino Date: Thu Oct 25 08:42:20 2012 New Revision: 1402021 URL: http://svn.apache.org/viewvc?rev=1402021view=rev Log: Add support for LAST_ACCESS_AT_START system property to PersistentManager. Modified: tomcat/trunk/java/org/apache/catalina/session/PersistentManagerBase.java

svn commit: r1402024 - in /tomcat/trunk/test: org/apache/jasper/tagplugins/jstl/core/TestSet.java webapp-3.0/WEB-INF/tags/bug54012.tag webapp-3.0/bug54012.jsp

2012-10-25 Thread markt
Author: markt Date: Thu Oct 25 08:44:16 2012 New Revision: 1402024 URL: http://svn.apache.org/viewvc?rev=1402024view=rev Log: Test case for BZ54012 Added: tomcat/trunk/test/org/apache/jasper/tagplugins/jstl/core/TestSet.java (with props)

svn commit: r1402025 - in /tomcat/tc7.0.x/trunk: java/org/apache/catalina/session/PersistentManagerBase.java webapps/docs/changelog.xml

2012-10-25 Thread kfujino
Author: kfujino Date: Thu Oct 25 08:47:08 2012 New Revision: 1402025 URL: http://svn.apache.org/viewvc?rev=1402025view=rev Log: Add support for LAST_ACCESS_AT_START system property to PersistentManager. Modified:

svn commit: r1402108 - /tomcat/trunk/java/org/apache/catalina/tribes/group/interceptors/TcpFailureDetector.java

2012-10-25 Thread kfujino
Author: kfujino Date: Thu Oct 25 11:51:10 2012 New Revision: 1402108 URL: http://svn.apache.org/viewvc?rev=1402108view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=54045. Make sure getMembers() returns available member when TcpFailureDetector works in static cluster.

svn commit: r1402110 - in /tomcat/tc7.0.x/trunk: java/org/apache/catalina/tribes/group/interceptors/TcpFailureDetector.java webapps/docs/changelog.xml

2012-10-25 Thread kfujino
Author: kfujino Date: Thu Oct 25 11:54:21 2012 New Revision: 1402110 URL: http://svn.apache.org/viewvc?rev=1402110view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=54045. Make sure getMembers() returns available member when TcpFailureDetector works in static cluster.

svn commit: r1402113 - in /tomcat/trunk/java/org/apache/jasper: compiler/Compiler.java compiler/PageInfo.java compiler/TagPluginManager.java compiler/tagplugin/TagPluginContext.java tagplugins/jstl/co

2012-10-25 Thread markt
Author: markt Date: Thu Oct 25 11:57:13 2012 New Revision: 1402113 URL: http://svn.apache.org/viewvc?rev=1402113view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=54012 Enable the tag plug-in for c:set to work in tag files. Based on a patch by Sheldon Shao. Modified:

svn commit: r1402115 - in /tomcat/trunk/test/org/apache/jasper/tagplugins/jstl/core: AbstractTestTag.java TestOut.java TestSet.java

2012-10-25 Thread markt
Author: markt Date: Thu Oct 25 11:58:00 2012 New Revision: 1402115 URL: http://svn.apache.org/viewvc?rev=1402115view=rev Log: Enable test case for BZ54012 and refactor common code to base class. Added: tomcat/trunk/test/org/apache/jasper/tagplugins/jstl/core/AbstractTestTag.java Modified:

svn commit: r1402117 - /tomcat/tc6.0.x/trunk/STATUS.txt

2012-10-25 Thread kfujino
Author: kfujino Date: Thu Oct 25 11:58:38 2012 New Revision: 1402117 URL: http://svn.apache.org/viewvc?rev=1402117view=rev Log: Proposal. Modified: tomcat/tc6.0.x/trunk/STATUS.txt Modified: tomcat/tc6.0.x/trunk/STATUS.txt URL:

[Bug 54045] ReplicatedMap don't like TcpFailureDetector in static configuration

2012-10-25 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=54045 Keiichi Fujino kfuj...@apache.org changed: What|Removed |Added OS||All ---

[Bug 54045] ReplicatedMap don't like TcpFailureDetector in static configuration

2012-10-25 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=54045 Keiichi Fujino kfuj...@apache.org changed: What|Removed |Added Component|Cluster |Cluster

[Bug 54012] No pageContext in tag files' generated java code when using code generation by JSTL tagplugin Set

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

svn commit: r1402119 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/catalina/startup/ java/org/apache/jasper/compiler/ java/org/apache/jasper/compiler/tagplugin/ java/org/apache/jasper/tagplugins/jstl

2012-10-25 Thread markt
Author: markt Date: Thu Oct 25 12:07:07 2012 New Revision: 1402119 URL: http://svn.apache.org/viewvc?rev=1402119view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=54012 Enable the tag plug-in for c:set to work in tag files. Based on a patch by Sheldon Shao. Modified:

svn commit: r1402122 - /tomcat/trunk/java/org/apache/jasper/compiler/Generator.java

2012-10-25 Thread markt
Author: markt Date: Thu Oct 25 12:14:09 2012 New Revision: 1402122 URL: http://svn.apache.org/viewvc?rev=1402122view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=54017 Simplify and reduce GC. Modified: tomcat/trunk/java/org/apache/jasper/compiler/Generator.java Modified:

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

2012-10-25 Thread markt
Author: markt Date: Thu Oct 25 12:16:22 2012 New Revision: 1402123 URL: http://svn.apache.org/viewvc?rev=1402123view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=54017 Simplify and reduce GC. Modified: tomcat/tc7.0.x/trunk/ (props changed)

[Bug 54017] new String instance is generated for constant string in Generator.convertString

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

[Bug 54019] org.apache.coyote.Response org.apache.coyote.Request don't call recycle() on notes[] elements.

2012-10-25 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=54019 Mark Thomas ma...@apache.org changed: What|Removed |Added Severity|critical|normal --- Comment

[Bug 54019] org.apache.coyote.Response org.apache.coyote.Request don't call recycle() on notes[] elements.

2012-10-25 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=54019 --- Comment #3 from F.Arnoud frederic.arn...@gmail.com --- I tried to extract the scheme of main application in a shorter test case. But I cannot reproduce it. 1) For the buffer violation: I can reproduce it but only if I don't respect the

[Bug 54019] org.apache.coyote.Response org.apache.coyote.Request don't call recycle() on notes[] elements.

2012-10-25 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=54019 Mark Thomas ma...@apache.org changed: What|Removed |Added Status|NEEDINFO|RESOLVED

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

2012-10-25 Thread markt
Author: markt Date: Thu Oct 25 22:12:33 2012 New Revision: 1402345 URL: http://svn.apache.org/viewvc?rev=1402345view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=54022 Ensure Comet END event is triggered on client disconnect with APR/native on Windows Vista/2k8 or later. Patch

svn commit: r1402346 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/coyote/AbstractProtocol.java webapps/docs/changelog.xml

2012-10-25 Thread markt
Author: markt Date: Thu Oct 25 22:14:29 2012 New Revision: 1402346 URL: http://svn.apache.org/viewvc?rev=1402346view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=54022 Ensure Comet END event is triggered on client disconnect with APR/native on Windows Vista/2k8 or later. Patch

[Bug 54022] CometEvent.END event is not sent on a suspended socket disconnect when running with Tomcat Native (tcnative-1.dll) on Windows Vista / Windows Server 2008 or newer.

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

[Bug 54025] Issue with file returning -1 time just as in bug 53257

2012-10-25 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=54025 --- Comment #1 from Mark Thomas ma...@apache.org --- No need to apologise. You did exactly the right thing. I have added some test cases locally and I do see this failure. I am investigating now. -- You are receiving this mail because:

svn commit: r1402348 - in /tomcat/trunk/test: org/apache/jasper/compiler/ webapp-3.0/bug53257/ webapp-3.0/bug53257/foo bar/

2012-10-25 Thread markt
Author: markt Date: Thu Oct 25 22:38:36 2012 New Revision: 1402348 URL: http://svn.apache.org/viewvc?rev=1402348view=rev Log: Expand test cases to cover BZ54025 Added: tomcat/trunk/test/webapp-3.0/bug53257/foo bar/ tomcat/trunk/test/webapp-3.0/bug53257/foo bar.jsp (with props)

[Bug 54025] Issue with file returning -1 time just as in bug 53257

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

svn commit: r1402349 - in /tomcat/tc7.0.x/trunk: ./ test/org/apache/jasper/compiler/TestCompiler.java test/webapp-3.0/bug53257/foo bar.jsp test/webapp-3.0/bug53257/foo bar.txt test/webapp-3.0/bug53257

2012-10-25 Thread markt
Author: markt Date: Thu Oct 25 22:41:03 2012 New Revision: 1402349 URL: http://svn.apache.org/viewvc?rev=1402349view=rev Log: Expand test cases to cover BZ54025 Added: tomcat/tc7.0.x/trunk/test/webapp-3.0/bug53257/foo bar/ - copied from r1402348,

svn commit: r1402350 - /tomcat/trunk/conf/web.xml

2012-10-25 Thread markt
Author: markt Date: Thu Oct 25 23:02:01 2012 New Revision: 1402350 URL: http://svn.apache.org/viewvc?rev=1402350view=rev Log: MIME types update: sync with Apache webserver mime.types file using res/scripts/check-mime.pl. Modified: tomcat/trunk/conf/web.xml Modified:

svn commit: r1402351 - in /tomcat/tc7.0.x/trunk: ./ conf/web.xml webapps/docs/changelog.xml

2012-10-25 Thread markt
Author: markt Date: Thu Oct 25 23:04:04 2012 New Revision: 1402351 URL: http://svn.apache.org/viewvc?rev=1402351view=rev Log: MIME types update: sync with Apache webserver mime.types file using res/scripts/check-mime.pl. Modified: tomcat/tc7.0.x/trunk/ (props changed)

[Bug 54028] Please add mime mapping for html5 manifest

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

[jira] [Created] (MTOMCAT-184) Entire web.xml is logged at level INFO

2012-10-25 Thread Dennis Homann (JIRA)
Dennis Homann created MTOMCAT-184: - Summary: Entire web.xml is logged at level INFO Key: MTOMCAT-184 URL: https://issues.apache.org/jira/browse/MTOMCAT-184 Project: Apache Tomcat Maven Plugin

buildbot failure in ASF Buildbot on tomcat-7-trunk

2012-10-25 Thread buildbot
The Buildbot has detected a new failure on builder tomcat-7-trunk while building ASF Buildbot. Full details are available at: http://ci.apache.org/builders/tomcat-7-trunk/builds/881 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: bb-vm_ubuntu Build Reason: scheduler Build

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

2012-10-25 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-validate-eoln has an issue affecting its community

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

2012-10-25 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-validate has an issue affecting its community

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

2012-10-25 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-validate has an issue affecting its community integration.