[gatein-issues] [JBoss JIRA] Assigned: (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
Tue Jun 7 03:25:59 EDT 2011


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

Minh Hoang TO reassigned GTNPORTAL-1855:
----------------------------------------

    Assignee: Minh Hoang TO


> 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
>            Assignee: Minh Hoang TO
>              Labels: backlogs, done, portal-s52
>             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