On 22/12/2023 14:36, jean-frederic clere wrote:
On 12/22/23 15:20, jean-frederic clere wrote:
On 12/22/23 11:21, Mark Thomas wrote:
On 22/12/2023 10:01, jean-frederic clere wrote:

Yep, is there an "easy" way to configure the CharsetMapperDefault.properties used by the mapper?

Add the following to the global web.xml

   <locale-encoding-mapping-list>
     <locale-encoding-mapping>
       <locale>ja</locale>
       <encoding>Shift_JIS</encoding>
     </locale-encoding-mapping>
   </locale-encoding-mapping-list>

Any idea for this error:
+++
12-22-2023 13:52:50:  ERROR: Test case throws exception: Exception occurred:org.apache.commons.httpclient.cookie.MalformedCookieException: Invalid expires attribute: Unparseable date: "Fri, 22 Dec 2023 12:52:52 GMT"
+++

The TCK is testing for Fri, 22-Dec-2023 12:52:52 GMT ...

The TCK is wrong. The delimiter should be " " rather than "-".

The test should be in the exclusion list due to:
https://github.com/jakartaee/servlet/issues/471

Mark

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

Reply via email to