Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save eugenp/1325798 to your computer and use it in GitHub Desktop.
Save eugenp/1325798 to your computer and use it in GitHub Desktop.
Securing a RESTful Web Service with Spring Security 3.1, part 3 - the authentication success handler
// Use the DefaultSavedRequest URL
// final String targetUrl = savedRequest.getRedirectUrl();
// this.logger.debug( "Redirecting to DefaultSavedRequest Url: " + targetUrl );
// this.getRedirectStrategy().sendRedirect( request, response, targetUrl );
@eugenp
Copy link
Author

eugenp commented Nov 6, 2011

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment