Hi Stefano,

 thanks for letting us know about the solution to your problem.

On thing that has changed from tomcat7 to tomcat8 is that the default 
URL-Encoding has changed from ISO-8859-1 to UTF-8
(compare http://tomcat.apache.org/tomcat-7.0-doc/config/http.html
with http://tomcat.apache.org/tomcat-8.0-doc/config/http.html
search for "URIEncoding" to see the difference)

 In this light it seems my advice to set the URIEncoding to UTF-8 is just bad;
if you ever plan update to tomcat8, you probably want to set 
URIEncoding="ISO-8859-1" instead
(or set that org.apache.catalina.STRICT_SERVLET_COMPLIANCE on startup)
to prevent that problem to reappear.


----- Ursprüngliche Nachricht -----
Von: Stefbort
Am:  Thursday, 16.06.2016, 14:37
An: Xwiki Users
Betreff: Re: [xwiki-users] Xwiki replace " " with "+" on title


> Hi everybody.
> 
>  *FIXIED* 
> 
> The cause is Tomcat. With release 8 (maybe 9 too?) Xwiki don't works
> correctly.
> With release 7 it is a rock!
> 
> Like this I see the mysql connector release 6 dont'n works with Xwiki.
> 
> Tanks to all .
> 
> 
_______________________________________________
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users

Reply via email to