Hmm this is interesting...
Does this mean that if I set a pattern to a http block all urls that I intercept + the login processing url should have that pattern at the beginning so that they are...
Type: Posts; User: tunilopez; Keyword(s):
Hmm this is interesting...
Does this mean that if I set a pattern to a http block all urls that I intercept + the login processing url should have that pattern at the beginning so that they are...
Hello everyone,
I am trying to create two different http blocks (new feature of this version). For each http block I use a different authentication-manager-ref (another new feature of this...
Just found it! Not sure if I didn't see it or you just updated the downloads page.
Anyways, thanks.
Hi Luke,
These are good news.
How can I download the jars manually? Could you send me the links or point me where I should get them if I don't use maven?
Thanks in advance.
Agustin
Got it. Thank you. When I get home I will test this. :)
What about the problem I had when having two <form-logins> each one with a different login-processing-url.
I think that this should be...
Nice, that was one thing that I was not sure of. If the schema was loaded from inside a jar (the snapshot jar would have brought the new schema), or if I was using an "old" one.
I will try to use an...
Hello everyone,
I have a web application secured with Spring Security that needs two separate login forms. These two login forms need to be totally independent. I mean different login form,...
Hello everyone,
This is related to Spring Webflow but I don't see any activity there and may be any of you can help me with this.
I currently have a Spring Webflow application that uses Webflow +...
Hello everyone,
I currently have a Spring Webflow application that uses Webflow + Ajax.
I have a view-state called "A" that has several transitions.
<view-state id="A" model="myClass">
...
You are right. It works.
It seems that I was creating the Resource incorrectly. I created a FileSystemResource as you said and it worked perfectly.
Thank you :cool:
Hello everyone!
It's me again :(. I am trying to attach an image to twitter status update. I am using the following code:
Twitter twitter = new TwitterTemplate(consumerKey, consumerSecret,...
Ok! Thanks for the tips :)
That's exactly what I needed habuma. Thank you.
A few more questions... to make it last forever I need to set "offline access", right? Is this available in twitter and linkedin?
Do you remember...
Hello everyone,
I am starting to use Spring Social so this might by an easy answer but I have googled a lot of websites and I haven't found anything about it.
All the websites have examples...