[PATCH] TagCache writers fix

2002-04-20 Thread Bart Locanthi
The attached patch fixes a problem where tomcat is unable to find writer methods in user-defined tags. The problem appears in at least SUN jdk's 1.3 and 1.4 - I haven't looked at the IBM jdk. The original code is simply broken - it looks for all writers and somehow disqualifies legitimate one

PageContext.pushWriter(JspWriter)

2002-02-02 Thread Bart Locanthi
After hitting my head against the wall that is PageContext.pushBody() and it's near-uselessness, I have finally hacked my Tomcat 4.0.1 and added one measly method to the servlet API. And boy is my life getting better fast. The issues are twofold: 1) pushBody() makes a BodyContent for you, pus