2008/3/12, Griffith, Michael * <[EMAIL PROTECTED]>:
>
> if( getFlush() ){
> LOG.debug("Flushing output stream");
> out.close(); // ...and flush...
> }
Yup you're right! Please open a JIRA issue:
https://issues.apache.org/struts/browse/WW
In fact the code in the trunk does not verify if "flush" flag is on, and
this code is a bit obscure to me:
http://svn.apache.org/repos/asf/struts/struts2/trunk/core/src/main/java/org/apache/struts2/views/xslt/XSLTResult.java
Why does it take *twice* the response's writer, and closes and flushes it?
If you can, please post a patch to the issue that you will create.
Ciao
Antonio