Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 92E0B200B65 for ; Tue, 2 Aug 2016 13:18:22 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 91C52160A76; Tue, 2 Aug 2016 11:18:22 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id BF808160AAF for ; Tue, 2 Aug 2016 13:18:21 +0200 (CEST) Received: (qmail 53069 invoked by uid 500); 2 Aug 2016 11:18:20 -0000 Mailing-List: contact dev-help@oltu.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@oltu.apache.org Delivered-To: mailing list dev@oltu.apache.org Received: (qmail 52936 invoked by uid 99); 2 Aug 2016 11:18:20 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 02 Aug 2016 11:18:20 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id A107C2C0D60 for ; Tue, 2 Aug 2016 11:18:20 +0000 (UTC) Date: Tue, 2 Aug 2016 11:18:20 +0000 (UTC) From: "Antonio Sanso (JIRA)" To: dev@oltu.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (OLTU-152) Wrong usage of Base64 in TokenDecoder MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Tue, 02 Aug 2016 11:18:22 -0000 [ https://issues.apache.org/jira/browse/OLTU-152?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Antonio Sanso updated OLTU-152: ------------------------------- Fix Version/s: commons-encodedtokens-1.0.0 > Wrong usage of Base64 in TokenDecoder > ------------------------------------- > > Key: OLTU-152 > URL: https://issues.apache.org/jira/browse/OLTU-152 > Project: Apache Oltu > Issue Type: Bug > Components: oauth2-common > Reporter: Antonio Sanso > Assignee: Antonio Sanso > Fix For: commons-encodedtokens-1.0.1 > > > Base64 is not thread safe hence the usage in the TokenDecoder class leads to issues (since it is declared as static final) -- This message was sent by Atlassian JIRA (v6.3.4#6332)