mirror of
https://github.com/apache/struts.git
synced 2026-08-11 01:27:14 +00:00
Solved WW-3368 - return null instead throw NoSuchMethodException
git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@896151 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
+1
-1
@@ -409,7 +409,7 @@ public class ConventionUnknownHandler implements UnknownHandler {
|
||||
* Not used
|
||||
*/
|
||||
public Object handleUnknownActionMethod(Object action, String methodName) throws NoSuchMethodException {
|
||||
throw new NoSuchMethodException();
|
||||
throw null;
|
||||
}
|
||||
|
||||
public static class Resource {
|
||||
|
||||
Reference in New Issue
Block a user