JDK-6477896 : Two CTS i18n tests fail with jdk 1.4.2_12
  • Type: Bug
  • Component: core-libs
  • Sub-Component: java.nio.charsets
  • Affected Version: 1.4.2_12
  • Priority: P1
  • Status: Closed
  • Resolution: Duplicate
  • OS: generic
  • CPU: generic
  • Submitted: 2006-10-03
  • Updated: 2014-02-27
  • Resolved: 2006-10-12
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
Other
1.4.2_14Resolved
Related Reports
Duplicate :  
Relates :  
Description
The following CTS tests fail with SJSAS 8.2 and JDK 1.4.2_12:

com.sun.ts.tests.jsp.spec.i18n.URLClient.i18nIncludedContentTest
com.sun.ts.tests.jsp.spec.i18n.URLClient.i18nXmlPageResponseEncodingTest

Both tests pass with a configuration that is identical except that JDK 1.4.2_10
is used.

To reproduce, install SJSAS 8.2 from /net/koori.sfbay/a/v12/sjsas_pe/8.2/fcs/b06d/bundles.
In the installation, specify a directory containing JDK 1.4.2_12 for the JDK.  Download
the bundle j2ee-web.zip from

http://jse.east.sun.com/JWSCQE/links/disk5_releng/cts-1.4/cts-1_4_1_b/b01/

Unzip the file and set the $TS_HOME variable to the root directory.  Include $TS_HOME/bin
in your path, and set the $JAVA_HOME variable.  Follow the instructions in $TS_HOME/docs/Running-CTS-S1AS8.0-Setup.txt to configure CTS.  You should only need to edit
the ts.jte file and run 'tsant config.vi'.

To run the tests, cd to $TS_HOME/src/com/sun/ts/tests/jsp/spec/i18n and run 'tsant runclient'.

This problem was reported by the licensee on Windows and has been verified by CTS on Solaris.