hi all!

i wrote a very simple http servlet that overrides the doGet method.
this method simply tries to obtain a PrintWriter object through
response.getWriter().
the problem is that the servlet failes with an "UnsupportedEncodingException"?
the exception says that the encoding "iso8859-1;q=1.0" is not
supported by the Sun JVM.

what can i do?
thanks for your help in advance.

yours,
lars

Reply via email to