Hola Raphael:
> + // Include the servlet or JSP.
> +
> + // Warning: This does not work correctly with Tomcat
3.x
> + // because of a Tomcat implmentation bug (the
dispatcher
> + // never use the given response)
> + dispatcher.include(
> + rundata.getRequest(),
> + new
> EcsServletResponse(rundata.getResponse(),out) );
This is not true, Servlet 2.2 requires that the response and request
object pased to a included servlet be the same passed to the including
servlet, dont blame on Tomcat 3.X, blame on Sun Specs, this not a bug at
all... not in 3.X at least, as they are Servlet 2.2 Containers...
Doing this change you have tied JetSpeed to Servlet 2.3 Containers,
that's not bad at all , if Servlet 2.3 Spec were final , but in this
moment you only blocking yourself to non released versions of
Specifications, very bad for a truly compatible webapp, take care..
For me ( and a bunch of others who wait for specs to be finals to use
them.., i know many people already tied to Tomcat 3.1 :) this is a ver
bad change.. we are not ready to change our Oracle Servers to Servlet
2.3 in a near future, so JetSpeed is not for us ?
Saludos ,
Ignacio J. Ortega
--
--------------------------------------------------------------
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Search: <http://www.mail-archive.com/jetspeed@list.working-dogs.com/>
List Help?: [EMAIL PROTECTED]