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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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:
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
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
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
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
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
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
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
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'
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.
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
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/
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
[
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
32 matches
Mail list logo