Author: fpunt Date: 2010-04-26 13:35:25 +0200 (Mon, 26 Apr 2010) New Revision: 42039
Modified: CMSContainer/branches/b1_7/CMSContainer/migration/migration_1.6_to_1.7.txt Log: CMSC-1672 Fixed Modified: CMSContainer/branches/b1_7/CMSContainer/migration/migration_1.6_to_1.7.txt =================================================================== --- CMSContainer/branches/b1_7/CMSContainer/migration/migration_1.6_to_1.7.txt 2010-04-26 09:02:28 UTC (rev 42038) +++ CMSContainer/branches/b1_7/CMSContainer/migration/migration_1.6_to_1.7.txt 2010-04-26 11:35:25 UTC (rev 42039) @@ -274,3 +274,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
