Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

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

modules

The signature test needs to have servlet-api.jar and annotations-api.jar in the modules  subdirectory.

Test Suite

Download the Jakarta Servlet 6.0.0 TCK

...

  • 1 x default context path test as Tomcat configuration always overrides this.
    • (com/sun/ts/tests/servlet/spec/defaultcontextpath/URLClient.java#getDefaultContextPathTest)
  • 2 x security tests: clientCertTest because the key/cert are too small (SSL routines::ee key too small)

    • com/sun/ts/tests/servlet/spec/security/clientcert/Client.java#clientCertTest

    • com/sun/ts/tests/servlet/spec/security/clientcertanno/Client.java#clientCertTest

  • 2 x cookie tests: the TCK parses Expires using the old Netscape format ("EEE, dd-MMM-yy HH:mm:ss z") we use up to date format.
    • com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet_http/cookie/URLClient.java#setMaxAgePositiveTest

    • com/sun/ts/tests/servlet/api/jakarta_servlet_http/cookie/URLClient.java#setMaxAgePositiveTest

    1 x signatureTest
    • com/sun/ts/tests/signaturetest/servlet/ServletSigTest.java#signatureTest