The following scenario cases NPE in OAuthUtil:
1) Open a protected resource in browser
2) OAuthConsumerContextFilter creates a request token and redirects the user to the service provider...
Type: Posts; User: borisbsu; Keyword(s):
The following scenario cases NPE in OAuthUtil:
1) Open a protected resource in browser
2) OAuthConsumerContextFilter creates a request token and redirects the user to the service provider...
You use obsolete Spring OAuth implementation.
The newest sources are here:
http://static.springsource.org/spring-security/oauth/source.html
And so you need to use the following maven deps:
...