Bob Herrmann wrote: > Hi. The Servlet 2.4 spec says that ServletResponse now gets two more > methods, (from sections 5.4, 14.2.22) Namely; > > String getContentType(); > void setCharacterEncoding(String charset) > > To implement this, I patched 3 repositories jakarta-servletapi-5, > jakarta-tomcat-connectors, jakarta-tomcat-catalina > > I tested the "connectors" patch against 4.0 and my changes don't seem to > break 4.0 (and so dont require messing with forking connectors.) > > Cheers, > -bob > > P.S. The servletapi is still sprinkled with tabs. I tried to preserve > the current tabbing (and not change all to spaces per jakarta rule(?))
I don't know if this got applied already, but I'm -1 for this patch (the adapter for Tomcat 4 shouldn't have anything related to the new servlet API in it). Of course, +1 for integrating those changes to the new Tomcat 5 adapter. Remy -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>