1. Handle unauthorized error message for Basic Authentication in Spring Security stackoverflow.comI am trying to use Spring Security 3.0.5 in my web application. Basically, I want to have a web service which return data in json format via |
2. Unwanted i18n in Spring Security's error message stackoverflow.comI have a problem with Spring Security 3 and probably with i18n. I use Velocity for my view templates and I have the following code in one of them:
|
3. Generating user friendly error messages / constraint violati forum.springsource.orgGenerating user friendly error messages / constraint violati I have 2 unique constraints on a table, as well as not null and foreign key constraints. When I get a sql exception: ... |
4. How to override custom error message for spring security forum.springsource.orgI want to override custom error message in jsp for spring security authentication exceptions. For wrong username/password, default : Bad credentials override to : Username/Password entered is incorrect. I work with ... |
5. Localize authorization error messages? forum.springsource.orgLocalize authorization error messages? Hello, dear forum members. I recently faced the following problem reported by our QA team: Error message in login form differs depending on whether it was provided ... |
6. User friendly messages for binding errors forum.springsource.orgUser friendly messages for binding errors If I bind a custome propert editor for a date, the bind error I get back for an invalid date is something like this: Failed ... |
7. Access to error message from exceptionResolver forum.springsource.orgHello All, I configured a SimpleMappingExceptionResolver to catch various exceptions and forward user to various views accordingly. Everything works great! What I'd like to be able to do now is access ... |
8. Not so user friendly error message at binding time forum.springsource.orgNot so user friendly error message at binding time Dear all, I have a form containing a date field. I also have a property editor to convert the typed in date ... |
9. spring security error message I18N problem forum.springsource.orgMy spring application context: Code: |
10. Security setup error message could be more helpful forum.springsource.orgI noticed that you can't use the security setup command before you have any controllers in place. It makes sense, but I would prefer if the error message that you got ... |
11. How to display error message in spring security forum.springsource.orgHow to display error message in spring security Hi I am now using spring security. It works fine. But if login failed, no error message display. I am wondering how can ... |