|
|
|
[
Permlink
| « Hide
]
Matt Raible - 22/May/07 10:17 AM
Can you reproduce this at http://demo.appfuse.org/appfuse-struts? This is a demo instance of 2.0 M4 and it's not deployed in the root directory.
sorry this bug is depending my project and my way to manage role on struts menu
when i click a menu and i don't have rights i wanted to display the 403.jsp page using : protected void handleNotAuthorized(HttpServletRequest request, HttpServletResponse response) throws ServletException, IOException { response.sendError(HttpServletResponse.SC_FORBIDDEN); } It works when i use the jetty deployment, but when i deploy the .war on a Tomcat server I get the "You are not allowed" page of ie. Does this same behavior happen in Firefox or is it an IE issue?
|
|||||||||||||||||||||||||||||||||||||||||||||