[ https://issues.apache.org/jira/browse/CXF-4609?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Steven Tippetts updated CXF-4609: --------------------------------- Affects Version/s: 2.7.0 > 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, 2.7.0 > 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