Return-Path: Delivered-To: apmail-jackrabbit-dev-archive@www.apache.org Received: (qmail 52945 invoked from network); 1 Feb 2008 10:25:33 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 1 Feb 2008 10:25:33 -0000 Received: (qmail 52930 invoked by uid 500); 1 Feb 2008 10:25:23 -0000 Delivered-To: apmail-jackrabbit-dev-archive@jackrabbit.apache.org Received: (qmail 52897 invoked by uid 500); 1 Feb 2008 10:25:23 -0000 Mailing-List: contact dev-help@jackrabbit.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@jackrabbit.apache.org Delivered-To: mailing list dev@jackrabbit.apache.org Received: (qmail 52888 invoked by uid 99); 1 Feb 2008 10:25:23 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 01 Feb 2008 02:25:23 -0800 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 01 Feb 2008 10:25:16 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 2FEBC714046 for ; Fri, 1 Feb 2008 02:25:09 -0800 (PST) Message-ID: <1334605.1201861509192.JavaMail.jira@brutus> Date: Fri, 1 Feb 2008 02:25:09 -0800 (PST) From: "Jukka Zitting (JIRA)" To: dev@jackrabbit.apache.org Subject: [jira] Resolved: (JCR-1355) XML import should not access external entities In-Reply-To: <21430267.1201854188719.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/JCR-1355?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jukka Zitting resolved JCR-1355. -------------------------------- Resolution: Fixed Resolved in trunk in revision 617384. Adapted the fix to the 1.4 branch in revision 617424. > XML import should not access external entities > ---------------------------------------------- > > Key: JCR-1355 > URL: https://issues.apache.org/jira/browse/JCR-1355 > Project: Jackrabbit > Issue Type: Bug > Components: xml > Affects Versions: 0.9, 1.0, 1.0.1, 1.1, 1.1.1, 1.2.1, 1.2.2, 1.2.3, 1.3, 1.3.1, 1.3.3, 1.4 > Reporter: Jukka Zitting > Assignee: Jukka Zitting > Priority: Minor > Fix For: 1.4.1 > > > With current Jackrabbit the following XML document can not be imported: > > Even if the DTD address (or some other external resource referenced in the XML document) is correct, I don't think importXML() should even try resolving those references. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.