You are viewing a plain text version of this content. The canonical link for it is here.
Posted to adffaces-issues@incubator.apache.org by "Max Starets (JIRA)" <ad...@incubator.apache.org> on 2007/01/12 22:18:27 UTC

[jira] Created: (ADFFACES-352) XhtmlResponseWriter.flush() does not call flush() on the underlying writer

XhtmlResponseWriter.flush() does not call flush() on the underlying writer
--------------------------------------------------------------------------

                 Key: ADFFACES-352
                 URL: https://issues.apache.org/jira/browse/ADFFACES-352
             Project: MyFaces ADF-Faces
          Issue Type: Bug
            Reporter: Max Starets


XhtmlResponseWriter.flush() should be calling flush() on the underlying writer. It should be up to the underlying writer to implement this as a no-op if necessary. 


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Closed: (ADFFACES-352) XhtmlResponseWriter.flush() does not call flush() on the underlying writer

Posted by "Adam Winer (JIRA)" <ad...@incubator.apache.org>.
     [ https://issues.apache.org/jira/browse/ADFFACES-352?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Adam Winer closed ADFFACES-352.
-------------------------------

    Resolution: Fixed

Matthias has checked this in for both HtmlResponseWriter and XhtmlResponseWriter, so closing.

> XhtmlResponseWriter.flush() does not call flush() on the underlying writer
> --------------------------------------------------------------------------
>
>                 Key: ADFFACES-352
>                 URL: https://issues.apache.org/jira/browse/ADFFACES-352
>             Project: MyFaces ADF-Faces
>          Issue Type: Bug
>            Reporter: Max Starets
>         Assigned To: Matthias Weßendorf
>
> XhtmlResponseWriter.flush() should be calling flush() on the underlying writer. It should be up to the underlying writer to implement this as a no-op if necessary. 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (ADFFACES-352) XhtmlResponseWriter.flush() does not call flush() on the underlying writer

Posted by "Matthias Weßendorf (JIRA)" <ad...@incubator.apache.org>.
     [ https://issues.apache.org/jira/browse/ADFFACES-352?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Matthias Weßendorf updated ADFFACES-352:
----------------------------------------

        Fix Version/s: 2.0.0-incubating-core-SNAPSHOT
    Affects Version/s: 2.0.0-incubating-core-SNAPSHOT

> XhtmlResponseWriter.flush() does not call flush() on the underlying writer
> --------------------------------------------------------------------------
>
>                 Key: ADFFACES-352
>                 URL: https://issues.apache.org/jira/browse/ADFFACES-352
>             Project: MyFaces ADF-Faces
>          Issue Type: Bug
>    Affects Versions: 2.0.0-incubating-core-SNAPSHOT
>            Reporter: Max Starets
>         Assigned To: Matthias Weßendorf
>             Fix For: 2.0.0-incubating-core-SNAPSHOT
>
>
> XhtmlResponseWriter.flush() should be calling flush() on the underlying writer. It should be up to the underlying writer to implement this as a no-op if necessary. 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Assigned: (ADFFACES-352) XhtmlResponseWriter.flush() does not call flush() on the underlying writer

Posted by "Matthias Weßendorf (JIRA)" <ad...@incubator.apache.org>.
     [ https://issues.apache.org/jira/browse/ADFFACES-352?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Matthias Weßendorf reassigned ADFFACES-352:
-------------------------------------------

    Assignee: Matthias Weßendorf

> XhtmlResponseWriter.flush() does not call flush() on the underlying writer
> --------------------------------------------------------------------------
>
>                 Key: ADFFACES-352
>                 URL: https://issues.apache.org/jira/browse/ADFFACES-352
>             Project: MyFaces ADF-Faces
>          Issue Type: Bug
>            Reporter: Max Starets
>         Assigned To: Matthias Weßendorf
>
> XhtmlResponseWriter.flush() should be calling flush() on the underlying writer. It should be up to the underlying writer to implement this as a no-op if necessary. 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (ADFFACES-352) XhtmlResponseWriter.flush() does not call flush() on the underlying writer

Posted by "Matthias Weßendorf (JIRA)" <ad...@incubator.apache.org>.
    [ https://issues.apache.org/jira/browse/ADFFACES-352?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12471027 ] 

Matthias Weßendorf commented on ADFFACES-352:
---------------------------------------------

added the flush() to XhtmlResponseWriter.java  in the first run

> XhtmlResponseWriter.flush() does not call flush() on the underlying writer
> --------------------------------------------------------------------------
>
>                 Key: ADFFACES-352
>                 URL: https://issues.apache.org/jira/browse/ADFFACES-352
>             Project: MyFaces ADF-Faces
>          Issue Type: Bug
>            Reporter: Max Starets
>         Assigned To: Matthias Weßendorf
>
> XhtmlResponseWriter.flush() should be calling flush() on the underlying writer. It should be up to the underlying writer to implement this as a no-op if necessary. 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Reopened: (ADFFACES-352) XhtmlResponseWriter.flush() does not call flush() on the underlying writer

Posted by "Matthias Weßendorf (JIRA)" <ad...@incubator.apache.org>.
     [ https://issues.apache.org/jira/browse/ADFFACES-352?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Matthias Weßendorf reopened ADFFACES-352:
-----------------------------------------


it belongs to faces 1.2 :)

> XhtmlResponseWriter.flush() does not call flush() on the underlying writer
> --------------------------------------------------------------------------
>
>                 Key: ADFFACES-352
>                 URL: https://issues.apache.org/jira/browse/ADFFACES-352
>             Project: MyFaces ADF-Faces
>          Issue Type: Bug
>            Reporter: Max Starets
>
> XhtmlResponseWriter.flush() should be calling flush() on the underlying writer. It should be up to the underlying writer to implement this as a no-op if necessary. 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (ADFFACES-352) XhtmlResponseWriter.flush() does not call flush() on the underlying writer

Posted by "Matthias Weßendorf (JIRA)" <ad...@incubator.apache.org>.
     [ https://issues.apache.org/jira/browse/ADFFACES-352?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Matthias Weßendorf resolved ADFFACES-352.
-----------------------------------------

    Resolution: Fixed

added  _out.flush();

> XhtmlResponseWriter.flush() does not call flush() on the underlying writer
> --------------------------------------------------------------------------
>
>                 Key: ADFFACES-352
>                 URL: https://issues.apache.org/jira/browse/ADFFACES-352
>             Project: MyFaces ADF-Faces
>          Issue Type: Bug
>            Reporter: Max Starets
>
> XhtmlResponseWriter.flush() should be calling flush() on the underlying writer. It should be up to the underlying writer to implement this as a no-op if necessary. 

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira