[Cocoon Wiki] Update of "RequestParameterEncoding" by ThorstenScherler
Apache Wiki <[email protected]>
| Newsgroups | gmane.text.xml.cocoon.documentation |
|---|---|
| Message-ID | <[email protected]> |
Dear Wiki user,
You have subscribed to a wiki page or wiki category on "Cocoon Wiki" for change notification.
The following page has been changed by ThorstenScherler:
http://wiki.apache.org/cocoon/RequestParameterEncoding
The comment on the change is:
make instructions consistent
------------------------------------------------------------------------------
{{{
<filter>
- <filter-name>Set Character Encoding</filter-name>
+ <filter-name>SetCharacterEncoding</filter-name>
<filter-class>filters.SetCharacterEncodingFilter</filter-class>
<init-param>
<param-name>encoding</param-name>
@@ -57, +57 @@
<!-- either mapping to URL pattern -->
<filter-mapping>
- <filter-name>Set Character Encoding</filter-name>
+ <filter-name>SetCharacterEncoding</filter-name>
<url-pattern>/*</url-pattern>
</filter-mapping>