[ 
http://jira.nuxeo.org/browse/NXP-2068?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=38030#action_38030
 ] 

Anahide Tchertchian commented on NXP-2068:
------------------------------------------

Need to add a feedback in method performing the session initialization

startupHelper.initDomainAndFindStartupPage(domainTitle, viewId);
Map<String, String> reqMap = 
FacesContext.getCurrentInstance().getExternalContext().getRequestParameterMap();
if (reqMap != null && Boolean.valueOf(reqMap.get("loginRedirection"))) {
    FacesMessage msg = new FacesMessage(FacesMessage.SEVERITY_INFO,
            resourcesAccessor.getMessages().get(
                    "label.eurgco.newSessionStarted"), null);
    facesMessages.add(msg);
}


> No feedback when redirecting to the home page to rebuild context using login 
> sso 
> ---------------------------------------------------------------------------------
>
>                 Key: NXP-2068
>                 URL: http://jira.nuxeo.org/browse/NXP-2068
>             Project: Nuxeo Enterprise Platform
>          Issue Type: Bug
>    Affects Versions: 5.1.3.1
>            Reporter: Anahide Tchertchian
>            Assignee: Anahide Tchertchian
>             Fix For: 5.1.6, 5.2 M2
>
>


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.nuxeo.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        
_______________________________________________
ECM-tickets mailing list
[email protected]
http://lists.nuxeo.com/mailman/listinfo/ecm-tickets

Reply via email to