Return-Path: X-Original-To: apmail-oltu-dev-archive@www.apache.org Delivered-To: apmail-oltu-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 AE82818996 for ; Mon, 22 Feb 2016 21:23:24 +0000 (UTC) Received: (qmail 60663 invoked by uid 500); 22 Feb 2016 21:23:18 -0000 Delivered-To: apmail-oltu-dev-archive@oltu.apache.org Received: (qmail 60624 invoked by uid 500); 22 Feb 2016 21:23:18 -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 60568 invoked by uid 99); 22 Feb 2016 21:23:18 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 22 Feb 2016 21:23:18 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 366A82C1F64 for ; Mon, 22 Feb 2016 21:23:18 +0000 (UTC) Date: Mon, 22 Feb 2016 21:23:18 +0000 (UTC) From: "Jasha Joachimsthal (JIRA)" To: dev@oltu.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Resolved] (OLTU-182) Colons in client secrets are not supported MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/OLTU-182?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jasha Joachimsthal resolved OLTU-182. ------------------------------------- Resolution: Fixed Thanks Adam for the patch. > Colons in client secrets are not supported > ------------------------------------------ > > Key: OLTU-182 > URL: https://issues.apache.org/jira/browse/OLTU-182 > Project: Apache Oltu > Issue Type: Bug > Affects Versions: oauth2-1.0.0 > Reporter: Adam Campbell > Assignee: Jasha Joachimsthal > Priority: Critical > > Let me know if I'm misunderstanding, but it seems like the basic auth spec allows colons in the password: https://tools.ietf.org/html/rfc2617#section-2 > OAuthUtils.decodeClientAuthentication just splits on a colon, thus failing if colons are used in the password. -- This message was sent by Atlassian JIRA (v6.3.4#6332)