Bug 794363 (JBEPP-1407)

Summary: In some cases, the very first login to /ecmdemo fails (Workaround)
Product: [JBoss] JBoss Enterprise Portal Platform 5 Reporter: Thomas Heute <theute>
Component: Site PublisherAssignee: Thomas Heute <theute>
Status: CLOSED NOTABUG QA Contact:
Severity: high Docs Contact:
Priority: high    
Version: unspecifiedCC: theute
Target Milestone: ---   
Target Release: 5.2.0.GA   
Hardware: Unspecified   
OS: Unspecified   
URL: http://jira.jboss.org/jira/browse/JBEPP-1407
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2011-11-29 10:04:08 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:

Description Thomas Heute 2011-11-28 09:46:20 UTC
project_key: JBEPP


B) Workaround is to use parameter "restoreIdentity" for declaration of SetCurrentIdentityFilter in server/default/deploy/gatein-eppspdemo-VERSION.ear/ecmdemo.war/WEB-INF/web.xml

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

Comment 2 Thomas Heute 2011-11-28 09:48:48 UTC
Link: Added: This issue relates to JBEPP-1408


Comment 3 Thomas Heute 2011-11-29 10:04:08 UTC
Real fix committed, no need for a workaround