APAR status |
Closed as program error.
| Error description
Running a stress test after applying PQ49167 on 3.5.4 under JPro
be, and from Visual Inspection, it appears that we have
introduced a char[] to String conversion when calling the _jspx_
writeString( JspWriter jOut, char[] staticContent ) that didn't
exist before. From the JProbe output, when this method is call
ed, we spent about 71% of the time in this method to the new
String( char[] ).
Development is requesting a revisit of PQ49167 for possible per
formance improvements. Local fixProblem summary
****************************************************************
* USERS AFFECTED: WebSphere Application Server site users *
* where the character encoding (charset) of *
* the client (browser) differs from that *
* of the server. *
****************************************************************
* PROBLEM DESCRIPTION: It's possible the wrong charset *
* (encoding) could be used to generate *
* JSP output. *
****************************************************************
* RECOMMENDATION: *
****************************************************************
The way the static JSP content was being converted to Strings
was not taking into account client charset encoding. If
client encoding and server encoding differed then the output
could be displayed incorrectly. Problem conclusion
Changed the generated Java to not convert static JSP content
to a String before sending to client. Temporary fixComments
APAR information | APAR number | PQ54214 | Reported component name | WAS ADVANCED SU | Reported component ID | 5648C8402 | Reported release | 350 | Status | CLOSED PER | PE | NoPE | HIPER | NoHIPER | Submitted date | 2001-11-01 | Closed date | 2002-01-03 | Last modified date | 2002-01-03 |
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 SU | Fixed component ID | 5648C8402 |
Applicable component levels | R350 PSY | UP |
|