PQ57693: APPLY WEBAPP FILTER: PRINT TEXT IN SERVLET THEN DO INCLUDE: INCLUDED TEXT GOES OUT BEFORE THE SERVLET TEXT.

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 fix Problem 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 PQ57693
Reported component name WEBSPHERE AE AI
Reported component ID 5630A2200
Reported release 400
Status CLOSED PER
PE NoPE
HIPER NoHIPER
Submitted date 2002-02-08
Closed date 2002-02-08
Last modified date 2002-02-08

APAR is sysrouted FROM one or more of the following:
PQ55217

APAR is sysrouted TO one or more of the following:

Modules/Macros
ENGINE          

Fix information
Fixed component name WEBSPHERE AE AI
Fixed component ID 5630A2200

Applicable component levels
R400 PSY    UP


Document Information


Product categories: Software > Application Servers > Distributed Application & Web Servers > WebSphere Application Server > General
Operating system(s):
Software version: 400
Software edition:
Reference #: PQ57693
IBM Group: Software Group
Modified date: Feb 8, 2002