You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by "Paul Kossler (JIRA)" <de...@myfaces.apache.org> on 2007/09/06 19:24:32 UTC

[jira] Created: (TRINIDAD-694) missing close() call in class org.apache.myfaces.trinidadinternal.io.HtmlResponseWriter:

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.


[jira] Updated: (TRINIDAD-694) missing close() call in class org.apache.myfaces.trinidadinternal.io.HtmlResponseWriter:

Posted by "Paul Kossler (JIRA)" <de...@myfaces.apache.org>.
     [ https://issues.apache.org/jira/browse/TRINIDAD-694?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Paul Kossler updated TRINIDAD-694:
----------------------------------

    Status: Open  (was: Patch Available)

> 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.


[jira] Updated: (TRINIDAD-694) missing close() call in class org.apache.myfaces.trinidadinternal.io.HtmlResponseWriter:

Posted by "Paul Kossler (JIRA)" <de...@myfaces.apache.org>.
     [ https://issues.apache.org/jira/browse/TRINIDAD-694?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Paul Kossler updated TRINIDAD-694:
----------------------------------

    Status: Patch Available  (was: Open)

> 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.