[jira] [Commented] (MTOMCAT-81) mvn tomcat:run does not work with spring tomcat classloader

2011-10-27 Thread zhangxiufang (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/MTOMCAT-81?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13137999#comment-13137999 ] zhangxiufang commented on MTOMCAT-81: - To reproduce this, add following lines in file

svn commit: r1190039 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/catalina/deploy/ContextTransaction.java java/org/apache/catalina/deploy/NamingResources.java

2011-10-27 Thread markt
Author: markt Date: Thu Oct 27 21:14:53 2011 New Revision: 1190039 URL: http://svn.apache.org/viewvc?rev=1190039&view=rev Log: Deprecate unused code Modified: tomcat/tc7.0.x/trunk/ (props changed) tomcat/tc7.0.x/trunk/java/org/apache/catalina/deploy/ContextTransaction.java tomcat/tc

svn commit: r1190034 - in /tomcat/trunk/java/org/apache/catalina/deploy: ContextTransaction.java NamingResources.java

2011-10-27 Thread markt
Author: markt Date: Thu Oct 27 21:10:08 2011 New Revision: 1190034 URL: http://svn.apache.org/viewvc?rev=1190034&view=rev Log: Deprecate unused code in o.a.catalina.deploy Modified: tomcat/trunk/java/org/apache/catalina/deploy/ContextTransaction.java tomcat/trunk/java/org/apache/catalina/

VirtualDirContext useless with JarScanner scanAllDirectories=true?

2011-10-27 Thread Sylvain Laurent
Hello, I'm working on https://issues.apache.org/bugzilla/show_bug.cgi?id=51741 (Eclipse WTP "Serve modules without publishing" broken with tc7, needs patch in tomcat) and though the modifications I'm bringing are small, I'm spending some time creating a junit test that checks that it is possibl

DO NOT REPLY [Bug 51582] NPE in SlowQueryReport

2011-10-27 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=51582 --- Comment #6 from Patric Rufflar 2011-10-27 20:14:28 UTC --- Hi Filip, here is an extended stacktrace of comment #0, however I truncated the lower stack trace elements. > (In reply to comment #0) Note: As the name implies, CStatement.

DO NOT REPLY [Bug 51582] NPE in SlowQueryReport

2011-10-27 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=51582 --- Comment #5 from Filip Hanik 2011-10-27 20:01:18 UTC --- Patrick, in r1189978 this has been fixed. However, if you could post a full stack trace so I can figure out why there is no 'sql' string present, ie, I've missed a call that doesn'

[jira] [Created] (MTOMCAT-104) Running java -jar from a parent directory causes a Zip file error

2011-10-27 Thread Keith Corbin (Created) (JIRA)
Running java -jar from a parent directory causes a Zip file error - Key: MTOMCAT-104 URL: https://issues.apache.org/jira/browse/MTOMCAT-104 Project: Apache Tomcat Maven Plugin I

svn commit: r1189978 - /tomcat/trunk/modules/jdbc-pool/src/main/java/org/apache/tomcat/jdbc/pool/interceptor/SlowQueryReport.java

2011-10-27 Thread fhanik
Author: fhanik Date: Thu Oct 27 19:56:30 2011 New Revision: 1189978 URL: http://svn.apache.org/viewvc?rev=1189978&view=rev Log: https://issues.apache.org/bugzilla/show_bug.cgi?id=51582 Fix NPE when the query is not available. This is a temporary work around until we know why SQL is null Modified

DO NOT REPLY [Bug 51582] NPE in SlowQueryReport

2011-10-27 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=51582 --- Comment #4 from Filip Hanik 2011-10-27 19:47:47 UTC --- (In reply to comment #0) > java.lang.NullPointerException > at java.util.concurrent.ConcurrentHashMap.get(ConcurrentHashMap.java:768) > at > org.apache.tomcat.jdbc.pool.int

svn commit: r1189953 - /tomcat/tc5.5.x/trunk/STATUS.txt

2011-10-27 Thread markt
Author: markt Date: Thu Oct 27 19:25:51 2011 New Revision: 1189953 URL: http://svn.apache.org/viewvc?rev=1189953&view=rev Log: Proposal Modified: tomcat/tc5.5.x/trunk/STATUS.txt Modified: tomcat/tc5.5.x/trunk/STATUS.txt URL: http://svn.apache.org/viewvc/tomcat/tc5.5.x/trunk/STATUS.txt?rev=1

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

2011-10-27 Thread markt
Author: markt Date: Thu Oct 27 18:49:35 2011 New Revision: 1189928 URL: http://svn.apache.org/viewvc?rev=1189928&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

Re: Progress towards mod_jk 1.2.33

2011-10-27 Thread Mark Thomas
On 27/10/2011 19:10, Mladen Truk wrote: > On 10/27/2011 07:45 PM, Rainer Jung wrote: >>> >>> BTW, I plan to support IIS on XP+ which means >>> dropping anything bellow IIS5.1 >> >> I'm OK with dropping support for IIS up until 5.0, e.g. up until Win >> 2000 including if that's what you plan. Starti

Re: Progress towards mod_jk 1.2.33

2011-10-27 Thread Mladen Truk
On 10/27/2011 07:45 PM, Rainer Jung wrote: BTW, I plan to support IIS on XP+ which means dropping anything bellow IIS5.1 I'm OK with dropping support for IIS up until 5.0, e.g. up until Win 2000 including if that's what you plan. Starting support with XP / IIS 5.1 is fine IMHO. Haven't seen a

svn commit: r1189899 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/catalina/connector/ java/org/apache/tomcat/util/buf/ java/org/apache/tomcat/util/http/ webapps/docs/ webapps/docs/config/

2011-10-27 Thread markt
Author: markt Date: Thu Oct 27 18:02:27 2011 New Revision: 1189899 URL: http://svn.apache.org/viewvc?rev=1189899&view=rev Log: Re-factor parameter parsing to improve performance Added: tomcat/tc7.0.x/trunk/java/org/apache/tomcat/util/http/LocalStrings.properties (with props) Modified:

Re: Progress towards mod_jk 1.2.33

2011-10-27 Thread Rainer Jung
On 27.10.2011 17:37, Mladen Truk wrote: > On 10/27/2011 12:09 PM, Rainer Jung wrote: >> Hi everyone, >> >> I went through the open issues and there are many ISAPI issues, some of >> them might be easy to fix or implement. >> > > BTW, I plan to support IIS on XP+ which means > dropping anything bel

svn commit: r1189885 - /tomcat/trunk/java/org/apache/tomcat/util/http/LocalStrings.properties

2011-10-27 Thread markt
Author: markt Date: Thu Oct 27 17:38:04 2011 New Revision: 1189885 URL: http://svn.apache.org/viewvc?rev=1189885&view=rev Log: Add missing property. Modified: tomcat/trunk/java/org/apache/tomcat/util/http/LocalStrings.properties (contents, props changed) Modified: tomcat/trunk/java/org/ap

svn commit: r1189882 - in /tomcat/trunk: java/org/apache/catalina/connector/ java/org/apache/tomcat/util/buf/ java/org/apache/tomcat/util/http/ webapps/docs/config/

2011-10-27 Thread markt
Author: markt Date: Thu Oct 27 17:34:58 2011 New Revision: 1189882 URL: http://svn.apache.org/viewvc?rev=1189882&view=rev Log: Refactor parameter parsing for performance. Added: tomcat/trunk/java/org/apache/tomcat/util/http/LocalStrings.properties Modified: tomcat/trunk/java/org/apache/ca

svn commit: r1189876 - in /tomcat/tc7.0.x/trunk: ./ test/org/apache/tomcat/util/http/TestParameters.java

2011-10-27 Thread markt
Author: markt Date: Thu Oct 27 17:18:14 2011 New Revision: 1189876 URL: http://svn.apache.org/viewvc?rev=1189876&view=rev Log: Add a test for parameter processing prior to some refactoring Added: tomcat/tc7.0.x/trunk/test/org/apache/tomcat/util/http/TestParameters.java (contents, props cha

svn commit: r1189864 - /tomcat/trunk/test/org/apache/tomcat/util/http/TestParameters.java

2011-10-27 Thread markt
Author: markt Date: Thu Oct 27 16:44:57 2011 New Revision: 1189864 URL: http://svn.apache.org/viewvc?rev=1189864&view=rev Log: Add missing property. Modified: tomcat/trunk/test/org/apache/tomcat/util/http/TestParameters.java (contents, props changed) Modified: tomcat/trunk/test/org/apache

svn commit: r1189857 - /tomcat/trunk/test/org/apache/tomcat/util/http/TestParameters.java

2011-10-27 Thread markt
Author: markt Date: Thu Oct 27 16:41:13 2011 New Revision: 1189857 URL: http://svn.apache.org/viewvc?rev=1189857&view=rev Log: Add a test for parameter processing prior to some refactoring Added: tomcat/trunk/test/org/apache/tomcat/util/http/TestParameters.java Added: tomcat/trunk/test/org/a

Re: svn commit: r1183340 [1/2] - /tomcat/trunk/java/org/apache/catalina/startup/ContextConfig.java

2011-10-27 Thread Mark Thomas
On 26/10/2011 13:57, Konstantin Kolinko wrote: > That .gitignore file that was added in r1188930 did not have > svn:eol-style and had CRLF line ends. That is why I worried. Yep, my command line subversion config did not have autoprops set correctly. Should be OK now. I guess we'll find out shortly

DO NOT REPLY [Bug 51744] JNDI Lookup Error after a Context is closed

2011-10-27 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=51744 --- Comment #12 from Mark Thomas 2011-10-27 16:11:07 UTC --- To quote from section EE.5.3.4 of the Java EE spec The container must ensure that the application component instances have only read access to their naming context. The container

Re: Progress towards mod_jk 1.2.33

2011-10-27 Thread Mladen Truk
On 10/27/2011 12:09 PM, Rainer Jung wrote: Hi everyone, I went through the open issues and there are many ISAPI issues, some of them might be easy to fix or implement. BTW, I plan to support IIS on XP+ which means dropping anything bellow IIS5.1 Regards -- ^TM

svn commit: r1189808 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/catalina/tribes/transport/nio/ java/org/apache/tomcat/util/net/ test/org/apache/catalina/tribes/test/ test/org/apache/catalina/tribe

2011-10-27 Thread markt
Author: markt Date: Thu Oct 27 15:32:00 2011 New Revision: 1189808 URL: http://svn.apache.org/viewvc?rev=1189808&view=rev Log: Work around a known JVM bug that is fixed in 1.7.0_01 but still present in 1.6.0_29 and was triggering intermittent unit test failures for org.apache.catalina.tribes.group

svn commit: r1189805 - in /tomcat/trunk: java/org/apache/catalina/tribes/transport/nio/ java/org/apache/tomcat/util/net/ test/org/apache/catalina/tribes/test/ test/org/apache/catalina/tribes/test/tran

2011-10-27 Thread markt
Author: markt Date: Thu Oct 27 15:24:41 2011 New Revision: 1189805 URL: http://svn.apache.org/viewvc?rev=1189805&view=rev Log: Work around a known JVM bug that is fixed in 1.7.0_01 but still present in 1.6.0_29 and was triggering intermittent unit test failures for org.apache.catalina.tribes.group

[jira] [Created] (MTOMCAT-103) Executable War fails to run with a NullPointerException

2011-10-27 Thread Keith Corbin (Created) (JIRA)
Executable War fails to run with a NullPointerException --- Key: MTOMCAT-103 URL: https://issues.apache.org/jira/browse/MTOMCAT-103 Project: Apache Tomcat Maven Plugin Issue Type: Bug

Re: Patching RequestFilterValve

2011-10-27 Thread Konstantin Kolinko
2011/10/27 Rainer Jung : > On 27.10.2011 01:36, Konstantin Kolinko wrote: >> If the valve is added only to conf/*, the XML file deployment fails, >> but Tomcat will later try to deploy the application again from webapps >> folder and this deployment may be successful. >> >> Thus was my confusion th

Re: Patching RequestFilterValve

2011-10-27 Thread Rainer Jung
On 27.10.2011 01:36, Konstantin Kolinko wrote: > If the valve is added only to conf/*, the XML file deployment fails, > but Tomcat will later try to deploy the application again from webapps > folder and this deployment may be successful. > > Thus was my confusion that the protection appeared to b

Re: Progress towards mod_jk 1.2.33

2011-10-27 Thread Mladen Truk
On 10/27/2011 12:09 PM, Rainer Jung wrote: Hi everyone, It would be nice if those of you who are more familiar with the ISAPI world could go through the open issues and see, where you could help. I'll take a look into those next week. Regards -- ^TM

Progress towards mod_jk 1.2.33

2011-10-27 Thread Rainer Jung
Hi everyone, in the last few weeks I added some features to mod_jk and I think it would be good to have another release this year. I plan to discuss 43968 (IPv6 support) and probably include it. There are some open questions and I hope Eiji will respond in the ticket. I went through the open issu

svn commit: r1189686 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/tomcat/util/net/NioEndpoint.java webapps/docs/changelog.xml

2011-10-27 Thread markt
Author: markt Date: Thu Oct 27 08:59:49 2011 New Revision: 1189686 URL: http://svn.apache.org/viewvc?rev=1189686&view=rev Log: Fix intermittent unit test failure for TestCometProcessor.testCometConnectorStop Previously either the running or close field could end the loop but only close performed t

svn commit: r1189685 - /tomcat/trunk/java/org/apache/tomcat/util/net/NioEndpoint.java

2011-10-27 Thread markt
Author: markt Date: Thu Oct 27 08:58:50 2011 New Revision: 1189685 URL: http://svn.apache.org/viewvc?rev=1189685&view=rev Log: Fix intermittent unit test failure for TestCometProcessor.testCometConnectorStop Previously either the running or close field could end the loop but only close performed t