]
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: