Author: fpunt Date: 2010-04-26 13:35:50 +0200 (Mon, 26 Apr 2010) New Revision: 42040
Modified: CMSContainer/trunk/CMSContainer/migration/migration_1.6_to_1.7.txt Log: CMSC-1672 Fixed Modified: CMSContainer/trunk/CMSContainer/migration/migration_1.6_to_1.7.txt =================================================================== --- CMSContainer/trunk/CMSContainer/migration/migration_1.6_to_1.7.txt 2010-04-26 11:35:25 UTC (rev 42039) +++ CMSContainer/trunk/CMSContainer/migration/migration_1.6_to_1.7.txt 2010-04-26 11:35:50 UTC (rev 42040) @@ -281,3 +281,27 @@ * * * + + +Name: convert community to new style using filter +Goal: +Type: changes in web.xml files. +--- Start --- +In both the staging and live web.xml: +Put the following text just below the "Set Character Encoding Filter" </filter>: + <!--JavaEE authentication for Community Module--> + <filter> + <filter-name>PortalFilter</filter-name> + <filter-class>com.finalist.cmsc.login.filter.PortalFilter</filter-class> + </filter> +Put the following text just below the "CharacterEncoding" </filter-mapping>: + <!--JavaEE authentication for Community Module--> + <filter-mapping> + <filter-name>PortalFilter</filter-name> + <url-pattern>/*</url-pattern> + </filter-mapping> +--- End --- +Exceptions/errors/other problems and what to do: +* +* +* _______________________________________________ Cvs mailing list [email protected] http://lists.mmbase.org/mailman/listinfo/cvs
