Hi everyone,
On the application I'm working on I have a couple of remote services exposed with HTTP invoker. On the server side I protect the remote service URI using Spring Security intercept-url...
Type: Posts; User: Zafo; Keyword(s):
Hi everyone,
On the application I'm working on I have a couple of remote services exposed with HTTP invoker. On the server side I protect the remote service URI using Spring Security intercept-url...
Hi everyone,
I wonder if there is a way to retrieve the "option" values of a "select" tag in a form? I mean usually we're only interested in retrieving the selected element but in this case I'd...
Hi everyone,
I'm using Spring Web MVC and Spring Security to develop a web app. The users are authenticated against the DB using the following piece of code and so far it works well.
...