On 08.03.2013 13:53, Mark Thomas wrote:
> On 08/03/2013 12:47, Rainer Jung wrote:
>> I see a consistent test failure for all connectors:
...
>> The only charset with a to big leftover size is
>> sun.nio.cs.ext.COMPOUND_TEXT (value 27.0). The failure only occurs for
>> Java 6, not for Java 7 an 8. I used Java 1.6.0_39-b04 on Solaris 10 Sparc.
> 
> How annoying. The exclusion of charsets that start with "x-..." is in
> the test case to exclude this sort of charset from the test.
> 
> I agree we need to fix this but at the moment I don't personally view it
> as a reason to stop the release.

Unfortunately one can not distinuish "internal" charsets from others,
the impl class is in the package sun.nio.cs.ext and many others are
there as well. Probably for now it is enough to just exclude the charset
with name "COMPOUND_TEXT". The exclusion is not needed for trunk,
because the charset doesn't exist in Java 7.

Regards,

Rainer


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to