![]() |
|
|
|||||||
| Home | Forums | Register | Rules & FAQ | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| UNIX and Linux Applications Questions involving software not covered by other forum go here. This includes Databases and Middleware. |
Other UNIX.COM Threads You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| lpr- how to print from page to page | naamas03 | Shell Programming and Scripting | 4 | 12-26-2007 02:30 AM |
| Error Tomcat + Apache | By_Jam | UNIX for Advanced & Expert Users | 1 | 04-17-2007 06:43 AM |
| Solaris 9 Custom Library Error | _Michael_ | High Level Programming | 3 | 05-03-2005 11:24 PM |
| Authentication token error?!?! | solvman | UNIX for Advanced & Expert Users | 8 | 06-03-2002 08:18 AM |
| Text Modification and page I/O error | jyotipg | High Level Programming | 4 | 10-05-2001 06:43 AM |
![]() |
|
|
Submit Tools | LinkBack | Thread Tools | Search this Thread | Display Modes |
|
|||
|
Custom error page when tomcat authentication fails
Hi people, i have this problem trying to get a custom error page when client authentication fails:
I had configured successfully my tomcat with client authentication using certificates, and now I would like to redirect the user to a custom error page when authentication fails, but I always get a 400 not found error if this happens. I already tried to set my error page for 400 error code in web.xml but I can't get it to work. Shouldn't be 403 (forbidden) the error when authentication fails? Somewhere I read that the socket connection is terminated by tomcat before i can send the user anywhere, and thats why i don't get the redirection. Here is part of my web.xml... Any idea? (I entered some blank spaces to be able to show the xml tags) Thanks in advance. <login-config> <auth-method>CLIENT-CERT</auth-method> <realm-name>certificate</realm-name> </login-config> <error-page> <error-code>400</error-code> <location>/static/html/errorcert.html</location> </error-page> PH: I also tried the error-page tag in the login-config section with the same results. |
|||
| Google UNIX.COM |
| Forum Sponsor | ||
|
|