0
春季安全之間的單獨數據event2擁有者設置爲userB 可供登錄用戶訪問@的Spring Security 3.2的用戶
http://service/event1
http://service/event2
什麼被認爲安全的Web應用程序,使用戶A只能看到
http://service/event1
但不是
http://service/event2
(和反向其他用戶)
目前的最佳方式我已經在控制器級別上實現瞭解決方案,獲取用戶執行檢查並重定向到適當位置的事件列表。 我不喜歡它。