Re: Offline generation of effective web.xml

2012-12-03 Thread Violeta Georgieva
Hi Mark, > OK. First question. How did you create your git repo? I am trying to add > your repo as a remote repo to my own but there are no common ancestors. > I think I can hack around this but I'd like to understand how it > happened in the first place. > I'm using "git svn". The last rebase th

[Tomcat Wiki] Update of "FAQ/Password" by markt

2012-12-03 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Tomcat Wiki" for change notification. The "FAQ/Password" page has been changed by markt: http://wiki.apache.org/tomcat/FAQ/Password?action=diff&rev1=7&rev2=8 Comment: Add note about how the config file should be protected

Re: Offline generation of effective web.xml

2012-12-03 Thread Mark Thomas
On 03/12/2012 08:51, Violeta Georgieva wrote: > Hi Mark, > >> OK. First question. How did you create your git repo? I am trying to add >> your repo as a remote repo to my own but there are no common ancestors. >> I think I can hack around this but I'd like to understand how it >> happened in the f

svn commit: r1416397 - in /tomcat/trunk: java/org/apache/tomcat/websocket/LocalStrings.properties java/org/apache/tomcat/websocket/UriTemplate.java test/org/apache/tomcat/websocket/TestUriTemplate.jav

2012-12-03 Thread markt
Author: markt Date: Mon Dec 3 09:47:56 2012 New Revision: 1416397 URL: http://svn.apache.org/viewvc?rev=1416397&view=rev Log: Use Pattern.quote() as suggested by kkolinko Tighten up implementation. WS spec (draft 8, section 3.1.1.) states "if the relative path is a URI template (level-1) the req

[Bug 54191] TomEE 1.5+ SNAPSHOT struggling with PrimeFaces p:calendar readonlyInput="#{someEL ? 'true' : 'false'}"

2012-12-03 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=54191 --- Comment #5 from Mark Thomas --- It has been over a week with no response to my request for further information. I'll leave this open a little longer but without the requested information this is going to get resolved as WORKSFORME. --

Time for 7.0.34

2012-12-03 Thread Mark Thomas
There isn't much in the 7.0.x change log but it is the start of the month so I'm starting the 7.0.34 release process. The plan, as always is: - fix any open bugs - check the unit tests and TCKs - tag - vote - hopefully release Best guess right now is that I'll be tagging 7.0.34 tomorrow. Mark --

[Bug 54217] JDBC connection pool runs out of connections when Context reload=“true” is enabled in Tomcat

2012-12-03 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=54217 --- Comment #4 from Mark Thomas --- There looks to be a memory leak here. Stopping the context should make the connections eligible for GC but a reference is being retained by the PoolCleaner thread. -- You are receiving this mail because

Re: Time for 7.0.34

2012-12-03 Thread Konstantin Kolinko
2012/12/3 Mark Thomas : > There isn't much in the 7.0.x change log but it is the start of the > month so I'm starting the 7.0.34 release process. The plan, as always is: > - fix any open bugs > - check the unit tests and TCKs > - tag > - vote > - hopefully release > > Best guess right now is that I

Re: svn commit: r1415081 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/catalina/valves/ webapps/docs/ webapps/docs/config/

2012-12-03 Thread Konstantin Kolinko
2012/11/29 : > Author: rjung > Date: Thu Nov 29 08:33:47 2012 > New Revision: 1415081 > > URL: http://svn.apache.org/viewvc?rev=1415081&view=rev > Log: > Add new ALV attribute "renameOnRotate" (Default:false). > > If set to "true", the "fileDateFormat" will not be part > of the current log file. O

Re: Time for 7.0.34

2012-12-03 Thread Mark Thomas
On 03/12/2012 11:00, Konstantin Kolinko wrote: > 2012/12/3 Mark Thomas : >> There isn't much in the 7.0.x change log but it is the start of the >> month so I'm starting the 7.0.34 release process. The plan, as always is: >> - fix any open bugs >> - check the unit tests and TCKs >> - tag >> - vote >

[Bug 53565] deprecated

2012-12-03 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53565 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

svn commit: r1416450 - in /tomcat/tc7.0.x/trunk: ./ modules/jdbc-pool/src/main/java/org/apache/tomcat/jdbc/pool/ modules/jdbc-pool/src/main/java/org/apache/tomcat/jdbc/pool/interceptor/ webapps/docs/

2012-12-03 Thread markt
Author: markt Date: Mon Dec 3 11:15:12 2012 New Revision: 1416450 URL: http://svn.apache.org/viewvc?rev=1416450&view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=53565 Fix a handful of Eclipse warnings in the JDBC pool source code Modified: tomcat/tc7.0.x/trunk/ (props c

[Bug 54116] Deadlocks with mysql driver

2012-12-03 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=54116 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug 54190] TestNonLoginAndBasicAuthenticator does not test session timeout properly

2012-12-03 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=54190 --- Comment #7 from Brian Burch --- Created attachment 29669 --> https://issues.apache.org/bugzilla/attachment.cgi?id=29669&action=edit Faster detection of expired session in timeout test case Reduce run time of testBasicLoginSessionTime

[Bug 54190] TestNonLoginAndBasicAuthenticator does not test session timeout properly

2012-12-03 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=54190 Brian Burch changed: What|Removed |Added Status|RESOLVED|REOPENED Resolution|FIXED

[OT] was Re: Time for 7.0.34

2012-12-03 Thread Jess Holle
On 12/3/2012 5:09 AM, Mark Thomas wrote: On 03/12/2012 11:00, Konstantin Kolinko wrote: 1. I think we need to switch over to the recently released Daemon 1.0.11. There is a regression that needs to be fixed. I think we should wait for 1.0.12. Can you elaborate on the regression? [Having just m

[Bug 54235] New: tomcat jdbc pool stackoverflow error used with spring

2012-12-03 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=54235 Bug ID: 54235 Summary: tomcat jdbc pool stackoverflow error used with spring Product: Tomcat Modules Version: unspecified Hardware: PC Status: NEW Severity: normal

Re: [OT] was Re: Time for 7.0.34

2012-12-03 Thread Rainer Jung
On 03.12.2012 12:27, Jess Holle wrote: > On 12/3/2012 5:09 AM, Mark Thomas wrote: >> On 03/12/2012 11:00, Konstantin Kolinko wrote: >>> 1. I think we need to switch over to the recently released Daemon >>> 1.0.11. >> There is a regression that needs to be fixed. I think we should wait for >> 1.0.12

Re: svn commit: r1415184 - in /tomcat/tc7.0.x/trunk: ./ test/org/apache/catalina/authenticator/TestNonLoginAndBasicAuthenticator.java webapps/docs/changelog.xml

2012-12-03 Thread Brian Burch
On 02/12/12 22:00, Konstantin Kolinko wrote: 2012/11/29 : Author: markt Date: Thu Nov 29 14:35:02 2012 New Revision: 1415184 URL: http://svn.apache.org/viewvc?rev=1415184&view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=54190 Improve unit tests. Patch by Brian Burch. Modif

svn commit: r1416458 - /tomcat/trunk/modules/jdbc-pool/src/main/java/org/apache/tomcat/jdbc/pool/ConnectionPool.java

2012-12-03 Thread markt
Author: markt Date: Mon Dec 3 11:45:47 2012 New Revision: 1416458 URL: http://svn.apache.org/viewvc?rev=1416458&view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=54217 Prevent PoolCleaner instances retaining references to the ConnectionPool which may result in a memory leak.

Re: [OT] was Re: Time for 7.0.34

2012-12-03 Thread Jess Holle
On 12/3/2012 5:39 AM, Rainer Jung wrote: On 03.12.2012 12:27, Jess Holle wrote: On 12/3/2012 5:09 AM, Mark Thomas wrote: On 03/12/2012 11:00, Konstantin Kolinko wrote: 1. I think we need to switch over to the recently released Daemon 1.0.11. There is a regression that needs to be fixed. I thi

[Bug 54217] JDBC connection pool runs out of connections when Context reload=“true” is enabled in Tomcat

2012-12-03 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=54217 Mark Thomas changed: What|Removed |Added Component|Documentation |jdbc-pool Version|7.0.32

svn commit: r1416459 - in /tomcat/tc7.0.x/trunk: ./ modules/jdbc-pool/src/main/java/org/apache/tomcat/jdbc/pool/ConnectionPool.java

2012-12-03 Thread markt
Author: markt Date: Mon Dec 3 11:48:27 2012 New Revision: 1416459 URL: http://svn.apache.org/viewvc?rev=1416459&view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=54217 Prevent PoolCleaner instances retaining references to the ConnectionPool which may result in a memory leak.

[Bug 54217] JDBC connection pool runs out of connections when Context reload=“true” is enabled in Tomcat

2012-12-03 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=54217 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug 53871] java.lang.StackOverflowError on deploying a web application

2012-12-03 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53871 Matthias Schuetz changed: What|Removed |Added Status|RESOLVED|REOPENED Resolution|WOR

Re: svn commit: r1415081 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/catalina/valves/ webapps/docs/ webapps/docs/config/

2012-12-03 Thread Rainer Jung
On 03.12.2012 12:09, Konstantin Kolinko wrote: > 2012/11/29 : >> Author: rjung >> Date: Thu Nov 29 08:33:47 2012 >> New Revision: 1415081 >> >> URL: http://svn.apache.org/viewvc?rev=1415081&view=rev >> Log: >> Add new ALV attribute "renameOnRotate" (Default:false). >> >> If set to "true", the "fil

Re: svn commit: r1415081 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/catalina/valves/ webapps/docs/ webapps/docs/config/

2012-12-03 Thread Rainer Jung
On 03.12.2012 12:09, Konstantin Kolinko wrote: > 2012/11/29 : >> Author: rjung >> Date: Thu Nov 29 08:33:47 2012 >> New Revision: 1415081 >> >> URL: http://svn.apache.org/viewvc?rev=1415081&view=rev >> Log: >> Add new ALV attribute "renameOnRotate" (Default:false). >> >> If set to "true", the "fil

svn commit: r1416481 - /tomcat/trunk/test/org/apache/catalina/authenticator/TestNonLoginAndBasicAuthenticator.java

2012-12-03 Thread markt
Author: markt Date: Mon Dec 3 12:10:05 2012 New Revision: 1416481 URL: http://svn.apache.org/viewvc?rev=1416481&view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=54190 Speed up unit test. Patch provided by Brian Burch. Modified: tomcat/trunk/test/org/apache/catalina/authe

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

2012-12-03 Thread markt
Author: markt Date: Mon Dec 3 12:11:08 2012 New Revision: 1416483 URL: http://svn.apache.org/viewvc?rev=1416483&view=rev Log: Speed up unit test. Patch provided by Brian Burch. Modified: tomcat/tc7.0.x/trunk/ (props changed) tomcat/tc7.0.x/trunk/test/org/apache/catalina/authenticator/

[Bug 54190] TestNonLoginAndBasicAuthenticator does not test session timeout properly

2012-12-03 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=54190 Mark Thomas changed: What|Removed |Added Status|REOPENED|RESOLVED Resolution|---

svn commit: r1416490 - /tomcat/trunk/java/org/apache/catalina/startup/ContextConfig.java

2012-12-03 Thread markt
Author: markt Date: Mon Dec 3 12:32:44 2012 New Revision: 1416490 URL: http://svn.apache.org/viewvc?rev=1416490&view=rev Log: Fix indent Modified: tomcat/trunk/java/org/apache/catalina/startup/ContextConfig.java Modified: tomcat/trunk/java/org/apache/catalina/startup/ContextConfig.java URL:

[Bug 53871] java.lang.StackOverflowError on deploying a web application

2012-12-03 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53871 Mark Thomas changed: What|Removed |Added Severity|major |enhancement --- Comment #6 from Mark

[Bug 54217] JDBC connection pool runs out of connections when Context reload=“true” is enabled in Tomcat

2012-12-03 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=54217 --- Comment #7 from Levan --- (In reply to comment #6) > This has been fixed in trunk and 7.0.x and will be included in 7.0.34 > onwards. Wow it turned out to be a bug. Glad I unintentionally found it ) I will update my answer on StackOve

Re: svn commit: r1415081 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/catalina/valves/ webapps/docs/ webapps/docs/config/

2012-12-03 Thread Konstantin Kolinko
2012/12/3 Rainer Jung : > On 03.12.2012 12:09, Konstantin Kolinko wrote: >> 2012/11/29 : >>> Author: rjung >>> Date: Thu Nov 29 08:33:47 2012 >>> New Revision: 1415081 >>> >>> URL: http://svn.apache.org/viewvc?rev=1415081&view=rev >>> Log: >>> Add new ALV attribute "renameOnRotate" (Default:false)

svn commit: r1416501 - in /tomcat/trunk/java/org/apache/catalina/startup: ContextConfig.java LocalStrings.properties

2012-12-03 Thread markt
Author: markt Date: Mon Dec 3 13:18:34 2012 New Revision: 1416501 URL: http://svn.apache.org/viewvc?rev=1416501&view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=53871 Improve error message for StackOverflowError Modified: tomcat/trunk/java/org/apache/catalina/startup/Cont

svn commit: r1416502 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/catalina/startup/ContextConfig.java java/org/apache/catalina/startup/LocalStrings.properties webapps/docs/changelog.xml

2012-12-03 Thread markt
Author: markt Date: Mon Dec 3 13:21:57 2012 New Revision: 1416502 URL: http://svn.apache.org/viewvc?rev=1416502&view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=53871 Improve error message for StackOverflowError Modified: tomcat/tc7.0.x/trunk/ (props changed) tomcat

[Bug 53871] java.lang.StackOverflowError on deploying a web application

2012-12-03 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53871 Mark Thomas changed: What|Removed |Added Status|REOPENED|RESOLVED Resolution|---

svn commit: r1416529 - in /tomcat/trunk/java/org/apache/catalina/valves: AccessLogValve.java LocalStrings.properties

2012-12-03 Thread rjung
Author: rjung Date: Mon Dec 3 14:10:30 2012 New Revision: 1416529 URL: http://svn.apache.org/viewvc?rev=1416529&view=rev Log: Only rename AccessLogValve file with renameOnrotate=true if target file does not already exist. We don't want to overwrite existing files. Prefer not to rotate. Typical

svn commit: r1416531 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/catalina/valves/AccessLogValve.java java/org/apache/catalina/valves/LocalStrings.properties

2012-12-03 Thread rjung
Author: rjung Date: Mon Dec 3 14:13:04 2012 New Revision: 1416531 URL: http://svn.apache.org/viewvc?rev=1416531&view=rev Log: Only rename AccessLogValve file with renameOnrotate=true if target file does not already exist. We don't want to overwrite existing files. Prefer not to rotate. Typical

Re: Time for 7.0.34

2012-12-03 Thread Rainer Jung
On 03.12.2012 11:13, Mark Thomas wrote: > There isn't much in the 7.0.x change log but it is the start of the > month so I'm starting the 7.0.34 release process. The plan, as always is: > - fix any open bugs > - check the unit tests and TCKs > - tag > - vote > - hopefully release > > Best guess ri

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

2012-12-03 Thread markt
Author: markt Date: Mon Dec 3 14:18:31 2012 New Revision: 1416534 URL: http://svn.apache.org/viewvc?rev=1416534&view=rev Log: If the status code is an error but there was no response body, the error input stream will be null. Handle this. Modified: tomcat/trunk/test/org/apache/catalina/star

svn commit: r1416535 - in /tomcat/trunk: java/org/apache/catalina/valves/ErrorReportValve.java test/org/apache/catalina/valves/TestErrorReportValve.java

2012-12-03 Thread markt
Author: markt Date: Mon Dec 3 14:19:39 2012 New Revision: 1416535 URL: http://svn.apache.org/viewvc?rev=1416535&view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=54220 The ErrorReportValve should only generate an error response if the error flag on the response is true. Modif

svn commit: r1416537 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/catalina/valves/ErrorReportValve.java test/org/apache/catalina/startup/TomcatBaseTest.java test/org/apache/catalina/valves/TestError

2012-12-03 Thread markt
Author: markt Date: Mon Dec 3 14:21:12 2012 New Revision: 1416537 URL: http://svn.apache.org/viewvc?rev=1416537&view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=54220 The ErrorReportValve should only generate an error response if the error flag on the response is true. Modif

[Bug 54220] ErrorReportValve invoked on non-error responses too

2012-12-03 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=54220 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug 54220] ErrorReportValve invoked on non-error responses too

2012-12-03 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=54220 Mark Thomas changed: What|Removed |Added Status|RESOLVED|REOPENED Resolution|FIXED

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

2012-12-03 Thread markt
Author: markt Date: Mon Dec 3 14:25:05 2012 New Revision: 1416539 URL: http://svn.apache.org/viewvc?rev=1416539&view=rev Log: Proposal Modified: tomcat/tc6.0.x/trunk/STATUS.txt Modified: tomcat/tc6.0.x/trunk/STATUS.txt URL: http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/STATUS.txt?rev=1

[Bug 54220] ErrorReportValve invoked on non-error responses too

2012-12-03 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=54220 --- Comment #3 from Mark Thomas --- Proposed for 6.0.x -- You are receiving this mail because: You are the assignee for the bug. - To unsubscribe, e-mail: dev-unsubscr..

Re: Offline generation of effective web.xml

2012-12-03 Thread Violeta Georgieva
> > From which git repository? I couldn't find that commit ID in the ASF git > repo for Tomcat trunk nor the GitHub mirror. Ok I understood where the missunderstanding is. That repo (in my github profile) is my own git-to-svn repo and is not a fork from the one available in github. Having my own

Re: Offline generation of effective web.xml

2012-12-03 Thread Mark Thomas
On 03/12/2012 14:51, Violeta Georgieva wrote: >> >> From which git repository? I couldn't find that commit ID in the ASF git >> repo for Tomcat trunk nor the GitHub mirror. > > > Ok I understood where the missunderstanding is. > That repo (in my github profile) is my own git-to-svn repo and is no

svn commit: r1416568 - in /tomcat/trunk: java/org/apache/tomcat/websocket/ServerContainerImpl.java webapps/examples/WEB-INF/classes/websocket/echo/WsConfigListener.java

2012-12-03 Thread markt
Author: markt Date: Mon Dec 3 15:51:12 2012 New Revision: 1416568 URL: http://svn.apache.org/viewvc?rev=1416568&view=rev Log: Fix a bunch of failing unit tests. Modified: tomcat/trunk/java/org/apache/tomcat/websocket/ServerContainerImpl.java tomcat/trunk/webapps/examples/WEB-INF/classes

[jira] [Created] (MTOMCAT-187) Scan resources executing run goal

2012-12-03 Thread JIRA
Sergio Fernández created MTOMCAT-187: Summary: Scan resources executing run goal Key: MTOMCAT-187 URL: https://issues.apache.org/jira/browse/MTOMCAT-187 Project: Apache Tomcat Maven Plugin

[jira] [Updated] (MTOMCAT-187) Scan resources executing run goal

2012-12-03 Thread JIRA
[ https://issues.apache.org/jira/browse/MTOMCAT-187?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sergio Fernández updated MTOMCAT-187: - Description: I tried to find this detail at the documentation, but sorry but I didn't.

[jira] [Commented] (MTOMCAT-187) Scan resources executing run goal

2012-12-03 Thread *$^¨%`£
[ https://issues.apache.org/jira/browse/MTOMCAT-187?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13508825#comment-13508825 ] Olivier Lamy (*$^¨%`£) commented on MTOMCAT-187: Did you have a look at

[jira] [Commented] (MTOMCAT-187) Scan resources executing run goal

2012-12-03 Thread JIRA
[ https://issues.apache.org/jira/browse/MTOMCAT-187?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13508827#comment-13508827 ] Sergio Fernández commented on MTOMCAT-187: -- Umm, not... I'll try it. What's the

[jira] [Commented] (MTOMCAT-187) Scan resources executing run goal

2012-12-03 Thread *$^¨%`£
[ https://issues.apache.org/jira/browse/MTOMCAT-187?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13508828#comment-13508828 ] Olivier Lamy (*$^¨%`£) commented on MTOMCAT-187: -1 == never :-)

Re: svn commit: r1415184 - in /tomcat/tc7.0.x/trunk: ./ test/org/apache/catalina/authenticator/TestNonLoginAndBasicAuthenticator.java webapps/docs/changelog.xml

2012-12-03 Thread Brian Burch
On 03/12/12 11:44, Brian Burch wrote: On 02/12/12 22:00, Konstantin Kolinko wrote: According to Buildbot logs, testBasicLoginSessionTimeout() runs for 2 minutes (125 seconds), mainly due to a sleep() call. I wish there were a way to speed up this test. My thoughts a) Maybe use reflection to

buildbot success in ASF Buildbot on tomcat-trunk

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

[jira] [Commented] (MTOMCAT-187) Scan resources executing run goal

2012-12-03 Thread JIRA
[ https://issues.apache.org/jira/browse/MTOMCAT-187?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13508842#comment-13508842 ] Sergio Fernández commented on MTOMCAT-187: -- Not working for me: org.

[Bug 54217] JDBC connection pool runs out of connections when Context reload=“true” is enabled in Tomcat

2012-12-03 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=54217 --- Comment #8 from Michael Osipov <1983-01...@gmx.net> --- (In reply to comment #5) > Confirmed. This is a memory leak bug in jdbc-pool. PoolCleaner instances are > retaining references to the ConnectionPool preventing it from being GC'd.

[Bug 54217] JDBC connection pool runs out of connections when Context reload=“true” is enabled in Tomcat

2012-12-03 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=54217 --- Comment #9 from Mark Thomas --- As per the docs for closeMethod, that method exists solely to speed up the freeing of resources that would otherwise be freed by GC. -- You are receiving this mail because: You are the assignee for the

Re: svn commit: r1415184 - in /tomcat/tc7.0.x/trunk: ./ test/org/apache/catalina/authenticator/TestNonLoginAndBasicAuthenticator.java webapps/docs/changelog.xml

2012-12-03 Thread Brian Burch
On 03/12/12 16:22, Brian Burch wrote: On 03/12/12 11:44, Brian Burch wrote: On 02/12/12 22:00, Konstantin Kolinko wrote: According to Buildbot logs, testBasicLoginSessionTimeout() runs for 2 minutes (125 seconds), mainly due to a sleep() call. I wish there were a way to speed up this test.

Adding a goal to tomcat7-maven-plugin to build an artifact that is both deployable and executable

2012-12-03 Thread Mitch Kyle
Currently the tomcat7-maven-plugin allows for the creation of an executable jar, Which is fine but because it can't be deployed to tomcat, it requires us to release two artifacts. What I was thinking would be an alternate goal that would instead build a war file for the application with the

svn commit: r1416658 - /tomcat/trunk/java/org/apache/catalina/valves/AccessLogValve.java

2012-12-03 Thread markt
Author: markt Date: Mon Dec 3 20:46:07 2012 New Revision: 1416658 URL: http://svn.apache.org/viewvc?rev=1416658&view=rev Log: Simplify the TimeZone handling in the AccessLogValve and correct a few edge cases. The previous code did not handle edge cases - for example (and what ID'd this issue) t

svn commit: r1416660 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/catalina/valves/AccessLogValve.java webapps/docs/changelog.xml

2012-12-03 Thread markt
Author: markt Date: Mon Dec 3 20:47:57 2012 New Revision: 1416660 URL: http://svn.apache.org/viewvc?rev=1416660&view=rev Log: Simplify the TimeZone handling in the AccessLogValve and correct a few edge cases. The previous code did not handle edge cases - for example (and what ID'd this issue) t

SPDY on the roadmap?

2012-12-03 Thread Elgs Chen
Dear Tomcat Developers, I'm wondering if there's anything about SPDY connector implementation on the Tomcat roadmap? I'm hoping to get some insight about it with Tomcat. Thanks, Elgs - To unsubscribe, e-mail: dev-unsubscr...@to

Re: [Vote] Add comments.apache.org to Tomcat docs

2012-12-03 Thread Keiichi Fujino
2012/11/22 Rainer Jung : > Integrate comments.apache.org with TC 7 docs on tomcat.apache.org: > > [X] +1, go ahead > [ ] 0, I don't care > [ ] -1, Don't integrate, because ... > +1 -- Keiichi.Fujino - To unsubscribe, e-mail

svn commit: r1416787 - /tomcat/trunk/modules/jdbc-pool/src/main/java/org/apache/tomcat/jdbc/pool/ConnectionPool.java

2012-12-03 Thread kfujino
Author: kfujino Date: Tue Dec 4 06:03:27 2012 New Revision: 1416787 URL: http://svn.apache.org/viewvc?rev=1416787&view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=54150 Make sure that SlowQueryReportJmx mbean deregistered during webapp shutdown. Modified: tomcat/trunk/mo

svn commit: r1416789 - in /tomcat/tc7.0.x/trunk: modules/jdbc-pool/src/main/java/org/apache/tomcat/jdbc/pool/ConnectionPool.java webapps/docs/changelog.xml

2012-12-03 Thread kfujino
Author: kfujino Date: Tue Dec 4 06:08:22 2012 New Revision: 1416789 URL: http://svn.apache.org/viewvc?rev=1416789&view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=54150 Make sure that SlowQueryReportJmx mbean deregistered during webapp shutdown. Modified: tomcat/tc7.0.x/

[Bug 54150] SlowQueryReportJmx mbean deregistration failure due to NPE - properties not set during pool close callback

2012-12-03 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=54150 Keiichi Fujino changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

svn commit: r1416793 - /tomcat/trunk/modules/jdbc-pool/src/main/java/org/apache/tomcat/jdbc/pool/DataSource.java

2012-12-03 Thread kfujino
Author: kfujino Date: Tue Dec 4 06:31:27 2012 New Revision: 1416793 URL: http://svn.apache.org/viewvc?rev=1416793&view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=54194 Make sure that connection pool mbean is not registered when jmxEnabled is false. Modified: tomcat/tr

svn commit: r1416794 - in /tomcat/tc7.0.x/trunk: modules/jdbc-pool/src/main/java/org/apache/tomcat/jdbc/pool/DataSource.java webapps/docs/changelog.xml

2012-12-03 Thread kfujino
Author: kfujino Date: Tue Dec 4 06:35:12 2012 New Revision: 1416794 URL: http://svn.apache.org/viewvc?rev=1416794&view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=54194 Make sure that connection pool mbean is not registered when jmxEnabled is false. Modified: tomcat/tc

[Bug 54194] NPE in DataSource.registerJmx() although DataSource is created with setJmxEnabled(false)

2012-12-03 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=54194 Keiichi Fujino changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug 54239] New: Extensible EL Interpreter

2012-12-03 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=54239 Bug ID: 54239 Summary: Extensible EL Interpreter Product: Tomcat 7 Version: trunk Hardware: PC Status: NEW Severity: enhancement Priority: P2 Com

[Bug 54239] Extensible EL Interpreter

2012-12-03 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=54239 --- Comment #1 from Sheldon Shao --- Created attachment 29685 --> https://issues.apache.org/bugzilla/attachment.cgi?id=29685&action=edit ELInterpreterFactory -- You are receiving this mail because: You are the assignee for the bug. ---

[Bug 54239] Extensible EL Interpreter

2012-12-03 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=54239 Sheldon Shao changed: What|Removed |Added Attachment #29684|application/octet-stream|text/plain mime type|

[Bug 54239] Extensible EL Interpreter

2012-12-03 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=54239 --- Comment #2 from Sheldon Shao --- Created attachment 29686 --> https://issues.apache.org/bugzilla/attachment.cgi?id=29686&action=edit Patch for Generator.java -- You are receiving this mail because: You are the assignee for the bug.

buildbot failure in ASF Buildbot on tomcat-7-trunk

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

buildbot failure in ASF Buildbot on tomcat-trunk

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

[Bug 54240] New: Configurable system level tagPlugins.xml

2012-12-03 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=54240 Bug ID: 54240 Summary: Configurable system level tagPlugins.xml Product: Tomcat 7 Version: trunk Hardware: PC Status: NEW Severity: normal Priority: P2

buildbot success in ASF Buildbot on tomcat-7-trunk

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

buildbot success in ASF Buildbot on tomcat-trunk

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

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

2012-12-03 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 integration.

[Bug 54241] New: NPE in BodyContentImpl

2012-12-03 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=54241 Bug ID: 54241 Summary: NPE in BodyContentImpl Product: Tomcat 7 Version: trunk Hardware: PC Status: NEW Severity: major Priority: P2 Component: J