Return-Path: X-Original-To: apmail-oodt-commits-archive@www.apache.org Delivered-To: apmail-oodt-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 071F790F9 for ; Fri, 15 Jun 2012 04:40:44 +0000 (UTC) Received: (qmail 51693 invoked by uid 500); 15 Jun 2012 04:40:43 -0000 Delivered-To: apmail-oodt-commits-archive@oodt.apache.org Received: (qmail 51625 invoked by uid 500); 15 Jun 2012 04:40:43 -0000 Mailing-List: contact commits-help@oodt.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@oodt.apache.org Delivered-To: mailing list commits@oodt.apache.org Received: (qmail 51576 invoked by uid 99); 15 Jun 2012 04:40:43 -0000 Received: from issues-vm.apache.org (HELO issues-vm) (140.211.11.160) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 15 Jun 2012 04:40:43 +0000 Received: from isssues-vm.apache.org (localhost [127.0.0.1]) by issues-vm (Postfix) with ESMTP id 2E823141663 for ; Fri, 15 Jun 2012 04:40:43 +0000 (UTC) Date: Fri, 15 Jun 2012 04:40:43 +0000 (UTC) From: "Chris A. Mattmann (JIRA)" To: commits@oodt.apache.org Message-ID: <771966342.17759.1339735243192.JavaMail.jiratomcat@issues-vm> In-Reply-To: <398038660.770.1337044711422.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Updated] (OODT-458) Allow XML namespaces to be defined in the RSS configuration file for the CAS REST service ('fmprod' webapp) 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/OODT-458?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chris A. Mattmann updated OODT-458: ----------------------------------- Fix Version/s: (was: 0.4) 0.5 > Allow XML namespaces to be defined in the RSS configuration file for the CAS REST service ('fmprod' webapp) > ----------------------------------------------------------------------------------------------------------- > > Key: OODT-458 > URL: https://issues.apache.org/jira/browse/OODT-458 > Project: OODT > Issue Type: Improvement > Components: file manager > Reporter: Ross Laidlaw > Assignee: Ross Laidlaw > Priority: Minor > Fix For: 0.5 > > Attachments: OODT-458.rlaidlaw.2012-06-14.patch.txt > > > Update the CAS REST RSS service to allow namespaces to be defined in the RSS configuration file. > Tag format for the RSS configuration file suggested by Paul Ramirez on [OODT-449|https://issues.apache.org/jira/browse/OODT-449]. Examples shown below: > {code} > > > > {code} > Two RSS java classes have hard-coded 'cas' namespace definitions: RSSProductServlet and RSSProductTransferServlet. These classes both use a hashmap constant 'NS_MAP' to store namespaces and write them to the RSS output. With configurable namespaces, the 'cas' namespace definition could also be moved to the RSS config and picked up by the ProductServlet and TransferServlet from there instead of having hard-coded definitions: > {code} > > {code} -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira