Author: hoang_to
Date: 2010-10-06 23:11:50 -0400 (Wed, 06 Oct 2010)
New Revision: 4566
Modified:
exo/portal/branches/3.1.x/web/portal/src/main/webapp/WEB-INF/web.xml
Log:
EXOGTN-82: Configure SetCurrentIdentityFilter to reinject identity
Modified: exo/portal/branches/3.1.x/web/portal/src/main/webapp/WEB-INF/web.xml
===================================================================
--- exo/portal/branches/3.1.x/web/portal/src/main/webapp/WEB-INF/web.xml 2010-10-06
23:48:59 UTC (rev 4565)
+++ exo/portal/branches/3.1.x/web/portal/src/main/webapp/WEB-INF/web.xml 2010-10-07
03:11:50 UTC (rev 4566)
@@ -63,6 +63,10 @@
<filter>
<filter-name>SetCurrentIdentityFilter</filter-name>
<filter-class>org.exoplatform.services.security.web.SetCurrentIdentityFilter</filter-class>
+ <init-param>
+ <param-name>restoreIdentity</param-name>
+ <param-value>true</param-value>
+ </init-param>
</filter>