Oauth セキュリティと acl spring セキュリティの両方を統合しようとしています。
以下の oauth 式ハンドラーの代わりに
<sec:global-method-security pre-post-annotations="enabled" proxy-target- class="true">
<sec:expression-handler ref="oauthExpressionHandler" />
</sec:global-method-security>
設定に従って acl 式ハンドラーを使用しました
http://krams915.blogspot.in/2011/01/spring-security-3-full-acl-tutorial_30.htmlで説明されているように。
テーブルに acl エントリを作成できますが、@PostFilter を使用している間、メソッドによって返されるオブジェクトは acl 権限を使用してフィルタリングされません。
誰か助けてくれませんか