request.getRequestDispatcher(
resolver.pathFor(DefaultControllerMethod.instanceFor(controllerType, method))).forward(
request.getOriginalRequest(), response.getOriginalResponse());
return null;
} catch (Exception e) {
throw new ProxyInvocationException(e);
}
}
});
}