I am not sure how I missed it. but there is a method setAuthenticationTrustResolver in ExceptionTranslationFilter. so the code in spring security config is
<bean...
Type: Posts; User: baydragon; Keyword(s):
I am not sure how I missed it. but there is a method setAuthenticationTrustResolver in ExceptionTranslationFilter. so the code in spring security config is
<bean...
I have users ROLE_CHECKOUT, ROLE_USER in my web application. ROLE_CHECKOUT can visit page pageNormal. To access pageAccount need be ROLE_USER.
After logged in as ROLE_CHECKOUT, I need be redirect...
In my web application, I need include some extra content for some protected urls. To achieve that, I was wondering if I could add a param to
protected url and show the extra content in login form...
the attached is the method that I need figure out if a tiles 2 definition is valid. This method is
in my class extends UrlBasedViewResolver
protected View loadView(String viewName,...
Hi
I created an new view resolver extends UrlBasedViewResolver. How do I check if a view definition name is valid, or is defined in Tiles 2 configuration?
I tried to use method...