[gatein-issues] [JBoss JIRA] (GTNPORTAL-2171) OpenAM: bug during integration only with Windows OS

Marek Posolda (Resolved) (JIRA) jira-events at lists.jboss.org
Thu Nov 3 19:49:45 EDT 2011


     [ https://issues.jboss.org/browse/GTNPORTAL-2171?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Marek Posolda resolved GTNPORTAL-2171.
--------------------------------------

         Assignee: Marek Posolda
    Fix Version/s: 3.2.0-M02
       Resolution: Done


Patch applied and fixed in SSO trunk. Will be available in SSO 1.1.0-Beta3.
                
> OpenAM: bug during integration only with Windows OS
> ---------------------------------------------------
>
>                 Key: GTNPORTAL-2171
>                 URL: https://issues.jboss.org/browse/GTNPORTAL-2171
>             Project: GateIn Portal
>          Issue Type: Bug
>      Security Level: Public(Everyone can see) 
>          Components: SSO
>    Affects Versions: 3.2.0-M01
>            Reporter: Khoi Nguyen
>            Assignee: Marek Posolda
>              Labels: SSO
>             Fix For: 3.2.0-M02
>
>         Attachments: GTNPORTAL-2171.patch
>
>
> During OpenAM (formerly openSSO) integration, there is a bug when you try to test SSO login after you finished configuration. Only into Windows system. This bug is explained here: http://community.jboss.org/thread/164971
> Here the solution: Into class "OpenSSOAgent" situated into SSO packaging during attribute loading, you get tokens from response by splitting by "\n". With linux, it's OK but with Windows, the line separator is "\r\n".
> To correct this problem it is possible to use: response.split(System.getProperty("line.separator"))

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the gatein-issues mailing list