Required associations should only be required for the "from" side of the association
------------------------------------------------------------------------------------
Key: JS2-922
URL: https://issues.apache.org/jira/browse/JS2-922
Project: Jetspeed 2
Issue Type: Bug
Components: Security
Affects Versions: 2.2-M1, 2.2, 2.3
Reporter: Dennis Dam
Assignee: Dennis Dam
Priority: Minor
Fix For: 2.2
Right now, creation of a principal which' type is configured as the "to" side of a required
association is not possible. This is only correct for creation of principals on the "from"
side of that association. The required association handler is registered with both the "from"
and the "to" principal manager. The "to" manager should check whether the association is required
or not by checking whether it is the "to" side (not required) or the "from" side (required).
See also the definition of "required" in JetspeedPrincipalAssociationType.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.
---------------------------------------------------------------------
To unsubscribe, e-mail: jetspeed-dev-unsubscribe@portals.apache.org
For additional commands, e-mail: jetspeed-dev-help@portals.apache.org
|