Return-Path: Delivered-To: apmail-geronimo-dev-archive@www.apache.org Received: (qmail 60759 invoked from network); 2 Jan 2006 04:23:27 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 2 Jan 2006 04:23:27 -0000 Received: (qmail 78827 invoked by uid 500); 2 Jan 2006 04:23:24 -0000 Delivered-To: apmail-geronimo-dev-archive@geronimo.apache.org Received: (qmail 78750 invoked by uid 500); 2 Jan 2006 04:23:23 -0000 Mailing-List: contact dev-help@geronimo.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: dev@geronimo.apache.org List-Id: Delivered-To: mailing list dev@geronimo.apache.org Received: (qmail 78739 invoked by uid 99); 2 Jan 2006 04:23:23 -0000 X-ASF-Spam-Status: No, hits=1.3 required=10.0 tests=SPF_FAIL X-Spam-Check-By: apache.org Received: from [192.87.106.226] (HELO ajax.apache.org) (192.87.106.226) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 01 Jan 2006 20:23:22 -0800 Received: from ajax.apache.org (ajax.apache.org [127.0.0.1]) by ajax.apache.org (Postfix) with ESMTP id A0D63E0 for ; Mon, 2 Jan 2006 05:23:01 +0100 (CET) Message-ID: <1172373094.1136175781656.JavaMail.jira@ajax.apache.org> Date: Mon, 2 Jan 2006 05:23:01 +0100 (CET) From: "David Jencks (JIRA)" To: dev@geronimo.apache.org Subject: [jira] Resolved: (GERONIMO-1411) servlet 2.3 context-param elements are not converted properly to servlet 2.4 schema In-Reply-To: <242947198.1136160241059.JavaMail.jira@ajax.apache.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N [ http://issues.apache.org/jira/browse/GERONIMO-1411?page=all ] David Jencks resolved GERONIMO-1411: ------------------------------------ Resolution: Fixed There's another problem with multiple init-params inside filters and servlets. Both problems fixed, but no tests yet. Sending modules/j2ee-schema/src/java/org/apache/geronimo/schema/SchemaConversionUtils.java Committed revision 365285. > servlet 2.3 context-param elements are not converted properly to servlet 2.4 schema > ----------------------------------------------------------------------------------- > > Key: GERONIMO-1411 > URL: http://issues.apache.org/jira/browse/GERONIMO-1411 > Project: Geronimo > Type: Bug > Components: deployment > Versions: 1.0 > Reporter: David Jencks > Assignee: David Jencks > Fix For: 1.x > > a servlet 2.3 element like > > org.apache.myfaces.ALLOW_JAVASCRIPT > true > > This parameter tells MyFaces if javascript code should be allowed in the > rendered HTML output. > If javascript is allowed, command_link anchors will have javascript code > that submits the corresponding form. > If javascript is not allowed, the state saving info and nested parameters > will be added as url parameters. > Default: "true" > > > should have the description element moved to the first position for the j2ee 1.4/servlet 2.4 schema. It isn't getting moved. -- 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 - For more information on JIRA, see: http://www.atlassian.com/software/jira