DO NOT REPLY [Bug 49998] ParserController.hasJspRoot() does not detect JSP as using XML syntax if namespace declaration uses ' delimiters instead of "

2010-09-30 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=49998 brian.weisle...@gmail.com changed: What|Removed |Added CC||brian.weisle...@gmail.co

DO NOT REPLY [Bug 49998] ParserController.hasJspRoot() does not detect JSP as using XML syntax if namespace declaration uses ' delimiters instead of "

2010-09-30 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=49998 --- Comment #1 from brian.weisle...@gmail.com 2010-10-01 00:30:53 EDT --- Created an attachment (id=26109) --> (https://issues.apache.org/bugzilla/attachment.cgi?id=26109) Patch to allow single quotes to be used in jsp namespace declaration

DO NOT REPLY [Bug 49985] Lazy initialization without any synchronization - data race in AstInteger, AstFloatingPoint, AstString

2010-09-30 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=49985 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

DO NOT REPLY [Bug 49856] Connector/ThreadPool link to Executor not exposed via JMX

2010-09-30 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=49856 --- Comment #2 from Mark Thomas 2010-09-30 18:19:41 EDT --- Fixed in trunk and will be included in 7.0.3 onwards. Proposed for 6.0.x. -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email --- You are recei

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

2010-09-30 Thread markt
Author: markt Date: Thu Sep 30 22:19:15 2010 New Revision: 1003323 URL: http://svn.apache.org/viewvc?rev=1003323&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: 7.0.3 release plans

2010-09-30 Thread Sylvain Laurent
I think I now have a nice improvement to the memory leak protection (see BZ 49159). If you have time to review it, it would be a nice addition to this release... Sylvain On 30 sept. 2010, at 19:38, Mark Thomas wrote: > I'm done with the async re-factoring. I want to run through a complete > se

DO NOT REPLY [Bug 49159] Improve ThreadLocal memory leak clean-up

2010-09-30 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=49159 sylvain.laur...@gmail.com changed: What|Removed |Added Attachment #26074|0 |1 is obsolete|

Re: More Flexible DataSourceRealm

2010-09-30 Thread Mark Thomas
On 30/09/2010 22:50, ◙ Ludovic BERT ◙ wrote: > Dear, > > I have developed a more flexible DataSourceRealm than the one provided in > standard with Tomcat. This new DataSourceRealm is strictly the same than the > one which is provided in standard, the difference is only in the way to > configure it

DO NOT REPLY [Bug 49428] Fix WebDAV mounts from Windows Mini-Redirector clients

2010-09-30 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=49428 Mark Thomas changed: What|Removed |Added Version|6.0.0 |6.0.29 --- Comment #9 from Mark Thom

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

2010-09-30 Thread markt
Author: markt Date: Thu Sep 30 21:52:06 2010 New Revision: 1003307 URL: http://svn.apache.org/viewvc?rev=1003307&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

svn commit: r1003304 - in /tomcat/trunk: java/org/apache/catalina/connector/Connector.java java/org/apache/catalina/connector/mbeans-descriptors.xml webapps/docs/changelog.xml

2010-09-30 Thread markt
Author: markt Date: Thu Sep 30 21:47:46 2010 New Revision: 1003304 URL: http://svn.apache.org/viewvc?rev=1003304&view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=49856 Add an executorName attribute to Connectors so it is possible to trace ThreadPool to Connector to Executor vi

svn commit: r1003301 - /tomcat/trunk/java/org/apache/catalina/core/StandardThreadExecutor.java

2010-09-30 Thread markt
Author: markt Date: Thu Sep 30 21:40:11 2010 New Revision: 1003301 URL: http://svn.apache.org/viewvc?rev=1003301&view=rev Log: Fix Eclipse warnings Modified: tomcat/trunk/java/org/apache/catalina/core/StandardThreadExecutor.java Modified: tomcat/trunk/java/org/apache/catalina/core/StandardTh

svn commit: r1003299 - /tomcat/trunk/java/org/apache/catalina/core/StandardThreadExecutor.java

2010-09-30 Thread markt
Author: markt Date: Thu Sep 30 21:39:16 2010 New Revision: 1003299 URL: http://svn.apache.org/viewvc?rev=1003299&view=rev Log: Register and deregister Executors in JMX Modified: tomcat/trunk/java/org/apache/catalina/core/StandardThreadExecutor.java Modified: tomcat/trunk/java/org/apache/cata

DO NOT REPLY [Bug 49428] Fix WebDAV mounts from Windows Mini-Redirector clients

2010-09-30 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=49428 --- Comment #8 from nogunha 2010-09-30 16:29:03 EDT --- What happens is we are able to map the drive in windows explorer in windows7 but it creates three mappings and when you click on each mapping it does not open the sub folders on the r

DO NOT REPLY [Bug 49428] Fix WebDAV mounts from Windows Mini-Redirector clients

2010-09-30 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=49428 nogunha changed: What|Removed |Added Status|RESOLVED|REOPENED CC|

DO NOT REPLY [Bug 49730] Race condition in StandardThreadExecutor : requests are sometimes enqueued instead of creating new threads

2010-09-30 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=49730 --- Comment #4 from Mark Thomas 2010-09-30 14:05:30 EDT --- Thanks for the analysis and the patch. Patch applied to 7.0.x and will be in 7.0.3 onwards. Patch proposed for 6.0.x In terms of compatibility, we try and aim for binary compati

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

2010-09-30 Thread markt
Author: markt Date: Thu Sep 30 18:03:59 2010 New Revision: 1003192 URL: http://svn.apache.org/viewvc?rev=1003192&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

svn commit: r1003187 - in /tomcat/trunk/java/org/apache/tomcat/util/threads: TaskQueue.java TaskThreadFactory.java ThreadPoolExecutor.java

2010-09-30 Thread markt
Author: markt Date: Thu Sep 30 18:00:23 2010 New Revision: 1003187 URL: http://svn.apache.org/viewvc?rev=1003187&view=rev Log: Fix warnings in this package Modified: tomcat/trunk/java/org/apache/tomcat/util/threads/TaskQueue.java tomcat/trunk/java/org/apache/tomcat/util/threads/TaskThread

svn commit: r1003183 - in /tomcat/trunk: java/org/apache/tomcat/util/threads/TaskQueue.java java/org/apache/tomcat/util/threads/ThreadPoolExecutor.java webapps/docs/changelog.xml

2010-09-30 Thread markt
Author: markt Date: Thu Sep 30 17:56:42 2010 New Revision: 1003183 URL: http://svn.apache.org/viewvc?rev=1003183&view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=49730 Race condition in executor can lead to long delays in request processing Modified: tomcat/trunk/java/org/

7.0.3 release plans

2010-09-30 Thread Mark Thomas
I'm done with the async re-factoring. I want to run through a complete set of tests but I'm not expecting any major issues. My plan for 7.0.3 is currently: - fix as many bugs as I can between now and the weekend - run the tests (JUnit, TCK) over the weekend - assuming no failures, tag and roll the

Re: svn commit: r1003136 - /tomcat/trunk/java/org/apache/coyote/ajp/AjpAprProtocol.java

2010-09-30 Thread Rainer Jung
On 30.09.2010 19:10, Mark Thomas wrote: On 30/09/2010 17:46, Mark Thomas wrote: I took a look with Wireshark and it appears the END_RESPONSE message is being sent in the same packet as the response body. For the AJP/BIO connector they are in separate packets. Not sure what, if anything, that has

svn commit: r1003177 - in /tomcat/trunk/java/org/apache/coyote/ajp: AbstractAjpProcessor.java AjpAprProcessor.java AjpAprProtocol.java AjpProcessor.java

2010-09-30 Thread markt
Author: markt Date: Thu Sep 30 17:35:35 2010 New Revision: 1003177 URL: http://svn.apache.org/viewvc?rev=1003177&view=rev Log: Fix the root cause of the previous TCK failures (badly re-factored flush()) and restore the changes that were just working around the symptoms (poller stuff). Servlet 3.0

Re: svn commit: r1003136 - /tomcat/trunk/java/org/apache/coyote/ajp/AjpAprProtocol.java

2010-09-30 Thread Mark Thomas
On 30/09/2010 17:46, Mark Thomas wrote: > I took a look with Wireshark and it appears the END_RESPONSE message is > being sent in the same packet as the response body. For the AJP/BIO > connector they are in separate packets. Not sure what, if anything, that > has to do with the problem. I think I

Re: svn commit: r1003136 - /tomcat/trunk/java/org/apache/coyote/ajp/AjpAprProtocol.java

2010-09-30 Thread Mark Thomas
On 30/09/2010 17:28, Rainer Jung wrote: > On 30.09.2010 18:16, ma...@apache.org wrote: >> Author: markt >> Date: Thu Sep 30 16:16:05 2010 >> New Revision: 1003136 >> >> URL: http://svn.apache.org/viewvc?rev=1003136&view=rev >> Log: >> Fix remaining issues with AJP/APR and TCK. Note mod_jk log is fu

Re: svn commit: r1003136 - /tomcat/trunk/java/org/apache/coyote/ajp/AjpAprProtocol.java

2010-09-30 Thread Rainer Jung
On 30.09.2010 18:16, ma...@apache.org wrote: Author: markt Date: Thu Sep 30 16:16:05 2010 New Revision: 1003136 URL: http://svn.apache.org/viewvc?rev=1003136&view=rev Log: Fix remaining issues with AJP/APR and TCK. Note mod_jk log is full of warnings so there is still work to do here. If you

DO NOT REPLY [Bug 49728] catalina.sh PID file handling not working if started by initscript

2010-09-30 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=49728 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

svn commit: r1003140 - in /tomcat/tc6.0.x/trunk: ./ STATUS.txt bin/catalina.sh webapps/docs/changelog.xml

2010-09-30 Thread markt
Author: markt Date: Thu Sep 30 16:26:23 2010 New Revision: 1003140 URL: http://svn.apache.org/viewvc?rev=1003140&view=rev Log: * Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=49728 Improve PID file handling when another process is managing the PID file and Tomcat does not have write acce

svn commit: r1003136 - /tomcat/trunk/java/org/apache/coyote/ajp/AjpAprProtocol.java

2010-09-30 Thread markt
Author: markt Date: Thu Sep 30 16:16:05 2010 New Revision: 1003136 URL: http://svn.apache.org/viewvc?rev=1003136&view=rev Log: Fix remaining issues with AJP/APR and TCK. Note mod_jk log is full of warnings so there is still work to do here. Modified: tomcat/trunk/java/org/apache/coyote/ajp/A

SupportAndTraining reverted to revision 21 on Tomcat Wiki

2010-09-30 Thread Apache Wiki
Dear wiki user, You have subscribed to a wiki page "Tomcat Wiki" for change notification. The page SupportAndTraining has been reverted to revision 21 by markt. The comment on this change is: Spam removal. http://wiki.apache.org/tomcat/SupportAndTraining?action=diff&rev1=22&rev2=23 -

[Tomcat Wiki] Trivial Update of "SupportAndTraining" by morgy18a

2010-09-30 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Tomcat Wiki" for change notification. The "SupportAndTraining" page has been changed by morgy18a. The comment on this change is: fixed error. http://wiki.apache.org/tomcat/SupportAndTraining?action=diff&rev1=21&rev2=22

svn commit: r1003065 - in /tomcat/trunk/java/org/apache/coyote/ajp: AbstractAjpProcessor.java AjpAprProcessor.java AjpAprProtocol.java

2010-09-30 Thread markt
Author: markt Date: Thu Sep 30 13:44:11 2010 New Revision: 1003065 URL: http://svn.apache.org/viewvc?rev=1003065&view=rev Log: Fix some of the remaining issues with the AJP/APR connector post async refactoring. Still does not pass the TCK. Modified: tomcat/trunk/java/org/apache/coyote/ajp/Ab

[Tomcat Wiki] Update of "PoweredBy" by Matthieu SEDIRI

2010-09-30 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Tomcat Wiki" for change notification. The "PoweredBy" page has been changed by Matthieu SEDIRI. http://wiki.apache.org/tomcat/PoweredBy?action=diff&rev1=266&rev2=267 --

DO NOT REPLY [Bug 49987] Data race in ApplicationContext

2010-09-30 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=49987 Tim Whittington changed: What|Removed |Added Priority|P2 |P3 Severity|normal