Skip to content
This repository has been archived by the owner on Feb 12, 2023. It is now read-only.

Commit

Permalink
Merge with uiexperiment
Browse files Browse the repository at this point in the history
  • Loading branch information
mitchellsundt committed Feb 27, 2012
2 parents f5df360 + fc825e8 commit 44d0c91
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@

/**
* Authentication that is returned by Oauth 2.0 processing.
* Structure liberally copied from Spring OpenId and Oauth2 authentication token classes.
*
* @author mitchellsundt@gmail.com
*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,8 @@
* Ideally, we would have a custom scope in the Google Oauth 2.0 grant
* for this Aggregate instance. That is not yet possible.
*
* parseToken() is copied verbatim from Spring Security Oauth2 code.
*
* @author mitchellsundt@gmail.com
*
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
import org.springframework.util.StringUtils;

/**
* Copied from SavedRequestAwareAuthenticationSuccessHandler
* Copied from Spring Security SavedRequestAwareAuthenticationSuccessHandler
* Prefers using the redirect target URL (coming in as a query string parameter)
* over the saved request URL.
*
Expand Down

0 comments on commit 44d0c91

Please sign in to comment.