Hello,
I´m using iPlanet as JSP server. I have a little problem when I send special
characters (ASCII > 128, e.g. accents) to the server.
Perhaps it is a iPlanet configuration problem, or a JVM configuration
problem.

Next I attach the JSP page:

    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
    <html>
    <head>
     <title>Example áéíóúñ</title>
    </head>
    <body>
    <%@ page language="java" %>
    <p>Parameter : <%=request.getParameter("p")%></p>
    </body>
    </html>

and the request:

    http://server/page.jsp?p=adiós

The result:

    Parameter : adi?s

Special characters are lost.
However, log file from iPlanet is OK : "GET /page.jsp?p=adiós HTTP/1.1" 200
265

Can any body help me? Thank you in advance.

    Jose Antonio Quiles
    Telefonica I+D
    Madrid-Spain
    [EMAIL PROTECTED]

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

Reply via email to