Hi Denis, Clemens, I access directly, without apache front end, only tomcat: http://localhost:8080/ When I created a page with the name "é" the wiki created the name %25C3%25A9 http://localhost:8080/xwikibdold/bin/view/2014/%25C3%25A9 When I edit the page %25C3%25A9, a wiki created the name %2525C3%2525A9 http://localhost:8080/xwikibdold/bin/view/2014/%2525C3%2525A9 When I edit the page %252525C3%252525A9, a wiki created the name %25252525C3%25252525A9 http://localhost:8080/xwikibdold/bin/view/2014/%25252525C3%25252525A9 That is, I can not change never a page with accents or %, because wiki always creates another. thanks 2016-06-24 6:11 GMT-03:00 Denis Gervalle <[email protected]>:
Hi Julio,
Don't you have an apache front end ? If so, you need to check that you are not using URL rewriting that cause double encoding of the URL parameters. Hope this helps,
On Fri, Jun 24, 2016 at 12:38 AM, Julio Brum <[email protected]> wrote:
I am using the XWiki version 7.4.1 with UTF-8 in Xwiki, tomcat8 and Postgres, but every time than I save a page with accent in the name, XWiki change the name. For example, I try to save a page with the name "é" and XWiki save "%25C3%25A9" Please, why this happens?
*My settings in windows:*
*tomcat\conf\server.xml:*
<Connector port="8080" protocol="HTTP/1.1" URIEncoding="UTF-8"
*xwiki.cfg:*
xwiki.encoding=UTF-8
*PostgreSQL:*
CREATE DATABASE wiki WITH OWNER = postgres ENCODING = 'UTF8' TABLESPACE = pg_default LC_COLLATE = 'Portuguese_Brazil.1252' LC_CTYPE = 'Portuguese_Brazil.1252' CONNECTION LIMIT = -1;
Thanks, Julio _______________________________________________ devs mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/devs
-- Denis Gervalle SOFTEC sa - CEO _______________________________________________ devs mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/devs