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.jarComments
APAR is sysrouted FROM one or more of the following: PQ55217 APAR is sysrouted TO one or more of the following: Modules/Macros
|
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
(C) Copyright IBM Corporation 2000, 2006. All Rights Reserved.