Anil Saldhana
created
an issue
PicketLink
/
PLINK-470
BaseFormAuthentication->setConfigProvider references null parameter
Issue Type:
Bug
Assignee:
Anil Saldhana
Components:
Federation
Created:
03/Jun/14 3:12 PM
Fix Versions:
PLINK_2.6.0.CR4
Labels:
code_quality
Priority:
Major
Reporter:
Anil Saldhana
public void setConfigProvider(String cp) {
if (cp == null)
{ throw new IllegalStateException(ErrorCodes.NULL_ARGUMENT + cp); }
Add Comment
This message was sent by Atlassian JIRA
(v6.2.3#6260-
sha1:63ef1d6
)