23 Apr
2012
23 Apr
'12
9:42 a.m.
Author: fdesbois Date: 2012-04-23 11:42:04 +0200 (Mon, 23 Apr 2012) New Revision: 3298 Url: http://chorem.org/repositories/revision/pollen/3298 Log: add uriEncoding for embedded tomcat Modified: trunk/pollen-ui-struts2/pom.xml Modified: trunk/pollen-ui-struts2/pom.xml =================================================================== --- trunk/pollen-ui-struts2/pom.xml 2012-04-18 14:51:21 UTC (rev 3297) +++ trunk/pollen-ui-struts2/pom.xml 2012-04-23 09:42:04 UTC (rev 3298) @@ -258,6 +258,7 @@ <systemProperties> <siteUrl>http://localhost:8080/pollen</siteUrl> </systemProperties> + <uriEncoding>UTF-8</uriEncoding> </configuration> </plugin>