Changes between Initial Version and Version 1 of Ticket #478, comment 8
- Timestamp:
- 08.07.2013 14:50:14 (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #478, comment 8
initial v1 4 4 Solution: the Access Control module must *not* deliver the permissions along with the topic/association (in the composite value). Instead the Webclient must request the permissions separately via the Access Control service. 5 5 To reduce requests the Access Control module could maintain its own cache for the permission information, and invalidate it once the user's login status changes. 6 7 UPDATE: this issue got its own ticket (#489).