Search:

Type: Posts; User: baydragon; Keyword(s):

Search: Search took 0.02 seconds.

  1. I am not sure how I missed it. but there is a...

    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...
  2. how to set trustResolver in configuration

    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...
  3. Replies
    0
    Views
    586

    Customise Login Form

    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...
  4. attached method that requires validation

    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,...
  5. how to check if a tiles 2 view name is valid in view resolver

    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...
Results 1 to 5 of 5