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

Khoi Nguyen (Updated) (JIRA) jira-events at lists.jboss.org
Mon Oct 17 05:25:45 EDT 2011


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

Khoi Nguyen updated GTNPORTAL-2171:
-----------------------------------

    Attachment: GTNPORTAL-2171.patch


Attach a proposed patch for SSO 1.0.1-GA
                
> 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
>              Labels: SSO
>         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