You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by bu...@apache.org on 2002/03/21 20:55:03 UTC

DO NOT REPLY [Bug 6784] - may be not a bug , but why is it happenning ?

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=6784>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=6784

may be not a bug , but why is it happenning ?

remm@apache.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
          Component|Unknown                     |Jasper
         Resolution|                            |INVALID



------- Additional Comments From remm@apache.org  2002-03-21 19:55 -------
Jasper is using a writer to output the page, but the default servlet (used in
the include) will use the output stream if it can. So it doesn't work (it's
forbidden by the servlet API). Flushing before the include should fix it.

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>