[gatein-issues] [JBoss JIRA] Updated: (GTNPORTAL-1855) The GenericFilter should be called after that the request context has been properly set (ecmdemo portal, sample portal)

Minh Hoang TO (JIRA) jira-events at lists.jboss.org
Thu Apr 28 03:08:18 EDT 2011


     [ https://issues.jboss.org/browse/GTNPORTAL-1855?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Minh Hoang TO updated GTNPORTAL-1855:
-------------------------------------

    Labels: backlogs portal-s52 worked  (was: backlogs portal-s52)


> The GenericFilter should be called after that the request context has been properly set (ecmdemo portal, sample portal)
> -----------------------------------------------------------------------------------------------------------------------
>
>                 Key: GTNPORTAL-1855
>                 URL: https://issues.jboss.org/browse/GTNPORTAL-1855
>             Project: GateIn Portal
>          Issue Type: Bug
>      Security Level: Public(Everyone can see) 
>          Components: Common integration
>            Reporter: Martin Weiler
>              Labels: backlogs, portal-s52, worked
>             Fix For: 3.2.0-GA
>
>
> The changes applied to 02portal.war/WEB-INF/web.xml as a result of the fix for JBEPP-486 also need to be applied to the web.xml files contained in the eppsp demo portal and sample portal. The filter mapping element for the GenericFilter has to be the last one in the list:
>   <!-- other filter-mapping declarations -->
>   <filter-mapping>
>     <filter-name>GenericFilter</filter-name>
>     <url-pattern>/*</url-pattern>
>   </filter-mapping>
>   <!-- ================================================================== -->
>   <!--           LISTENER                                                 -->
>   <!-- ================================================================== -->

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the gatein-issues mailing list