svn commit: r1003923 - in /tomcat/trunk: java/org/apache/jasper/compiler/ParserController.java webapps/docs/changelog.xml

2010-10-02 Thread timw
Author: timw Date: Sun Oct 3 06:53:15 2010 New Revision: 1003923 URL: http://svn.apache.org/viewvc?rev=1003923&view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=49998 Handle single quoted attributes in detection of jsp:root element in XML syntax JSP files. Modified: tomca

[VOTE] Release Apache Tomcat 7.0.3

2010-10-02 Thread Mark Thomas
The proposed Apache Tomcat 7.0.3 release is now available for voting. It can be obtained from: http://people.apache.org/~markt/dev/tomcat-7/v7.0.3/ The svn tag is: http://svn.apache.org/repos/asf/tomcat/tc7.0.x/tags/TOMCAT_7_0_3/ As with previous votes, I have included a stable option below altho

svn commit: r1003912 - in /tomcat/tc7.0.x/tags/TOMCAT_7_0_3: ./ build.properties.default modules/

2010-10-02 Thread markt
Author: markt Date: Sat Oct 2 22:33:35 2010 New Revision: 1003912 URL: http://svn.apache.org/viewvc?rev=1003912&view=rev Log: Tagging 7.0.3 Added: tomcat/tc7.0.x/tags/TOMCAT_7_0_3/ (props changed) - copied from r1003911, tomcat/trunk/ Removed: tomcat/tc7.0.x/tags/TOMCAT_7_0_3/mod

svn commit: r1003911 - /tomcat/tc7.0.x/tags/TOMCAT_7_0_3/

2010-10-02 Thread markt
Author: markt Date: Sat Oct 2 22:30:24 2010 New Revision: 1003911 URL: http://svn.apache.org/viewvc?rev=1003911&view=rev Log: Webapps missing Removed: tomcat/tc7.0.x/tags/TOMCAT_7_0_3/ - To unsubscribe, e-mail: dev-unsubsc

svn commit: r1003904 - /tomcat/trunk/build.properties.default

2010-10-02 Thread markt
Author: markt Date: Sat Oct 2 22:15:50 2010 New Revision: 1003904 URL: http://svn.apache.org/viewvc?rev=1003904&view=rev Log: Bump version Modified: tomcat/trunk/build.properties.default Modified: tomcat/trunk/build.properties.default URL: http://svn.apache.org/viewvc/tomcat/trunk/build.pr

svn commit: r1003903 - in /tomcat/tc7.0.x/tags/TOMCAT_7_0_3: ./ build.properties.default modules/ webapps/ROOT/ webapps/docs/ webapps/examples/ webapps/host-manager/ webapps/manager/

2010-10-02 Thread markt
Author: markt Date: Sat Oct 2 22:14:41 2010 New Revision: 1003903 URL: http://svn.apache.org/viewvc?rev=1003903&view=rev Log: Tagging 7.0.3 Added: tomcat/tc7.0.x/tags/TOMCAT_7_0_3/ (props changed) - copied from r1003900, tomcat/trunk/ Removed: tomcat/tc7.0.x/tags/TOMCAT_7_0_3/mod

svn commit: r1003898 - /tomcat/taglibs/standard/trunk/impl/src/main/java/org/apache/taglibs/standard/tag/common/xml/TransformSupport.java

2010-10-02 Thread jboynes
Author: jboynes Date: Sat Oct 2 22:02:37 2010 New Revision: 1003898 URL: http://svn.apache.org/viewvc?rev=1003898&view=rev Log: whitespace police Modified: tomcat/taglibs/standard/trunk/impl/src/main/java/org/apache/taglibs/standard/tag/common/xml/TransformSupport.java Modified: tomcat/ta

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

2010-10-02 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=49730 --- Comment #6 from sylvain.laur...@gmail.com 2010-10-02 17:36:49 EDT --- (In reply to comment #5) > Regarding TC7: > 1) Why StandardThreadExecutor in TC7 was not patched? Can it be removed, or > should it be patched by applying TC6 patch to

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

2010-10-02 Thread markt
Author: markt Date: Sat Oct 2 21:14:37 2010 New Revision: 1003891 URL: http://svn.apache.org/viewvc?rev=1003891&view=rev Log: Fix NPE and TCK failures caused by previous fix for bug 49799. Modified: tomcat/trunk/java/org/apache/jasper/compiler/Generator.java Modified: tomcat/trunk/java/org/

svn commit: r1003878 - /tomcat/taglibs/standard/trunk/impl/pom.xml

2010-10-02 Thread jboynes
Author: jboynes Date: Sat Oct 2 20:33:17 2010 New Revision: 1003878 URL: http://svn.apache.org/viewvc?rev=1003878&view=rev Log: add TLD files into the output jar Modified: tomcat/taglibs/standard/trunk/impl/pom.xml Modified: tomcat/taglibs/standard/trunk/impl/pom.xml URL: http://svn.apache

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

2010-10-02 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=49985 --- Comment #11 from Kostya Serebryany 2010-10-02 16:10:45 EDT --- (In reply to comment #10) > Fixed in trunk (will be in 7.0.3 onwards) and proposed for 6.0.x. > > There are many places were static analysis This is why we use dynamic an

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

2010-10-02 Thread kkolinko
Author: kkolinko Date: Sat Oct 2 19:28:13 2010 New Revision: 1003871 URL: http://svn.apache.org/viewvc?rev=1003871&view=rev Log: vote 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=10

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

2010-10-02 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=49730 --- Comment #5 from Konstantin Kolinko 2010-10-02 15:24:51 EDT --- Regarding TC7: 1) Why StandardThreadExecutor in TC7 was not patched? Can it be removed, or should it be patched by applying TC6 patch to TC7? 2) (unrelated issue) Apparent

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

2010-10-02 Thread kkolinko
Author: kkolinko Date: Sat Oct 2 19:00:18 2010 New Revision: 1003863 URL: http://svn.apache.org/viewvc?rev=1003863&view=rev Log: vote 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=10

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

2010-10-02 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=49985 --- Comment #10 from Mark Thomas 2010-10-02 14:56:56 EDT --- Fixed in trunk (will be in 7.0.3 onwards) and proposed for 6.0.x. There are many places were static analysis incorrectly reports thread safety issues in the Tomcat code base. Bug

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

2010-10-02 Thread markt
Author: markt Date: Sat Oct 2 18:53:55 2010 New Revision: 1003862 URL: http://svn.apache.org/viewvc?rev=1003862&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: r1003861 - in /tomcat/trunk: java/org/apache/el/parser/AstFloatingPoint.java java/org/apache/el/parser/AstInteger.java java/org/apache/el/parser/AstString.java webapps/docs/changelog.xml

2010-10-02 Thread markt
Author: markt Date: Sat Oct 2 18:53:30 2010 New Revision: 1003861 URL: http://svn.apache.org/viewvc?rev=1003861&view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=49985 Make thread safe Modified: tomcat/trunk/java/org/apache/el/parser/AstFloatingPoint.java tomcat/trunk/

Re: [taglibs] XPath support

2010-10-02 Thread Jeremy Boynes
On Jul 15, 2010, at 12:19 AM, Henri Yandell wrote: > On Wed, Jul 14, 2010 at 8:45 PM, Jeremy Boynes wrote: >> On Jul 12, 2010, at 7:04 PM, Jeremy Boynes wrote: >> >>> I'm going to ping Xalan about the increase in time taken as expressions are >>> evaluated as I would assume I'm doing something

DO NOT REPLY [Bug 49890] Nio Selector issue on linux platform

2010-10-02 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=49890 --- Comment #3 from Mark Thomas 2010-10-02 13:59:19 EDT --- I've had to back out the logging as it was triggered very frequently on Windows and had a significant negative (orders of magnitude) performance impact during testing. If this is

svn commit: r1003846 - in /tomcat/trunk: java/org/apache/tomcat/util/net/NioEndpoint.java java/org/apache/tomcat/util/net/res/LocalStrings.properties webapps/docs/changelog.xml

2010-10-02 Thread markt
Author: markt Date: Sat Oct 2 17:57:42 2010 New Revision: 1003846 URL: http://svn.apache.org/viewvc?rev=1003846&view=rev Log: Revert r1003552 & r1003550 as it had a significant negative performance impact (orders of magnitude) on Windows during testing. Modified: tomcat/trunk/java/org/apach

svn commit: r1003840 - /tomcat/trunk/res/tomcat.nsi

2010-10-02 Thread mturk
Author: mturk Date: Sat Oct 2 17:32:14 2010 New Revision: 1003840 URL: http://svn.apache.org/viewvc?rev=1003840&view=rev Log: Create service-install.log file during installation with params that were used to invoke commons daemon Modified: tomcat/trunk/res/tomcat.nsi Modified: tomcat/trunk

Re: Jasper & Servlet 3.0

2010-10-02 Thread Mark Thomas
On 02/10/2010 09:38, Pid wrote: > Hi, > > Idea: instead of outputting XML as well, for Servlet 3.0 webapps, Jasper > could just annotate the generated classes. > > Thoughts? Are you talking about pre-compilation? Generally, -0 since I loath using annotations for configuration. When fault findin

Re: tomcat-util.jar

2010-10-02 Thread Mark Thomas
On 02/10/2010 09:25, Pid wrote: > Hi, > > The tomcat-util.jar has a subset of the o.a.t.util sub-packages, namely > 'res' and 'scan'. All of the rest of the util package is in > tomcat-coyote.jar. > > The tomcat-api.jar has only 4 classes. > > Is there a reason for this separation, or could/sho

Re: MBeans and credentials

2010-10-02 Thread Mark Thomas
On 01/10/2010 19:32, Rainer Jung wrote: > Should we remove the following attributes from the respective mbeans? > > - "shutdown" from "Catalina:type=Server" > - "keyPass" from "Catalina:type=ProtocolHandler,port=8080" > - "password" from "User" > - "connectionPassword" from "JDBCRealm" > - "passwo

DO NOT REPLY [Bug 49915] [Patch] o.a.c.c.StandardServer swallows error on storeConfig.

2010-10-02 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=49915 --- Comment #3 from Mark Thomas 2010-10-02 06:51:27 EDT --- Not yet. The standard approach is to mark it as fixed once the patch has been applied to the earliest Tomcat version the bug was reported against. -- Configure bugmail: https://i

Jasper & Servlet 3.0

2010-10-02 Thread Pid
Hi, Idea: instead of outputting XML as well, for Servlet 3.0 webapps, Jasper could just annotate the generated classes. Thoughts? p 0x62590808.asc Description: application/pgp-keys signature.asc Description: OpenPGP digital signature

tomcat-util.jar

2010-10-02 Thread Pid
Hi, The tomcat-util.jar has a subset of the o.a.t.util sub-packages, namely 'res' and 'scan'. All of the rest of the util package is in tomcat-coyote.jar. The tomcat-api.jar has only 4 classes. Is there a reason for this separation, or could/should it be reorganised? p 0x62590808.asc Descri

Re: MBeans and credentials

2010-10-02 Thread Pid
On 01/10/2010 19:32, Rainer Jung wrote: > Should we remove the following attributes from the respective mbeans? > > - "shutdown" from "Catalina:type=Server" If you've got JMX access, there's various 'stop()' methods to call. Maybe this one doesn't matter so much, as the socket's bound to a local