-
Nov 3rd, 2011, 02:20 PM
#1
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.
-
Nov 4th, 2011, 08:22 AM
#2
-
Nov 4th, 2011, 08:36 AM
#3
I've seen this

Originally Posted by
rwinch
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.
-
Nov 4th, 2011, 01:16 PM
#4
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.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules