Search:

Type: Posts; User: marshallmonica@yahoo.com; Keyword(s):

Search: Search took 0.02 seconds.

  1. pom.xml for org.springframework.security.oauth references outdated dependencies

    Does the org.springframework.security.oauth project have a more up-to-date pom.xml which references libraries that are not that old ? Our projects pom.xml references the latest Spring Framework...
  2. Maven Dependency for Spring OAuth2.0 causes Spring Security to throw Exception

    I have added the Spring OAuth dependency to our project's pom.xml:

    <dependency>
    <groupId>org.springframework.security.oauth</groupId>
    <artifactId>spring-security-oauth</artifactId>...
  3. I have the following questions regarding...

    I have the following questions regarding supplying an implementation for the OAuth2ProviderTokenServices interface that is different than InMemoryOAuth2ProviderTokenServices.

    1. What are the...
  4. Exception

    I have been retesting with the client id set to "my-less-trusted-client" and now that I cleaned all cookies from the browser I do not see the 401 Error anymore.

    Clearly one of the Spring classes...
  5. Sparklr2/Tonr2 by Ryan Heaton fails if the user accessing the sparklr is not "tonr"

    Hello everyone !
    I have been trying to have a different client_id access the sparklr photos instead of the "tonr" client_id. I took another client whose id has the same...
  6. Replies
    5
    Views
    968

    My thanks to bluebone and everyone that answered to my post

    I wanted to say thank you to everyone. I did have to conclude that the only way to send data to a RestFul web service even if my HTTP request does not change the state of the server does require the...
  7. XML Spring Configuration to enforce the access_token and refresh_token in oAuth2.0

    Hello Everyone !

    I have been experimenting with the Sparklr2 and Tonr2 applications. I have them deployed on two difference Tomcat instances and have been debugging the code that Ryan Heaton has...
  8. Replies
    5
    Views
    968

    Hello Owen, Thank you for responding !! I did...

    Hello Owen,
    Thank you for responding !!
    I did experiment with the POST instead of the GET and the method does receive the list of SurveyResponse objects that I pass to the @RequestBody.

    The...
  9. Replies
    5
    Views
    968

    Sr. Software Engineer

    I am writing RESTful web services with the Spring MVC 3.0 @RequestMapping, @RequestBody and the @ResponseBody annotations. I have one Restful web service whose URI maps to...
Results 1 to 9 of 9