APAR status |
Closed as program error.
| Error description
JSP 1.1 DELETED JSP STILL DISPLAYED AFTER RELOAD TIMEOUT
For JSP 1.1, when a JSP is deleted from the file system, the JSP
continues to be served even after the reload timeout.
Correct behavior would be to return a 404 after the reload
timeout.
JSP 1.0 reload websphere waseng Local fixProblem summary
****************************************************************
* USERS AFFECTED: WebSphere Application Server developers *
* using jsp 1.1 and deleting or renaming *
* jsp files. *
****************************************************************
* PROBLEM DESCRIPTION: When the developer deletes or renames *
* a jsp file, the original jsp file is *
* still being served to the client when *
* requested. *
****************************************************************
* RECOMMENDATION: *
****************************************************************
After a jsp file has been converted to a class file,
WebSphere was not checking to see if the original .jsp
file still existed in the filesystem. Since WebSphere
knows how to correlate jsp filenames with generated
.class name, WebSphere continued to service requests
for that jsp file until the .class file was removed. Problem conclusion
Added a flag to set if the .jsp file exists during the
isOutdated check for modified jsp files. Temporary fix
//wasdoc0/apars/pq65337/3.5.6 Comments
APAR information | APAR number | PQ65337 | Reported component name | WAS ADVANCED AI | Reported component ID | 5648C8400 | Reported release | 350 | Status | CLOSED PER | PE | NoPE | HIPER | NoHIPER | Submitted date | 2002-08-16 | Closed date | 2002-08-27 | Last modified date | 2002-08-27 |
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 |
|