Two WebSphere Application Server - Express extensions are available, autoRequestEncoding and autoResponseEncoding.
In WebSphere Application Server - Express, the Web container no longer automatically sets request and response encodings, and response content types. Programmers are expected to set these values using available methods in the Servlet 2.3 Specification. If programmers choose not to use the character encoding methods, they can specify the autoRequestEncoding and autoResponseEncoding extensions, which enable the application server to set the encoding values and content type.
The Web container tries to determine the correct character encoding for the request parameters and data as follows:
The Web container derives the character encoding used for the response as follows:
Use the WebSphere Development Studio for iSeries tools to change the default values for the autoRequestEncoding and autoResponseEncoding extensions. For more information, see the WebSphere Development Studio for iSeries Help.