APAR status
Closed as program error.
Error description
During JSP servlet handling, an IOexception is wrapped inside a
ServletException by the JSP container. Therefore, the exception
handling code will not see the IOException unless they
unwrap the ServletException.
Local fix Problem summary
****************************************************************
* USERS AFFECTED: User application expecting IOException from *
* the Servlet handling will be affected. *
****************************************************************
* PROBLEM DESCRIPTION: During JSP servlet handling, an *
* IOexception is wrapped inside a *
* ServletException by the JSP *
* container. Therefore, the exception *
* handling code will not see the *
* IOException unless they *
* unwrap the ServletException. *
****************************************************************
* RECOMMENDATION: *
****************************************************************
JSP container (JspServlet) wrapped the IOException with a
ServletException during the service call. Customer's
applications which are expecting to handle the IOException
will not be able to handle the IOException unless they
unwrap the ServletException.
Problem conclusion
Modify the JspServlet code to re-throw the IOException
without wrapping it inside a ServletException.
Temporary fix
test fix posted to
pq99999 on 10/02/2003
Comments
APAR information |
APAR number |
PQ79113 |
Reported component name |
WAS BASE 5.0 |
Reported component ID |
5630A3600 |
Reported release |
00W |
Status |
CLOSED PER |
PE |
NoPE |
HIPER |
NoHIPER |
Special Attention |
NoSpecatt |
Submitted date |
2003-10-01 |
Closed date |
2003-11-25 |
Last modified date |
2003-11-25 |
APAR is sysrouted FROM one or more of the following:
APAR is sysrouted TO one or more of the following:
Modules/Macros
Publications Referenced
Applicable component levels |
R003 PSY |
UP |
R00A PSY |
UP |
R00H PSY |
UP |
R00I PSY |
UP |
R00P PSY |
UP |
R00S PSY |
UP |
R00W PSY |
UP |
|