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"
+++



Mark

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


--
Cheers

Jean-Frederic


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

Reply via email to