Results 1 to 4 of 4

Thread: Autorization with Dinamic URL

  1. #1
    Join Date
    Oct 2010
    Posts
    3

    Default Autorization with Dinamic URL

    I am implementing a class in my application, however, does not work. What should I do in context.xml? What should I do with the tag <http>? And <intercepts-url>? Where to put the / login.jsf in xml?

    Please give me a hold.

  2. #2
    Join Date
    Jan 2008
    Posts
    1,826

    Default

    Rob Winch - @rob_winch
    Spring Security Lead
    Pivotal

  3. #3
    Join Date
    Oct 2010
    Posts
    3

    Default I've seen this

    Quote Originally Posted by rwinch View Post
    I did have seen this. But, my question is: What should I do in context.xml? What should I do with the tag <http>? And <intercepts-url>? Where to put the / login.jsf in xml?

    In FAQ not there is no such.

  4. #4
    Join Date
    Jan 2008
    Posts
    1,826

    Default

    As mentioned on the FAQ you will need to specify the new FilterInvocationSecurityMetadataSource on FilterSecurityInterceptor. To do this you can either stop using the namespace or use a BeanPostProcessor to customize what is made by the http configuration.
    Rob Winch - @rob_winch
    Spring Security Lead
    Pivotal

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •