APAR status |
Closed as program error.
| Error description
Apply webapp filter; print text in servlet then do include;
included text goes out before the servlet text.
Without a filter in place, the included text appears
correctly within the body of the document
*******************************<html><head></head><body>
Text from include<br></body></html>
*******************************
When a filter is added, the included text is placed
before the <html> tag.
-------------------------------
Text from include<br><html><head></head><body></body></html>
------------------------------- Local fixProblem summary
****************************************************************
* USERS AFFECTED: WebSphere Application Server developers *
* using WebSphere custom extension *
* MimeFiltering. *
****************************************************************
* PROBLEM DESCRIPTION: Output is appearing out of order when *
* MimeFiltering is enabled and web *
* resource is including to other *
* web resources. *
****************************************************************
* RECOMMENDATION: *
****************************************************************
WebSphere is creating a new writer for each included
resource. As each writer commits or finishes
the current resource, the output is being written
(flushed) to the client. Problem conclusion
WebSphere will now keep the original writer for the
complete response process. As a result, the content
will be written to one buffer and eliminate the possibility
of output appearing out of order. Temporary fix
pq55217_v355.jar Comments
APAR information | APAR number | PQ55217 | Reported component name | WAS ADVANCED AI | Reported component ID | 5648C8400 | Reported release | 350 | Status | CLOSED PER | PE | NoPE | HIPER | NoHIPER | Submitted date | 2001-11-27 | Closed date | 2002-02-08 | Last modified date | 2002-05-16 |
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:
PQ57693
Modules/Macros APAR is sysrouted TO one or more of the following:PQ57693Modules/Macros
|
Fix information |
Fixed component name | WAS ADVANCED AI | Fixed component ID | 5648C8400 |
Applicable component levels | R350 PSY | UP |
|