]
Minh Hoang TO resolved GTNPORTAL-1855.
--------------------------------------
Resolution: Done
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: