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

2010-02-15 Thread Konstantin Kolinko
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

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

2010-02-15 Thread Mark Thomas
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.