Share

Sun's XACML Implementation

Tracker: Bugs

5 Cannot register additional ConditionSetFunction - ID: 2688434
Last Update: Tracker Item Submitted ( mcrmcr )


The constructor

public ConditionSetFunction(String functionName, String datatype,
String functionType) {
super(functionName, getId(functionName), datatype,
BooleanAttribute.identifier, false);
}



uses getId(functionName) and causes a NullPointer Exception,

Is should use getId(functionTyp) like GeneralSetFunction does.





Christian Mueller ( mcrmcr ) - 2009-03-16 10:40

5

Open

None

Nobody/Anonymous

None

None

Public


Comments




Log in to comment.

No follow-up comments have been posted.

Attached File

No Files Currently Attached

Change

No changes have been made to this artifact.