Found the solution. Casting WebRequest to ServletWebRequest solved the purpose. ((ServletWebRequest)request).getRequest().getRequestURI().
確定! 回上一頁