-
Sep 12th, 2012, 12:09 PM
#1
JavaDocs and source code not the same
I have found two inconsistencies with the source code provided on github and the javaDocs.
1. InMemoryOAuth2ProtectedResourceDetailsService: http://static.springsource.org/sprin...lsService.html
--However, it is not found in the source code under client.
2. AuthorizationCodeResourceDetails: http://static.springsource.org/sprin...ceDetails.html
--There is no 'code' directory under the 'client' directory for the source code on github.
If anyone could clarify where these classes are it would help tremendously!
-
Sep 13th, 2012, 07:02 AM
#2
I think maybe the javadocs hadn't been updated recently on the main website. I never use them because my IDE shows me javadocs from the source code, so I hadn't noticed. I should be fixed now.
1. no longer exists (there was hardly any value in ProtectedResourceDetailsService - if you liked it for some reason open a JIRA ticket).
2. is in a subpackage: http://static.springsource.org/sprin...ceDetails.html.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules