//logger.info("servletPath:" + servletPath);
String actionName = getActionName(servletPath);
GenericDispatcher gd = new GenericDispatcher(actionName, false);
ActionContext context = gd.prepareContext();
//logger.info("actionName:" + actionName);
InfoGluePrincipal principal = (InfoGluePrincipal)aRequest.getSession().getAttribute("infogluePrincipal");
if(principal != null)