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
 Assigned to: David Jencks 
     Fix For: 1.x


a servlet 2.3 element like

        <context-param>
        <param-name>org.apache.myfaces.ALLOW_JAVASCRIPT</param-name>
        <param-value>true</param-value>
        <description>
            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"
        </description>
    </context-param>

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

Reply via email to