[
https://issues.jboss.org/browse/GTNSSO-24?page=com.atlassian.jira.plugin....
]
Marek Posolda resolved GTNSSO-24.
---------------------------------
Resolution: Done
Saml2IdpLoginModule has been refactored to use RestCallbackCaller for authentication of
users, so it's now using "java.net" instead of commons-httpclient. Encoding
issues shouldn't happen anymore
Authentication issue in Saml2IdpLoginModule when using special
characters
-------------------------------------------------------------------------
Key: GTNSSO-24
URL:
https://issues.jboss.org/browse/GTNSSO-24
Project: GateIn SSO
Issue Type: Bug
Affects Versions: 1.3.2.Final
Reporter: Marek Posolda
Assignee: Marek Posolda
Fix For: 1.3.3.Final
This happens with EPP 5.2.2 when using special characters in password:
{code}
2013-05-02 18:01:32,828 WARN [org.gatein.sso.saml.plugin.SAML2IdpLoginModule]
(ajp-10.130.142.35-8009-32) Error when sending request through HTTP client
java.lang.IllegalArgumentException: Invalid uri
'http://www.server.com/portal/rest/sso/authcallback/auth/PCCD71C18H501G/pkol@ssw0rd!1$&£':
escaped absolute path not valid
at
org.apache.commons.httpclient.HttpMethodBase.<init>(HttpMethodBase.java:222)
at
org.apache.commons.httpclient.methods.GetMethod.<init>(GetMethod.java:89)
at
org.gatein.sso.saml.plugin.SAML2IdpLoginModule.executeRemoteCall(SAML2IdpLoginModule.java:261)
at
org.gatein.sso.saml.plugin.SAML2IdpLoginModule.validateUser(SAML2IdpLoginModule.java:199)
at
org.gatein.sso.saml.plugin.SAML2IdpLoginModule.login(SAML2IdpLoginModule.java:124)
{code}
--
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