This content has been marked as final. 
    
Show                 1 reply
    
- 
        1. Re: error-page for 401 not workingdpocock.daniel.readytechnology.co.uk Oct 28, 2009 11:54 AM (in response to dpocock.daniel.readytechnology.co.uk)Actually, it is sending the 401 status code - the reason the browser doesn't prompt the user is because the error-page is sent without the WWW-Authenticate header. The only workaround I can think of is to create a simple JSP that includes my help text and also adds the headers to the response - but I would prefer to do it with the correct Seam/Facelets approach. 
