[
https://issues.jboss.org/browse/GTNSSO-23?page=com.atlassian.jira.plugin....
]
Marek Posolda resolved GTNSSO-23.
---------------------------------
Fix Version/s: 1.3.3.Final
Resolution: Done
Issue will be fixed in GateIn SSO 1.3.3.Final. Fix is adding algorithm into
OpenSSOAgentImpl class to recognize line separator from given OpenAM response.
So it's possible possible to handle deployment with OpenSSO on windows and GateIn on
linux (or viceversa).
OpenSSO/OpenAM Agent doesn't work well when gatein is on Windows
and OpenAM is on *NIX based system
---------------------------------------------------------------------------------------------------
Key: GTNSSO-23
URL:
https://issues.jboss.org/browse/GTNSSO-23
Project: GateIn SSO
Issue Type: Bug
Affects Versions: 1.1.1-GA
Reporter: Ray Tsang
Assignee: Marek Posolda
Fix For: 1.3.3.Final
There was a forum thread (see forum reference) where OpenAM response is split by
response.split(System.getProperty("line.separator"))
This is good when BOTH Portal and OpenAM are on the same platform. Issue arises when
Portal is on Windows and OpenAM is on *NIX system.
OpenAM would return the response w/ '\n' line separator, but Portal on window
would try to split it using '\r\n'.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see:
http://www.atlassian.com/software/jira