> So a solution to your problem, Jeremy, may be to increase the response > buffer. javax.servlet.ServletResponse allows this through > setBufferSize(), but this method doesn't exist on > cocoon.environment.Response.
BTW, playing devil's advocate, why in the first place Cocoon hides/wraps the standard HttpRequest, HttpResponse and other interfaces from the Servlets API. I would guess that many people are used to the Servlets API. As the API evolves (2.4 is not too far), Cocoon will have to keep adding additional wrapper methods and interfaces to keep up with the API. It also makes it a little harder to mix other servlet technologies with Cocoon, because of that extra barrier of getting used to the proprietary wrappers. Was there a safety concern that made Cocoon designers make such decision ? Ivelin --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]