svn commit: r897614 - in /tomcat/trunk/java/org/apache/jasper/compiler: AttributeParser.java Parser.java

2010-01-10 Thread markt
Author: markt Date: Sun Jan 10 11:10:36 2010 New Revision: 897614 URL: http://svn.apache.org/viewvc?rev=897614&view=rev Log: Re-work EL attribute parsing. The underlying issue was complete independence of attribute and EL parsing. The attribute parser would generate the same result - ${1+1} - af

svn commit: r897615 - in /tomcat/trunk/test: org/apache/el/TestELEvaluation.java org/apache/el/TestELInJsp.java org/apache/jasper/compiler/TestAttributeParser.java webapp/el-misc.jsp webapp/script-exp

2010-01-10 Thread markt
Author: markt Date: Sun Jan 10 11:12:42 2010 New Revision: 897615 URL: http://svn.apache.org/viewvc?rev=897615&view=rev Log: Better coverage for JSP attribute parsing Added: tomcat/trunk/test/org/apache/jasper/compiler/TestAttributeParser.java (with props) tomcat/trunk/test/webapp/scri

svn commit: r897616 - /tomcat/trunk/test/org/apache/TestAll.java

2010-01-10 Thread markt
Author: markt Date: Sun Jan 10 11:13:10 2010 New Revision: 897616 URL: http://svn.apache.org/viewvc?rev=897616&view=rev Log: Add mising tests. Modified: tomcat/trunk/test/org/apache/TestAll.java Modified: tomcat/trunk/test/org/apache/TestAll.java URL: http://svn.apache.org/viewvc/tomcat/tru

DO NOT REPLY [Bug 48112] Closing curly brace in literal string incorrectly treated as expression terminator.

2010-01-10 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48112 --- Comment #1 from Mark Thomas 2010-01-10 03:14:49 GMT --- This has been fixed in trunk and will be proposed for 6.0.x after further testing. -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email --- You ar

Re: svn commit: r897614 - in /tomcat/trunk/java/org/apache/jasper/compiler: AttributeParser.java Parser.java

2010-01-10 Thread Mark Thomas
On 10/01/2010 11:10, ma...@apache.org wrote: > Author: markt > Date: Sun Jan 10 11:10:36 2010 > New Revision: 897614 > > URL: http://svn.apache.org/viewvc?rev=897614&view=rev > Log: > Re-work EL attribute parsing. The TCK and new unit tests all pass with these changes. The unit tests should cover

svn commit: r897619 - in /tomcat/trunk/test: org/apache/el/TestELInJsp.java webapp/bug36923.jsp

2010-01-10 Thread markt
Author: markt Date: Sun Jan 10 11:37:16 2010 New Revision: 897619 URL: http://svn.apache.org/viewvc?rev=897619&view=rev Log: Add a test case for bug36923 Added: tomcat/trunk/test/webapp/bug36923.jsp (with props) Modified: tomcat/trunk/test/org/apache/el/TestELInJsp.java Modified: tomca

svn commit: r897620 - /tomcat/trunk/java/org/apache/el/parser/AstEmpty.java

2010-01-10 Thread markt
Author: markt Date: Sun Jan 10 11:47:48 2010 New Revision: 897620 URL: http://svn.apache.org/viewvc?rev=897620&view=rev Log: Fix generics warnings Modified: tomcat/trunk/java/org/apache/el/parser/AstEmpty.java Modified: tomcat/trunk/java/org/apache/el/parser/AstEmpty.java URL: http://svn.ap

svn commit: r897621 - /tomcat/trunk/test/org/apache/el/TestELEvaluation.java

2010-01-10 Thread markt
Author: markt Date: Sun Jan 10 11:54:34 2010 New Revision: 897621 URL: http://svn.apache.org/viewvc?rev=897621&view=rev Log: Rename Modified: tomcat/trunk/test/org/apache/el/TestELEvaluation.java Modified: tomcat/trunk/test/org/apache/el/TestELEvaluation.java URL: http://svn.apache.org/view

svn commit: r897627 - /tomcat/trunk/test/org/apache/el/TestELEvaluation.java

2010-01-10 Thread markt
Author: markt Date: Sun Jan 10 12:44:31 2010 New Revision: 897627 URL: http://svn.apache.org/viewvc?rev=897627&view=rev Log: Add tests for a bug found whilst reviewing the ELParser Modified: tomcat/trunk/test/org/apache/el/TestELEvaluation.java Modified: tomcat/trunk/test/org/apache/el/TestE

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

2010-01-10 Thread markt
Author: markt Date: Sun Jan 10 12:47:49 2010 New Revision: 897629 URL: http://svn.apache.org/viewvc?rev=897629&view=rev Log: Fix a bug found during review. Whilst the old version is what is defined in the spec, the definition in the spec does not agree with the description and associatedcomments

svn commit: r897631 - /tomcat/trunk/java/org/apache/el/parser/ELParserTokenManager.java

2010-01-10 Thread markt
Author: markt Date: Sun Jan 10 12:51:13 2010 New Revision: 897631 URL: http://svn.apache.org/viewvc?rev=897631&view=rev Log: Update generated code after r897629 Modified: tomcat/trunk/java/org/apache/el/parser/ELParserTokenManager.java Modified: tomcat/trunk/java/org/apache/el/parser/ELParse

svn commit: r897632 - /tomcat/trunk/java/org/apache/el/parser/AstString.java

2010-01-10 Thread markt
Author: markt Date: Sun Jan 10 12:52:20 2010 New Revision: 897632 URL: http://svn.apache.org/viewvc?rev=897632&view=rev Log: \$ and \# are not valid escapes. The Parser will throw an error before this code is ever called but remove them anyway for clarity. Modified: tomcat/trunk/java/org/apa

svn commit: r897635 - in /tomcat/trunk/java/org/apache/el/parser: AstIdentifier.java AstValue.java SimpleNode.java

2010-01-10 Thread markt
Author: markt Date: Sun Jan 10 13:11:52 2010 New Revision: 897635 URL: http://svn.apache.org/viewvc?rev=897635&view=rev Log: Fix the remaining Eclipse warnings in the non-generated classes Modified: tomcat/trunk/java/org/apache/el/parser/AstIdentifier.java tomcat/trunk/java/org/apache/el/

Re: Tomcat-Lite update

2010-01-10 Thread Rainer Jung
On 08.01.2010 23:10, Yoav Shapira wrote: On Thu, Jan 7, 2010 at 8:29 AM, Konstantin Kolinko wrote: 2010/1/6 Mark Thomas: On 06/01/2010 00:27, Costin Manolache wrote: Also, I would like to know if other comitters are OK with (temporarily - i.e. until the 7.0 release vote) including lite in th

Re: svn commit: r897635 - in /tomcat/trunk/java/org/apache/el/parser: AstIdentifier.java AstValue.java SimpleNode.java

2010-01-10 Thread sebb
On 10/01/2010, ma...@apache.org wrote: > Author: markt > Date: Sun Jan 10 13:11:52 2010 > New Revision: 897635 > > URL: http://svn.apache.org/viewvc?rev=897635&view=rev > Log: > Fix the remaining Eclipse warnings in the non-generated classes > > Modified: > tomcat/trunk/java/org/apache/e

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

2010-01-10 Thread markt
Author: markt Date: Sun Jan 10 23:03:13 2010 New Revision: 897728 URL: http://svn.apache.org/viewvc?rev=897728&view=rev Log: Remove the BADLY_ESCAPED_STRING_LITERAL - it could cause mistakes to be silently swallowed Modified: tomcat/trunk/java/org/apache/el/parser/ELParser.jjt Modified: tom

svn commit: r897729 - in /tomcat/trunk/java/org/apache/el/parser: ELParser.java ELParserConstants.java ELParserTokenManager.java

2010-01-10 Thread markt
Author: markt Date: Sun Jan 10 23:04:41 2010 New Revision: 897729 URL: http://svn.apache.org/viewvc?rev=897729&view=rev Log: Update generated code after r897728 Modified: tomcat/trunk/java/org/apache/el/parser/ELParser.java tomcat/trunk/java/org/apache/el/parser/ELParserConstants.java

Bug report for Taglibs [2010/01/10]

2010-01-10 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Bug report for Tomcat Connectors [2010/01/10]

2010-01-10 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Bug report for Tomcat 7 [2010/01/10]

2010-01-10 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Bug report for Tomcat 6 [2010/01/10]

2010-01-10 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Bug report for Tomcat 5 [2010/01/10]

2010-01-10 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Bug report for Tomcat Native [2010/01/10]

2010-01-10 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

[Tomcat Wiki] Update of "HowTo" by mohamed omar sheriff

2010-01-10 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Tomcat Wiki" for change notification. The "HowTo" page has been changed by mohamed omar sheriff. http://wiki.apache.org/tomcat/HowTo?action=diff&rev1=82&rev2=83 -- * Us

svn commit: r897772 - /tomcat/native/branches/1.1.x/xdocs/miscellaneous/changelog.xml

2010-01-10 Thread mturk
Author: mturk Date: Mon Jan 11 07:04:06 2010 New Revision: 897772 URL: http://svn.apache.org/viewvc?rev=897772&view=rev Log: Add note about windows .rc files fix Modified: tomcat/native/branches/1.1.x/xdocs/miscellaneous/changelog.xml Modified: tomcat/native/branches/1.1.x/xdocs/miscellaneou

svn commit: r897773 - /tomcat/site/trunk/xdocs/download-native.xml

2010-01-10 Thread mturk
Author: mturk Date: Mon Jan 11 07:07:54 2010 New Revision: 897773 URL: http://svn.apache.org/viewvc?rev=897773&view=rev Log: Update to released 1.1.19 Modified: tomcat/site/trunk/xdocs/download-native.xml Modified: tomcat/site/trunk/xdocs/download-native.xml URL: http://svn.apache.org/viewv

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

2010-01-10 Thread mturk
Author: mturk Date: Mon Jan 11 07:14:16 2010 New Revision: 897776 URL: http://svn.apache.org/viewvc?rev=897776&view=rev Log: By default use released 1.1.19 Modified: tomcat/trunk/build.properties.default Modified: tomcat/trunk/build.properties.default URL: http://svn.apache.org/viewvc/tomca

[ANN] New committer: Tim Whittington

2010-01-10 Thread Rainer Jung
On behalf of the Tomcat committers I am pleased to announce that Tim Whittington has been voted in as a new Tomcat committer. Please join me in welcoming him. Regards, Rainer - To unsubscribe, e-mail: dev-unsubscr...@tomcat.