I changed but don't work...always the same error
This is my server.xml
<!-- Define a non-SSL HTTP/1.1 Connector on port 8080 -->
<Connector port="11080" maxHttpHeaderSize="8192"
maxThreads="150" minSpareThreads="25" maxSpareThreads="75"
enableLookups="false" redirectPort="8443" acceptCount="100"
connectionTimeout="20000" disableUploadTimeout="true"
URIEncoding="UTF-8"/>
<!-- Define a SSL HTTP/1.1 Connector on port 8443 -->
<!--
<Connector port="8443" maxHttpHeaderSize="8192"
maxThreads="150" minSpareThreads="25" maxSpareThreads="75"
enableLookups="false" disableUploadTimeout="true"
acceptCount="100" scheme="https" secure="true"
clientAuth="false" sslProtocol="TLS" URIEncoding="UTF-8"/>
-->
<!--questo e il connettore che apache utilizza di seguito definito il tipo
e la porta presenti in worker.properties-->
<!-- Define an AJP 1.3 Connector on port 8009 -->
<Connector port="11009"
enableLookups="false" redirectPort="8443" protocol="AJP/1.3"
URIEncoding="UTF-8" />
-----Messaggio originale-----
Da: Anil Gangolli [mailto:[EMAIL PROTECTED]
Inviato: mercoledì 8 ottobre 2008 16.08
A: [email protected]
Oggetto: Re: Problem with special chars like èìòù in entry permalink
Your servlet container has to be set up to interpret URLs using UTF-8 as
the encoding. Typically by default it will use ISO-8859-1.
For setting this up in Tomcat, see Section 3.2 of the Roller Install Guide.
<Connector port="8080"
maxThreads="150" minSpareThreads="25" maxSpareThreads="75"
enableLookups="false" redirectPort="8443" debug="0"
acceptCount="100" connectionTimeout="20000"
disableUploadTimeout="true"
*URIEncoding="UTF-8"* />
Guglielmo Carandente wrote:
> When in a entry title I have a special char like è it don't work. I have
> error 404.
>
> Someone can help me??
>
> Example:
>
> Entry title is "è bello"
>
> Permalink is
>
> http://blog.kisskiss.it/kblog/telegu/entry/è_bello
>
> but don't work.
>
> if I change è_bello with e_bello it's work (but anchor of entry is always
> è_bello)
>
> I have seen blog.sun.com and permalink with è works...please help me
>
> THANKS
>
>
>
> Guglielmo Carandente
> Junior Software Developer
> cell: 3383567746
>
> mail: [EMAIL PROTECTED]
>
> www.cnmedia.it
>
>
>
>
>
>