Steven Tippetts created CXF-4609:
------------------------------------
Summary: Comparison problem in ImplicitGrantService.java
Key: CXF-4609
URL: https://issues.apache.org/jira/browse/CXF-4609
Project: CXF
Issue Type: Bug
Components: JAX-RS Security
Affects Versions: 2.6.2
Reporter: Steven Tippetts
Priority: Critical
On line 59 of ImplicitGrantService.java the following:
if (preAuthorizedToken != null) {
needs to be changed to:
if (preAuthorizedToken == null) {
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira