mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-06-22 03:52:15 +00:00
SEC-137: Correct stack overflow with MethodInvocation.createFromClass(Class, Method).
This commit is contained in:
parent
e5c538d1a5
commit
10541fc9db
@ -1,4 +1,4 @@
|
|||||||
/* Copyright 2004, 2005 Acegi Technology Pty Limited
|
/* Copyright 2004, 2005, 2006 Acegi Technology Pty Limited
|
||||||
*
|
*
|
||||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
* you may not use this file except in compliance with the License.
|
* you may not use this file except in compliance with the License.
|
||||||
@ -100,7 +100,7 @@ public class MethodInvocationUtils {
|
|||||||
*/
|
*/
|
||||||
public static MethodInvocation createFromClass(Class clazz,
|
public static MethodInvocation createFromClass(Class clazz,
|
||||||
String methodName) {
|
String methodName) {
|
||||||
return createFromClass(clazz, methodName);
|
return createFromClass(clazz, methodName, null);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
x
Reference in New Issue
Block a user