APAR status |
Closed as program error.
| Error description
Native write error and Client CLosed Connection exceptions are
being generated by JSP's. This was not fixed by PQ43653 native
write error. Local fixProblem summary
If the client closes the connection to the server before the
entire response is sent then a ClientClosedConnectionException
will be raised on the next invocation of
write::SRTServletResponse. This exception is uncatchable by
the JSP author if it occurs while writing static HTML content.
.
Auxiliary methods (_jspx_writeString) were added to write
static content and expressions. These new methods, which are
included in the generated Java source, ignore IOExceptions.
This also has the side-effect of giving all scriptlets an
opportunity to execute even if the client has terminated its
connection to the server (unless a non-IOException is raised by
processing static content/an expression or a prior scriptlet
throws an uncaught exception). Problem conclusion
This problem has been corrected by changes to the following:
org/apache/jasper/runtime/JspWriterImpl.java
org/apache/jasper/compiler/StoredCharDataGenerator.java
org/apache/jasper/compiler/JspParseEventListener.java
org/apache/jasper/compiler/ExpressionGenerator.java
com/sun/jsp/compiler/ExpressionGenerator.java
com/sun/jsp/compiler/Jsp1_0ParseEventListener.java
com/sun/jsp/compiler/StoredCharDataGenerator.java
com/sun/jsp/runtime/JspWriterImpl.java
org/apache/jasper/runtime/JspWriterImpl.java This problem has been corrected by changes to the following:org/apache/jasper/runtime/JspWriterImpl.javaorg/apache/jasper/compiler/StoredCharDataGenerator.javaorg/apache/jasper/compiler/JspParseEventListener.javaorg/apache/jasper/compiler/ExpressionGenerator.javacom/sun/jsp/compiler/ExpressionGenerator.javacom/sun/jsp/compiler/Jsp1_0ParseEventListener.javacom/sun/jsp/compiler/StoredCharDataGenerator.javacom/sun/jsp/runtime/JspWriterImpl.javaorg/apache/jasper/runtime/JspWriterImpl.java Temporary fix
pq49167_test.jar Comments
APAR information | APAR number | PQ49167 | Reported component name | WAS ADVANCED AI | Reported component ID | 5648C8400 | Reported release | 350 | Status | CLOSED PER | PE | NoPE | HIPER | NoHIPER | Submitted date | 2001-05-29 | Closed date | 2001-07-26 | Last modified date | 2002-05-07 |
APAR is sysrouted FROM one or more of the following:
APAR is sysrouted TO one or more of the following:APAR is sysrouted FROM one or more of the following:
Modules/Macros APAR is sysrouted TO one or more of the following:Modules/Macros
|
Fix information |
Fixed component name | WAS ADVANCED AI | Fixed component ID | 5648C8400 |
Applicable component levels | R350 PSY | UP |
|