it may not have anything to do with your problem but to make a real redirect you have to specify it in your navigation case with the <redirect/> tag.
Otherwise it's the JSF ViewHandler mecanism...
Type: Posts; User: sd0273; Keyword(s):
it may not have anything to do with your problem but to make a real redirect you have to specify it in your navigation case with the <redirect/> tag.
Otherwise it's the JSF ViewHandler mecanism...
thanks for answering. I need precisions on this matter.
If i use both <x509> and ntml entry point, can i specifiy which one will happen first (is it the definition order in the spring config file ?)...
Hello all,
i'm quite newbie in the spring security domain and i'm in charge of using it to implement our authentication layer.
Our use case is the following :
For our company, we'd like to...