ICEfaces
  1. ICEfaces
  2. ICE-1424

JSP include leads to response.getWriter() and IllegalStateException upon getOutputStream()

    Details

    • Type: Bug Bug
    • Status: Closed
    • Priority: Major Major
    • Resolution: Fixed
    • Affects Version/s: 1.6DR#2
    • Fix Version/s: 1.6DR#3, 1.6
    • Component/s: Framework
    • Labels:
      None
    • Environment:
      all

      Description

      JSP inclusion causes getWriter() to be called on the response passed to ICEfaces. When ICEfaces later attempts to obtain an OutputStream via response.getOutputStream(), an IllegalStateException is produced because only one of these methods may be used with a given response.

        Activity

        Repository Revision Date User Message
        ICEsoft Public SVN Repository #13505 Wed Apr 11 14:45:41 MDT 2007 ted.goddard returning result from getWriter() if getOutputStream() fails on the response (ICE-1424)
        Files Changed
        Commit graph MODIFY /icefaces/trunk/icefaces/core/src/com/icesoft/faces/webapp/http/servlet/ServletExternalContext.java
        Ted Goddard created issue -
        Hide
        Ted Goddard added a comment -

        The checked-in change does not account for the fact that the character encoding in the including response may be different from the desired encoding in the ICEfaces page.

        Show
        Ted Goddard added a comment - The checked-in change does not account for the fact that the character encoding in the including response may be different from the desired encoding in the ICEfaces page.
        Ted Goddard made changes -
        Field Original Value New Value
        Status Open [ 1 ] Resolved [ 5 ]
        Fix Version/s 1.6DR#3 [ 10050 ]
        Resolution Fixed [ 1 ]
        Ken Fyten made changes -
        Fix Version/s 1.6 [ 10031 ]
        Ken Fyten made changes -
        Status Resolved [ 5 ] Closed [ 6 ]

          People

          • Assignee:
            Unassigned
            Reporter:
            Ted Goddard
          • Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

            • Created:
              Updated:
              Resolved: