Thanks a lot Marten..finally you were rigth about ordering filters.
But Iīm still wondering why it works on a simply instalation and doesnīt on a cluster instalation.
Type: Posts; User: mooniatico; Keyword(s):
Thanks a lot Marten..finally you were rigth about ordering filters.
But Iīm still wondering why it works on a simply instalation and doesnīt on a cluster instalation.
Firstly Thanks for you response. As you said it do not works, but Iīm not sure if you are rigth, iīd tried changing to a listerner and it do not work also.
But it works in a Tomcat instalation, in...
But the problem is happening on security filter...
We are using a preSecurityFilter also, and thatīs why i think it could fix the problem.
Sorry about tag code.
About DataSource... customer requisite, i tried not to do but...
I have also found this on IBM web page, i think it could be the problem:
...
Hello.
We have a new problem in a WAS 7 cluster instalation with a IBM HTTP Server installed.
The applications runs ok, in a WAS 7 simple installation without IBM HTTP Server installed.
...
Thanks a lot, i will try it.
Thanks, Iīve already read manuals and search in forums.
As i said my internalizations works fine, but it doesnīt work for Spring Security Messages as i want to. I was trying to return Security...
Hello.
Is there any way of configuring spring security messages with localized messages using a org.springframework.web.servlet.i18n.LocaleChangeInterceptor?
I mean, my internalizations works...
I was thinking on send user and password in a url, (Iīm forced by a customer greatest mind), but a MD5 encoded password in the url. I suppose, this is not a great solution, and also have some...
Thanks but it doesnīt resolve my problem. User canīt access without login.
I need some way to autorize a user by creating a url and send it to the client.
Hello.
I have a requisite to create an authorized url and send it by email to a client. So the client only have to push the url an access the application. In order to have a real security...
Great !!
The second one looks like my real solution, thank you very much
Hello. I also have the same problem.
But in my requirements I need to show the cause of the invalid login. Iīve implemented a custom AuthFailureHandler, and a USerDetailsService. Itīs works ok,...