You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Christian Mallwitz <c....@intershop.de> on 2000/11/09 16:55:58 UTC

"Not found (404)" error if JSP page contains unsupported encoding

Hi,

If you have the following JSP:

<%@ page session="false" contentType="text/html; charset=UTF-7"
%><HTML><HEAD><TITLE>Character Encoding Test - UTF-7
JSP</TITLE></HEAD><BODY>
<% out.write("This is unicode for Euro: \u20ac [should be &euro;]"); %>
</BODY></HTML>

I get a "Not found (404)" page. JWS throws an UnsupportedEncodingException
though. Nevermind the UTF-7 charset. I use it just as an example and know
that the JDK doesn't support it ...

Bye
Christian
-- 
Christian Mallwitz INTERSHOP Communications Germany
Senior Software Engineer    phone: +49 3641 894 334