glongman 2005/07/22 19:57:47
Modified: . Tag: branch-3-0 status.xml
Log:
updated status.xml - TemplateParser silently discards tag attributes if there
are duplicates.
Encountering this case causes the TemplateParser to throw an exception.
PR: (TAPESTRY-431)
Revision Changes Path
No revision
No revision
1.47.2.29 +3 -0 jakarta-tapestry/status.xml
Index: status.xml
===================================================================
RCS file: /home/cvs/jakarta-tapestry/status.xml,v
retrieving revision 1.47.2.28
retrieving revision 1.47.2.29
diff -u -r1.47.2.28 -r1.47.2.29
--- status.xml 28 Mar 2005 19:19:28 -0000 1.47.2.28
+++ status.xml 23 Jul 2005 02:57:47 -0000 1.47.2.29
@@ -124,6 +124,9 @@
-->
</todo>
<changes>
+ <release version="3.0.4" date="unreleased">
+ <action type="fix" dev="GL" fixes-bug="TAPESTRY-431"> Fixed
TemplateParser throws an exception and stops parsing when duplicate attributes
are found in a tag. </action>
+ </release>
<release version="3.0.3" date="Mar 26 2005">
<action type="fix" dev="PF" fixes-bug="TAPESTRY-278"> Fixes security
flaw in asset service. </action>
<action type="fix" dev="PF" fixes-bug="TAPESTRY-230"> JanitorThread
now terminates explicitly when servlet is destroyed. Interruption properly
terminates thread during sweep operation. </action>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]