On Aug 30, 2010, at 5:15 PM, abusenius (SVN) wrote:
Author: abusenius
Date: 2010-08-30 17:15:09 +0200 (Mon, 30 Aug 2010)
New Revision: 30796
Modified:
platform/web/trunk/standard/src/main/webapp/WEB-INF/web.xml
Log:
Updated SetCharacterEncodingFilter class in web.xml after moving
Modified: platform/web/trunk/standard/src/main/webapp/WEB-INF/web.xml
===================================================================
--- platform/web/trunk/standard/src/main/webapp/WEB-INF/web.xml 2010-08-30 14:31:45 UTC
(rev 30795)
+++ platform/web/trunk/standard/src/main/webapp/WEB-INF/web.xml 2010-08-30 15:15:09 UTC
(rev 30796)
@@ -22,7 +22,7 @@
without affecting the whole container (and the other applications hosted). -->
<filter>
<filter-name>Set Character Encoding</filter-name>
-
<filter-class>com.xpn.xwiki.web.SetCharacterEncodingFilter</filter-class>
+
<filter-class>org.xwiki.container.servlet.filters.internal.SetCharacterEncodingFilter</filter-class>
This is going to cause problems to users when they upgrade...
We need to make it as easy as possible:
- deprecate the old class but keep it
- add what needs to be done in the release notes.
WDYT?
Thanks
-Vincent
<!-- The encoding to use. This must be the same
as the one in xwiki.cfg (hopefully only one
encoding will be used later). -->
<init-param>