Re: [xwiki-devs] [xwiki-notifications] r30796 - platform/web/trunk/standard/src/main/webapp/WEB-INF
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>
On 09/01/2010 06:06 PM, Vincent Massol wrote:
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.
Only SetCharacterEncodingFilter? I have also changed the path for SavedRequestRestorerFilter. Alex
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>
_______________________________________________ devs mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/devs
participants (2)
-
Alex Busenius -
Vincent Massol