2010/2/15 Mark Thomas :
> On 14/02/2010 06:47, kkoli...@apache.org wrote:
>> + 2. isImplemetedAsFragment() method is wrong.
>> + 1) A fragment can also be created with when calling
>> a tag,
>> + when the attribute is declared being of type JspFragment.
>> + -see JSP.5.10
On 14/02/2010 06:47, kkoli...@apache.org wrote:
> +1. There is a copy-paste issue in the patch:
> + vec.add(tagVarInfos[i]); call was replaced by vec.add(varInfos[i]);
> + which is wrong. This error is not present in trunk.
Fixed.
> +2. isImplemetedAsFragment() method is wrong.
Author: kkolinko
Date: Sun Feb 14 06:47:40 2010
New Revision: 909979
URL: http://svn.apache.org/viewvc?rev=909979&view=rev
Log:
veto
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=9099