0 Replies Latest reply on Sep 22, 2004 3:50 PM by timttye

    NLS (UTF-8 URL) fails with JBoss 3.2.5 Worked 3.2.3

    timttye

      I have a simple servlet mapping of UTF-8 NLS names to my application. This mapping worked correctly with Ms Internet Explorer and FireFox when running on 3.2.3 I've upgraded to 3.2.5 and the URL lookup fails "404 not found".
      - <servlet-mapping>
      <servlet-name>testEncoding</servlet-name>
      <url-pattern>/x%C3%87/*</url-pattern>
      </servlet-mapping>
      - <servlet-mapping>
      <servlet-name>testEncoding</servlet-name>
      <url-pattern>/xÇ/*</url-pattern>
      </servlet-mapping>
      Neither of these mappings work in 3.2.5 or 4.0.
      Both work in 3.2.3.