Details
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 ( |
| Files Changed | ||||
MODIFY
/icefaces/trunk/icefaces/core/src/com/icesoft/faces/webapp/http/servlet/ServletExternalContext.java
|
| Field | Original Value | New Value |
|---|---|---|
| Status | Open [ 1 ] | Resolved [ 5 ] |
| Fix Version/s | 1.6DR#3 [ 10050 ] | |
| Resolution | Fixed [ 1 ] |
| Fix Version/s | 1.6 [ 10031 ] |
| Status | Resolved [ 5 ] | Closed [ 6 ] |

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.