Closed chamerling closed 11 years ago
When user is publishing using the REST API, we must ensure that he have rights to publish (permission check)
cf org.ow2.play.governance.platform.user.service.rest.PublishService#notify
According to https://github.com/play-project/play-governance/blob/master/governance-platform-userservice/src/main/java/org/ow2/play/governance/platform/user/service/rest/PublishService.java#L59
We need to check 'publish' mode for the user/stream.
When user is publishing using the REST API, we must ensure that he have rights to publish (permission check)
cf org.ow2.play.governance.platform.user.service.rest.PublishService#notify