Return-Path: Delivered-To: apmail-directory-dev-archive@www.apache.org Received: (qmail 58711 invoked from network); 30 Sep 2007 23:16:20 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 30 Sep 2007 23:16:20 -0000 Received: (qmail 8105 invoked by uid 500); 30 Sep 2007 23:16:09 -0000 Delivered-To: apmail-directory-dev-archive@directory.apache.org Received: (qmail 8062 invoked by uid 500); 30 Sep 2007 23:16:09 -0000 Mailing-List: contact dev-help@directory.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Apache Directory Developers List" Delivered-To: mailing list dev@directory.apache.org Received: (qmail 8046 invoked by uid 99); 30 Sep 2007 23:16:09 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 30 Sep 2007 16:16:09 -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; Sun, 30 Sep 2007 23:16:11 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 8E7E77141FE for ; Sun, 30 Sep 2007 16:15:50 -0700 (PDT) Message-ID: <15828927.1191194150574.JavaMail.jira@brutus> Date: Sun, 30 Sep 2007 16:15:50 -0700 (PDT) From: "Nicholas Irving (JIRA)" To: dev@directory.apache.org Subject: [jira] Created: (DIRTSEC-11) When using smtp authnetication in configuration wizard, the generated web.xml for demo and registration do not pass validation on Jetty startup MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org When using smtp authnetication in configuration wizard, the generated web.xml for demo and registration do not pass validation on Jetty startup ----------------------------------------------------------------------------------------------------------------------------------------------- Key: DIRTSEC-11 URL: https://issues.apache.org/jira/browse/DIRTSEC-11 Project: Triplesec Issue Type: Bug Environment: Windows XP sp2, PIII 500, 256 Meg Ram Reporter: Nicholas Irving Priority: Trivial When selecting Authentication for SMTP Servers, the generated web.xml for deom and registration have the following issue. smsTransportUrl http://demo.safehaus.org/smstrial/smspush 1 smtpUsername xxx smtpPassword xxxxx In order to resolve the validation issue you need to ensure that 1 is after the last init-param like so smsTransportUrl http://demo.safehaus.org/smstrial/smspush smtpUsername xxx smtpPassword xxxxx 1 -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.