eclipse-scout / scout.rt

https://www.eclipse.org/scout/
Eclipse Public License 2.0
34 stars 39 forks source link

Permission UiNotification: only notify affected users #1130

Closed mvilliger closed 1 month ago

mvilliger commented 1 month ago

If the server-side permissions cache is invalidated using the KeyCacheEntryFilter (which only invalidates specific entries), only users that belong to these invalidated entries are notified.

This is important as the cache entry for a user is invalidated on logout which would refresh all users browser caches when a user closes the application.

393577