Skip to content

Commit ba273ab

Browse files
committed
Merge branch '6.4.x'
2 parents 55b83a0 + 71e12bb commit ba273ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/modules/ROOT/pages/servlet/authorization/method-security.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -697,7 +697,7 @@ Kotlin::
697697
----
698698
@Component
699699
open class BankService {
700-
@PreFilter("filterObject.owner == authentication.name")
700+
@PostFilter("filterObject.owner == authentication.name")
701701
fun readAccounts(vararg ids: String): Collection<Account> {
702702
// ... the return value will be filtered to only contain the accounts owned by the logged-in user
703703
return accounts

0 commit comments

Comments
 (0)