]
Khoi Nguyen commented on GTNPORTAL-2171:
----------------------------------------
Till an issue on trunk version
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: