Return-Path: Delivered-To: apmail-felix-dev-archive@www.apache.org Received: (qmail 39741 invoked from network); 9 Mar 2010 08:38:18 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 9 Mar 2010 08:38:18 -0000 Received: (qmail 34484 invoked by uid 500); 9 Mar 2010 08:37:52 -0000 Delivered-To: apmail-felix-dev-archive@felix.apache.org Received: (qmail 34428 invoked by uid 500); 9 Mar 2010 08:37:50 -0000 Mailing-List: contact dev-help@felix.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@felix.apache.org Delivered-To: mailing list dev@felix.apache.org Received: (qmail 34420 invoked by uid 99); 9 Mar 2010 08:37:48 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 09 Mar 2010 08:37:48 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 09 Mar 2010 08:37:47 +0000 Received: from brutus.apache.org (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 2859B234C4AC for ; Tue, 9 Mar 2010 08:37:27 +0000 (UTC) Message-ID: <813672604.150881268123847151.JavaMail.jira@brutus.apache.org> Date: Tue, 9 Mar 2010 08:37:27 +0000 (UTC) From: "Felix Meschberger (JIRA)" To: dev@felix.apache.org Subject: [jira] Updated: (FELIX-2165) Remove deprecated Action interface In-Reply-To: <305481175.33901267618587142.JavaMail.jira@brutus.apache.org> 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/FELIX-2165?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Felix Meschberger updated FELIX-2165: ------------------------------------- Attachment: FELIX-2165.patch Proposed patch for removing the Action interface: * Remove the Action interface * Integrate the InstallAction class into the BundlesServlet (called from doPost) * Add backwards compatibility workaround to OsgiManager.service to correctly handle requests to .../install as done by the Maven Sling Bundle * Fix bundles_upload.html template to use the correct URL (URL was always wrong but since the request was intercepted by Action handling it never was a problem (except for double redirect after installation)) > Remove deprecated Action interface > ---------------------------------- > > Key: FELIX-2165 > URL: https://issues.apache.org/jira/browse/FELIX-2165 > Project: Felix > Issue Type: Task > Components: Web Console > Reporter: Felix Meschberger > Fix For: webconsole-3.0.0 > > Attachments: FELIX-2165.patch > > > The Action interface has been deprecated ever since the AbstractWebConsolePlugin has been provided. FELIX-2124 just caused two of the remaining uses of this interface inside the Web Console bundle to be removed. > The last implementation is the InstallAction used for bundle installation/update. This should also be merged with the BundlesServlet and the Action interface finally be dropped. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.