APAR status |
Closed as program error.
| Error description
Servlet Chaining and Servlet Filtering does not work with DBCS
in WebSphere 3.5.4. This is a regression defect from WebSphere
3.5.2. Outcome: DBCS characters are being displayed as
undefined characters or question marks.
Original defect which fixed this was 88452 Local fixProblem summary
****************************************************************
* USERS AFFECTED: WebSphere Application Server 3.5.4 *
* developers using Servlet Filtering and *
* Servlet Chaining. *
****************************************************************
* PROBLEM DESCRIPTION: After applying PQ42514, DBCS characters *
* are being displayed as undefined *
* characters or question marks. *
****************************************************************
* RECOMMENDATION: *
****************************************************************
When using the StoredResponse object, which both Servlet
Chaining and Servlet Filtering are using, the character encoding
is being set by default to US_ASCII (88951_1) if the system
property default.client.encoding is not set. Problem conclusion
StoredResponse should not be creating the writer until the
content type header field has been set. The content type header
field is used to determine the character encoding of the
response object. Since the writer is not being created
before the content type header field is set, the default
encoding (US_ASCII (88951_1)) is being used to create the
writer. The regression was a result of APAR PQ42514 which
added the ability to define a default client encoding for
stored responses. Temporary fixComments
APAR information | APAR number | PQ52750 | Reported component name | WAS ADVANCED AI | Reported component ID | 5648C8400 | Reported release | 350 | Status | CLOSED PER | PE | NoPE | HIPER | NoHIPER | Submitted date | 2001-09-25 | Closed date | 2001-09-25 | Last modified date | 2001-12-17 |
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
|
Fix information |
Fixed component name | WAS ADVANCED AI | Fixed component ID | 5648C8400 | APAR is sysrouted TO one or more of the following:Modules/Macros
Applicable component levels | R350 PSY | UP |
|