svn commit: r690678 - /tomcat/trunk/java/org/apache/jasper/compiler/TagPluginManager.java

2008-08-31 Thread markt
Author: markt Date: Sun Aug 31 04:40:56 2008 New Revision: 690678 URL: http://svn.apache.org/viewvc?rev=690678&view=rev Log: Tabs -> 8 spaces. No functional change Modified: tomcat/trunk/java/org/apache/jasper/compiler/TagPluginManager.java Modified: tomcat/trunk/java/org/apache/jasper/compi

svn commit: r690693 - in /tomcat/trunk/java/org/apache/jasper/compiler: Compiler.java JspUtil.java Node.java TagPluginManager.java

2008-08-31 Thread markt
Author: markt Date: Sun Aug 31 06:47:57 2008 New Revision: 690693 URL: http://svn.apache.org/viewvc?rev=690693&view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=45691 Make temporary variable name generation safe when multiple compilations are running in parallel Modified:

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

2008-08-31 Thread markt
Author: markt Date: Sun Aug 31 07:04:27 2008 New Revision: 690696 URL: http://svn.apache.org/viewvc?rev=690696&view=rev Log: Propose fix for 45691 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/STATU

DO NOT REPLY [Bug 45691] Jasper creates duplicate variable names

2008-08-31 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=45691 --- Comment #3 from Mark Thomas <[EMAIL PROTECTED]> 2008-08-31 07:05:46 PST --- I have fixed this in trunk with a more general fix that should address all possible issues if this nature. The fix has been proposed for 6.0.x -- Config

How/Can one list TC's class loader contents.

2008-08-31 Thread Johnny Kewl
I've noticed that "sticky" webapps in TC, webapps that are not releasing their references are hard to detect. The symptom is seen on windows system but does not seem to be detected on a linux. For example, install webapp, run it, shutdown tomcat, try delete the unpacked webapp, it will not del

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

2008-08-31 Thread remm
Author: remm Date: Sun Aug 31 09:56:00 2008 New Revision: 690728 URL: http://svn.apache.org/viewvc?rev=690728&view=rev Log: - Votes. 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=6907

DO NOT REPLY [Bug 45666] JspContextWrapper contains infinite loop in include(String relativeUrlPath, boolean flush)

2008-08-31 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=45666 Mark Thomas <[EMAIL PROTECTED]> changed: What|Removed |Added Status|NEW |NEEDINFO ---

DO NOT REPLY [Bug 45652] XSS patch for EL

2008-08-31 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=45652 Mark Thomas <[EMAIL PROTECTED]> changed: What|Removed |Added Status|NEW |RESOLVED

DO NOT REPLY [Bug 43497] Add ability to escape rendered output of JSP expressions

2008-08-31 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=43497 Mark Thomas <[EMAIL PROTECTED]> changed: What|Removed |Added CC||[EMAIL PROTECTED]

svn commit: r690770 - in /tomcat/trunk/java/org/apache/el/parser: ELParser.java ELParser.jjt

2008-08-31 Thread markt
Author: markt Date: Sun Aug 31 12:35:05 2008 New Revision: 690770 URL: http://svn.apache.org/viewvc?rev=690770&view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=45648 Note ELParser.java is auto-generated Modified: tomcat/trunk/java/org/apache/el/parser/ELParser.java tom

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

2008-08-31 Thread markt
Author: markt Date: Sun Aug 31 12:45:44 2008 New Revision: 690773 URL: http://svn.apache.org/viewvc?rev=690773&view=rev Log: Propose fix for 45648 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/STATU

DO NOT REPLY [Bug 45648] Function 'f:length' not found

2008-08-31 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=45648 --- Comment #6 from Mark Thomas <[EMAIL PROTECTED]> 2008-08-31 12:45:52 PST --- This has been fixed in trunk and proposed for 6.0.x -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email --- You are rece

DO NOT REPLY [Bug 45666] JspContextWrapper contains infinite loop in include(String relativeUrlPath, boolean flush)

2008-08-31 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=45666 --- Comment #2 from Konstantin Kolinko <[EMAIL PROTECTED]> 2008-08-31 13:33:59 PST --- Created an attachment (id=22504) --> (https://issues.apache.org/bugzilla/attachment.cgi?id=22504) Demonstrates issue #45666 See /WEB-INF/tags/tag.

DO NOT REPLY [Bug 45666] JspContextWrapper contains infinite loop in include(String relativeUrlPath, boolean flush)

2008-08-31 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=45666 Konstantin Kolinko <[EMAIL PROTECTED]> changed: What|Removed |Added Status|NEEDINFO|ASSIGNED

DO NOT REPLY [Bug 45666] JspContextWrapper contains infinite loop in include(String relativeUrlPath, boolean flush)

2008-08-31 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=45666 Konstantin Kolinko <[EMAIL PROTECTED]> changed: What|Removed |Added Attachment #22504|application/octet-stream|applicatio

svn commit: r690781 - /tomcat/trunk/java/org/apache/jasper/runtime/JspContextWrapper.java

2008-08-31 Thread markt
Author: markt Date: Sun Aug 31 14:06:01 2008 New Revision: 690781 URL: http://svn.apache.org/viewvc?rev=690781&view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=45666 Patch provided by Tom Wadzinski Modified: tomcat/trunk/java/org/apache/jasper/runtime/JspContextWrapper.jav

svn commit: r690782 - in /tomcat: current/tc5.5.x/STATUS.txt tc6.0.x/trunk/STATUS.txt

2008-08-31 Thread markt
Author: markt Date: Sun Aug 31 14:08:32 2008 New Revision: 690782 URL: http://svn.apache.org/viewvc?rev=690782&view=rev Log: Propose fix for 45666 Modified: tomcat/current/tc5.5.x/STATUS.txt tomcat/tc6.0.x/trunk/STATUS.txt Modified: tomcat/current/tc5.5.x/STATUS.txt URL: http://svn.apac

DO NOT REPLY [Bug 45666] JspContextWrapper contains infinite loop in include(String relativeUrlPath, boolean flush)

2008-08-31 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=45666 --- Comment #3 from Mark Thomas <[EMAIL PROTECTED]> 2008-08-31 14:09:13 PST --- Many thanks for the test case - it makes fixing bugs so much quicker. This has been fixed in trunk and proposed for 6.0.x and 5.5.x. -- Configure bugmai

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

2008-08-31 Thread remm
Author: remm Date: Sun Aug 31 15:42:38 2008 New Revision: 690805 URL: http://svn.apache.org/viewvc?rev=690805&view=rev Log: - Votes. 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=6908

Re: Tomcat-Lite - part 1

2008-08-31 Thread Remy Maucherat
On Sat, 2008-08-30 at 20:44 -0700, Costin Manolache wrote: > > > - Valves/LifecycleListeners versus plain Filters and listeners > > > > Personally, I think the strong type barrier between userland and the > > container is nice. > > > > Access to low-level container objects ( which is the 'barrier'

Bug report for Tomcat 4 [2008/08/31]

2008-08-31 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Bug report for Tomcat 3 [2008/08/31]

2008-08-31 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Bug report for Tomcat 5 [2008/08/31]

2008-08-31 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Bug report for Watchdog [2008/08/31]

2008-08-31 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned