Normal flow is showing the form of this controler, and the alterate flow is redirecting on diferenet controler without showing this form.
(more prcicley: in reference data i get list of datas wich...
Type: Posts; User: mdebac; Keyword(s):
Normal flow is showing the form of this controler, and the alterate flow is redirecting on diferenet controler without showing this form.
(more prcicley: in reference data i get list of datas wich...
Hi,
in my referenceData I prepare data for this controler(simple) page, but during this preparing if something occure, I dont want to render this (his) page, but I want to redirect on different...
Hi,
can you please post your security spring configuration for this in your onSubmit method
request.getSession().setAttribute("login", login);
I cant figure out how it maps with <http>...
So, I meen to ask why authentication-failure-url attribute dont work, and why I have this logs
[2009.01.05 12:37:53:941 CET] 00000028 SystemOut O DEBUG FilterChainProxy -...
and the failure spring log
...
Hi,
I am trying to use ordinary spring security by tutorial:
<beans:beans xmlns="http://www.springframework.org/schema/security"
xmlns:beans="http://www.springframework.org/schema/beans"...
do you have implmentation for grants?
new GrantedAuthorityImpl(userRole)
Thanks.
Is it possible to post your userDetailsService related java implementation classes, please?
Thanks.