From issues-return-33733-apmail-struts-issues-archive=struts.apache.org@struts.apache.org Sun Apr 5 05:48:11 2020 Return-Path: X-Original-To: apmail-struts-issues-archive@minotaur.apache.org Delivered-To: apmail-struts-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [207.244.88.153]) by minotaur.apache.org (Postfix) with SMTP id 9BD3618A9A for ; Sun, 5 Apr 2020 05:48:11 +0000 (UTC) Received: (qmail 54743 invoked by uid 500); 5 Apr 2020 05:48:04 -0000 Delivered-To: apmail-struts-issues-archive@struts.apache.org Received: (qmail 54567 invoked by uid 500); 5 Apr 2020 05:48:04 -0000 Mailing-List: contact issues-help@struts.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@struts.apache.org Delivered-To: mailing list issues@struts.apache.org Received: (qmail 53990 invoked by uid 99); 5 Apr 2020 05:48:03 -0000 Received: from mailrelay1-us-west.apache.org (HELO mailrelay1-us-west.apache.org) (209.188.14.139) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 05 Apr 2020 05:48:03 +0000 Received: from jira-he-de.apache.org (static.172.67.40.188.clients.your-server.de [188.40.67.172]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id BABAEE30BD for ; Sun, 5 Apr 2020 05:48:02 +0000 (UTC) Received: from jira-he-de.apache.org (localhost.localdomain [127.0.0.1]) by jira-he-de.apache.org (ASF Mail Server at jira-he-de.apache.org) with ESMTP id DB1BB7824A6 for ; Sun, 5 Apr 2020 05:48:00 +0000 (UTC) Date: Sun, 5 Apr 2020 05:48:00 +0000 (UTC) From: "ASF subversion and git services (Jira)" To: issues@struts.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (WW-3788) Convert ServletActionContext to be more as ActionContext 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/WW-3788?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17075726#comment-17075726 ] ASF subversion and git services commented on WW-3788: ----------------------------------------------------- Commit 1bfa1ce6d161bf2f5a12f40ce42f9ef9235ed62a in struts's branch refs/heads/action-context-boost from Lukasz Lenart [ https://gitbox.apache.org/repos/asf?p=struts.git;h=1bfa1ce ] WW-4789 WW-3788 Adds instance bind() to simplify bind operation > Convert ServletActionContext to be more as ActionContext > -------------------------------------------------------- > > Key: WW-3788 > URL: https://issues.apache.org/jira/browse/WW-3788 > Project: Struts 2 > Issue Type: Improvement > Components: Core Actions > Affects Versions: 2.3.1.2 > Reporter: Lukasz Lenart > Priority: Minor > Fix For: 2.6 > > > ServletActionContext has only static accessors, compering to ActionContext which can be passed as an instance. If this will be converted into an instance available class, then UrlHelper can use it instead of bunch of method's parameters. -- This message was sent by Atlassian Jira (v8.3.4#803005)