Re: resolving bug in SSI--servlets

 This bug has been fixed now and this will be available in the next 
 release. The problem was in JigsawHttpServletResponse and 
 ServletWrapper, Because the stream was closed after the call of the 
 servlet's service method.

 Regards, Benoit.

"David Kershaw" writes:

> The list archive has a couple of questions about a bug in the SSI support
> for servlets.  The problem is that when a servlet is included or called from
> an SSI servlet tag an exception is thrown and the rest of the segments are
> not added to the output stream.  Since I'm new to the list I don't know if a
> solution has been posted already.
> 
> I found that skipping the close call to the output stream in
> org.w3c.jigsaw.http.Client seems to make things work fine, but it seems like
> there should be another way.
> 
> Any other ideas out there?
> 
> 
> Thanks!
> 
> 
> David
> 
> 


- Benoît Mahé -------------------------------------------------------
                      World Wide Web Consortium (W3C)
                    Architecture domain - Jigsaw Team           

  http://www.w3.org/People/Mahe - bmahe@w3.org - +33.4.92.38.79.89 
---------------------------------------------------------------------

Received on Thursday, 3 September 1998 03:56:18 UTC