> From: Jill Han [mailto:jill....@alverno.edu] > Subject: RE: customize HTTP Status 401 error page
There is at least one thing wrong with your web.xml: > <url-pattern>*</url-pattern> That's not a valid URL pattern; perhaps you meant "/*". I'm not sure what you're trying to accomplish by defining an error page for a 401 status; my understanding is that a 401 just triggers the login dialog for the browser - there's no HTML or other data to display with the status. Customizing a 403 would be meaningful. - Chuck THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY MATERIAL and is thus for use only by the intended recipient. If you received this in error, please contact the sender and delete the e-mail and its attachments from all computers.