[ 
https://issues.apache.org/jira/browse/JSPWIKI-708?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13117247#comment-13117247
 ] 

Leonardo Pessoa commented on JSPWIKI-708:
-----------------------------------------

The problem seems to be solved when added URIEncoding="UTF-8" 
useBodyEncodingForURI="true" to 
server\default\deploy\jboss-web.deployer\server.xml:
{code:xml}
<Connector port="8181" address="${jboss.bind.address}"    
         maxThreads="250" maxHttpHeaderSize="8192"
         emptySessionPath="true" protocol="HTTP/1.1"
         enableLookups="false" redirectPort="8443" acceptCount="100"
         connectionTimeout="20000" disableUploadTimeout="true" 
URIEncoding="UTF-8" useBodyEncodingForURI="true" />
{code}
                
> Encoding problems when creating pages with titles containing special 
> characters
> -------------------------------------------------------------------------------
>
>                 Key: JSPWIKI-708
>                 URL: https://issues.apache.org/jira/browse/JSPWIKI-708
>             Project: JSPWiki
>          Issue Type: Bug
>    Affects Versions: 2.8.4
>         Environment: JBoss 4.2.3
>            Reporter: Leonardo Pessoa
>         Attachments: screenshot-1.jpg
>
>
> When trying to create a wiki page with a title containing special characters 
> they does not show correctly.
> Ie.: Page "Fórum" -> Results: FÃ Rum
> Also, the page isn't saved, no matter the content I put in it.
> I'm using UTF-8 as the encoding on jspwiki.properties.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira


Reply via email to