From dev-return-2483-apmail-oltu-dev-archive=oltu.apache.org@oltu.apache.org Mon Sep 14 09:45:49 2015 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 2C487184F4 for ; Mon, 14 Sep 2015 09:45:49 +0000 (UTC) Received: (qmail 77254 invoked by uid 500); 14 Sep 2015 09:45:46 -0000 Delivered-To: apmail-oltu-dev-archive@oltu.apache.org Received: (qmail 77219 invoked by uid 500); 14 Sep 2015 09:45:46 -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 77186 invoked by uid 99); 14 Sep 2015 09:45:46 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 14 Sep 2015 09:45:46 +0000 Date: Mon, 14 Sep 2015 09:45:45 +0000 (UTC) From: "Antonio Sanso (JIRA)" To: dev@oltu.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (OLTU-158) Overload OAuthASResponse.authorizationResponse to accept a OAuthAuthzRequest 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-158?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14743267#comment-14743267 ] Antonio Sanso commented on OLTU-158: ------------------------------------ [~charles.noneman] just as reminder patches are always appreciated :) > Overload OAuthASResponse.authorizationResponse to accept a OAuthAuthzRequest > ---------------------------------------------------------------------------- > > Key: OLTU-158 > URL: https://issues.apache.org/jira/browse/OLTU-158 > Project: Apache Oltu > Issue Type: Improvement > Components: oauth2-authzserver > Affects Versions: oauth2-1.0.0 > Reporter: Charles Noneman > Priority: Minor > > Currently OAuthASResponse.authorizationResponse takes a HttpServletRequest in its arguments. It would be nice to have an overload of this method that took a OAuthAuthzRequest request instead. This would allow a separation of code that converts the HttpServletRequest into a OAuthAuthzRequest and the code that generates a OAuthASResponse. -- This message was sent by Atlassian JIRA (v6.3.4#6332)