mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-06-24 21:12:18 +00:00
Add createOrUpdate to methods (by default).
This commit is contained in:
parent
625efa4782
commit
9723ac61c6
@ -48,7 +48,7 @@ public class ValidationAdvisor extends StaticMethodMatcherPointcutAdvisor
|
||||
//~ Instance fields ========================================================
|
||||
|
||||
private Class supportsClass;
|
||||
private String[] methods = {"create", "update"};
|
||||
private String[] methods = {"create", "update", "createOrUpdate"};
|
||||
|
||||
//~ Constructors ===========================================================
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user