missing close() call in class
org.apache.myfaces.trinidadinternal.io.HtmlResponseWriter:
-----------------------------------------------------------------------------------------
Key: TRINIDAD-694
URL: https://issues.apache.org/jira/browse/TRINIDAD-694
Project: MyFaces Trinidad
Issue Type: Bug
Components: Facelets
Affects Versions: 1.2.2-core
Reporter: Paul Kossler
This was posted on a mailing list and never posted into JIRA
>Hi, while investigating about a modal panel failure in using RichFaces, I
>noticed that Ajax4jsf failed to render a cached css.
>The final effect is an apparently random failure in showing the modal panel,
>depending on browser caching of involved css.
>This is turn was due to
> a missing close() call in class
> org.apache.myfaces.trinidadinternal.io.HtmlResponseWriter:
> its close() method simply flushes, without closing the associated stream.
>This close is needed (class CacheContent of Ajax4jsf) to mark cached obj
>contents presence.
>Without this mark, no contents will be returned to the browser.
>Adding _out.close() at line # 98 fixes this issue.
>
>-- Renzo
I agree with Renzo.
--paulkossler
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.