Search:

Type: Posts; User: sree135; Keyword(s):

Search: Search took 0.01 seconds.

  1. Not redirecting to login page when using https with a domain name - Error 310

    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:
    ...
  2. Problem with filters="none" and requires-channel="https"

    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...
  3. Replies
    3
    Views
    3,185

    Hi: You can try posting the object using...

    Hi:
    You can try posting the object using HttpEntity, the code looks like below..


    RestTemplate restTemplate = new RestTemplate();
    List<HttpMessageConverter<?>> list = new...
  4. Hi Carlos Thanks for the link, the service is...

    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.
    ...
  5. What is the best way to secure REST Services developed using Spring MVC

    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...
  6. How to reduce the URI for my RESTFul service of GET having 10 parameters

    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...
Results 1 to 6 of 6