Bug 794363 (JBEPP-1407) - In some cases, the very first login to /ecmdemo fails (Workaround)
Summary: In some cases, the very first login to /ecmdemo fails (Workaround)
Keywords:
Status: CLOSED NOTABUG
Alias: JBEPP-1407
Product: JBoss Enterprise Portal Platform 5
Classification: JBoss
Component: Site Publisher
Version: unspecified
Hardware: Unspecified
OS: Unspecified
high
high
Target Milestone: ---
: 5.2.0.GA
Assignee: Thomas Heute
QA Contact:
URL: http://jira.jboss.org/jira/browse/JBE...
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2011-11-28 09:46 UTC by Thomas Heute
Modified: 2011-11-29 10:04 UTC (History)
1 user (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2011-11-29 10:04:08 UTC
Type: Bug


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Bugzilla 794364 0 high CLOSED In some cases, the very first login to /ecmdemo fails 2021-02-22 00:41:40 UTC
Red Hat Issue Tracker JBEPP-1407 0 None None None Never

Internal Links: 794364

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


Note You need to log in before you can comment on or make changes to this bug.