Hi, I tried a little.
It seems not to operate in production though it is normal in the develop (403. Jsp displays it). If you are the same phenomenon, you might have also to do post to issue list. thanks. > Hi, all > I have an application, that allows only administrator to enter it, but > I want to have my own error message for other users, > > Here is web.xml listing: > --------------- > <security-constraint> > <web-resource-collection> > <url-pattern>/</url-pattern> > </web-resource-collection> > <auth-constraint> > <role-name>admin</role-name> > </auth-constraint> > </security-constraint> > > <security-constraint> > <web-resource-collection> > <url-pattern>/403.jsp</url-pattern> > </web-resource-collection> > <auth-constraint> > <role-name>*</role-name> > </auth-constraint> > </security-constraint> > > <error-page> > <error-code>403</error-code> > <location>/403.jsp</location> > </error-page> > --------------- > and403.jsp is in root folder > The problem is that my page is not shown, it always shows default > forbidden page. > And next interesting thing is, for example , if I change location of > my403.jsp in error handling block (for exmaple I will name it > 4031.jsp) and I don't have this file- when403error occures I get 404 > errir (cannot find file 4031.jsp). > > Can anyone help me with this issue? > > -- > You received this message because you are subscribed to the Google Groups > "Google App Engine for Java" group. > To post to this group, send email to google-appengine-j...@googlegroups.com. > To unsubscribe from this group, send email to > google-appengine-java+unsubscr...@googlegroups.com. > For more options, visit this group > athttp://groups.google.com/group/google-appengine-java?hl=en. -- You received this message because you are subscribed to the Google Groups "Google App Engine for Java" group. To post to this group, send email to google-appengine-j...@googlegroups.com. To unsubscribe from this group, send email to google-appengine-java+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/google-appengine-java?hl=en.