Return-Path: X-Original-To: apmail-cxf-dev-archive@www.apache.org Delivered-To: apmail-cxf-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id DA3E8178B2 for ; Thu, 9 Apr 2015 00:23:14 +0000 (UTC) Received: (qmail 63145 invoked by uid 500); 9 Apr 2015 00:23:14 -0000 Delivered-To: apmail-cxf-dev-archive@cxf.apache.org Received: (qmail 63072 invoked by uid 500); 9 Apr 2015 00:23:14 -0000 Mailing-List: contact dev-help@cxf.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cxf.apache.org Delivered-To: mailing list dev@cxf.apache.org Received: (qmail 63059 invoked by uid 99); 9 Apr 2015 00:23:14 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 09 Apr 2015 00:23:14 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 41306E1118; Thu, 9 Apr 2015 00:23:14 +0000 (UTC) From: jsamarziya To: dev@cxf.apache.org Reply-To: dev@cxf.apache.org Message-ID: Subject: [GitHub] cxf pull request: [CXF-6338] Fixed logic in AbstractJwtHandler#val... Content-Type: text/plain Date: Thu, 9 Apr 2015 00:23:14 +0000 (UTC) GitHub user jsamarziya opened a pull request: https://github.com/apache/cxf/pull/62 [CXF-6338] Fixed logic in AbstractJwtHandler#validateSignature Corrected the conditional expression in signature validation method. You can merge this pull request into a Git repository by running: $ git pull https://github.com/jsamarziya/cxf master Alternatively you can review and apply these changes as the patch at: https://github.com/apache/cxf/pull/62.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #62 ---- commit effebb6585eb90fba62d1e8d5759890a7bd9fd7c Author: Jeffrey Samarziya Date: 2015-04-09T00:13:51Z CXF-6338 Reversed the logic in validateSignature() commit ce30725690eef7fa32e9039d051754016d142dc3 Author: Jeffrey Samarziya Date: 2015-04-09T00:19:09Z Merge remote-tracking branch 'upstream/master' ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastructure@apache.org or file a JIRA ticket with INFRA. ---