Hi:
I am facing an error when I use requires-channel="https" for login page.
I am securing my resources using defined roles by using expressions.
I have configured filter as below in web.xml:
...
Type: Posts; User: sree135; Keyword(s):
Hi:
I am facing an error when I use requires-channel="https" for login page.
I am securing my resources using defined roles by using expressions.
I have configured filter as below in web.xml:
...
Hi:
I am facing an error when I use filters="none" and requires-channel="https" for login page.
I am securing my resources using defined roles.
It is working fine when I access the resources...
Hi:
You can try posting the object using HttpEntity, the code looks like below..
RestTemplate restTemplate = new RestTemplate();
List<HttpMessageConverter<?>> list = new...
Hi Carlos
Thanks for the link, the service is like a search where in it can be identified by around 5 parameters.
We have some generic values, which we will be passing through Request Header.
...
Hi:
Can any one let me know What is the best way to secure REST Services developed using Spring MVC?
We are developing these services to access from mobile devices & web portal.
We will be...
Hi:
We are developing RESTFul webservice for our project using Spring MVC 3.0.5.
We have a resource which can be identified by 10 different parameters, if I add all these parameters as URI query...