Author: markt Date: Thu Aug 6 21:46:55 2009 New Revision: 801822 URL: http://svn.apache.org/viewvc?rev=801822&view=rev Log: More explanation
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=801822&r1=801821&r2=801822&view=diff ============================================================================== --- tomcat/tc6.0.x/trunk/STATUS.txt (original) +++ tomcat/tc6.0.x/trunk/STATUS.txt Thu Aug 6 21:46:55 2009 @@ -212,7 +212,14 @@ coupled. Therefore, this proposal is a series of patches and the patches need to be applied in order. Even then the patches do not apply completely cleanly so a rolled up patch has been provided at each stage. - Note the JSP TCK passes with the full set of patches applied. + Note: The JSP TCK passes with the full set of patches applied. + The benefit is twofold. First a number of edge case bugs I came across are + fixed. The short version is that the Catalina code and the Jasper code did + things differently. As well as the inherent inconsistencies (and hence bugs) + this created it also made it much harder to add the additional functionality + I was trying to add for embeddability. Which brings me to the second benefit. + With these fixes in place, the changes I was trying to make (patch to follow + when I have done more testing) for embeddability become possible. Step 1: Clean-up http://svn.apache.org/viewvc?view=rev&revision=647344 +1: markt --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org