Return-Path: Delivered-To: apmail-db-derby-dev-archive@www.apache.org Received: (qmail 4132 invoked from network); 17 May 2007 18:14:42 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 17 May 2007 18:14:42 -0000 Received: (qmail 18486 invoked by uid 500); 17 May 2007 18:14:43 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 18458 invoked by uid 500); 17 May 2007 18:14:43 -0000 Mailing-List: contact derby-dev-help@db.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: Delivered-To: mailing list derby-dev@db.apache.org Received: (qmail 18440 invoked by uid 99); 17 May 2007 18:14:43 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 17 May 2007 11:14:43 -0700 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; Thu, 17 May 2007 11:14:36 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 25F6E714071 for ; Thu, 17 May 2007 11:14:16 -0700 (PDT) Message-ID: <5950613.1179425656152.JavaMail.jira@brutus> Date: Thu, 17 May 2007 11:14:16 -0700 (PDT) From: "Kim Haase (JIRA)" To: derby-dev@db.apache.org Subject: [jira] Created: (DERBY-2662) DITA error in adminguide/cadminservlet98430.dita MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org DITA error in adminguide/cadminservlet98430.dita ------------------------------------------------ Key: DERBY-2662 URL: https://issues.apache.org/jira/browse/DERBY-2662 Project: Derby Issue Type: Bug Components: Documentation Affects Versions: 10.3.0.0 Reporter: Kim Haase Priority: Minor A recent modification of the file adminguide/cadminservlet98430.dita has caused a DITA processing error. A new section called Security Considerations was added. A section in a conbody cannot have anything after it except another section or an example, but there is a paragraph element after the section. The fix is to put the paragraph inside the section. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.