}
// method + uri,用来判断是否有Action与之绑定
ActionExecution actionExe = new ActionExecution(uri, reqMethod, context);
if (actionExe.findAction()) {
actionExe.execute();// 5.execute the action
return;
}
this.normalReqLog(uri);// log
chain.doFilter(req, res);// chain