Return-Path: Delivered-To: apmail-jakarta-commons-dev-archive@www.apache.org Received: (qmail 99772 invoked from network); 2 Sep 2004 05:52:15 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 2 Sep 2004 05:52:15 -0000 Received: (qmail 99151 invoked by uid 500); 2 Sep 2004 05:52:10 -0000 Delivered-To: apmail-jakarta-commons-dev-archive@jakarta.apache.org Received: (qmail 99048 invoked by uid 500); 2 Sep 2004 05:52:10 -0000 Mailing-List: contact commons-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Jakarta Commons Developers List" Reply-To: "Jakarta Commons Developers List" Delivered-To: mailing list commons-dev@jakarta.apache.org Received: (qmail 99031 invoked by uid 99); 2 Sep 2004 05:52:09 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [192.18.33.10] (HELO exchange.sun.com) (192.18.33.10) by apache.org (qpsmtpd/0.28) with SMTP; Wed, 01 Sep 2004 22:52:08 -0700 Received: (qmail 6275 invoked from network); 2 Sep 2004 05:53:49 -0000 Received: from localhost (HELO nagoya) (127.0.0.1) by nagoya.betaversion.org with SMTP; 2 Sep 2004 05:53:49 -0000 Message-ID: <83094179.1094104429954.JavaMail.apache@nagoya> Date: Wed, 1 Sep 2004 22:53:49 -0700 (PDT) From: commons-dev@jakarta.apache.org To: commons-dev@jakarta.apache.org Subject: [jira] Commented: (JELLY-47) Attribute corruption when dealing with converting attributes that include namespaces Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N The following comment has been added to this issue: Author: dion gillard Created: Wed, 1 Sep 2004 10:52 PM Body: I've found the issue here. The XmlParser class doesn't pass through qualified attribute names to TagScripts. I'm going to special case xml:* attributes and pass them through qualified. --------------------------------------------------------------------- View this comment: http://issues.apache.org/jira/browse/JELLY-47?page=comments#action_38031 --------------------------------------------------------------------- View the issue: http://issues.apache.org/jira/browse/JELLY-47 Here is an overview of the issue: --------------------------------------------------------------------- Key: JELLY-47 Summary: Attribute corruption when dealing with converting attributes that include namespaces Type: Bug Status: Open Priority: Critical Project: jelly Components: core / taglib.core Fix Fors: 1.0-beta-4 Assignee: dion gillard Reporter: Ben Walding Created: Sat, 12 Apr 2003 7:40 AM Updated: Wed, 1 Sep 2004 10:52 PM Description: It seems like there is attribute corruption when dealing with converting attributes that include namespaces. (It might be that my understanding on namespaces is a bit wrong, but I still think jelly is broken) Essentially, the script is creating a file with the content (not even valid XML) when I would expect it to produce something like I have included tests cases and scripts for this scenario --------------------------------------------------------------------- JIRA INFORMATION: This message is automatically generated by JIRA. If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa If you want more information on JIRA, or have a bug to report see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org For additional commands, e-mail: commons-dev-help@jakarta.apache.org