tld files may not be getting their schema upgraded correctly
------------------------------------------------------------

                 Key: GERONIMO-3782
                 URL: https://issues.apache.org/jira/browse/GERONIMO-3782
             Project: Geronimo
          Issue Type: Bug
      Security Level: public (Regular issues)
          Components: deployment
    Affects Versions: 2.0
            Reporter: David Jencks
             Fix For: 2.1


A user reports that a tld file 
http://jakarta.apache.org/taglibs/standard/scriptfree (apparently in 
standard.jar) which starts out

<?xml version="1.0" encoding="ISO-8859-1" ?>
<!DOCTYPE taglib
        PUBLIC "-//Sun Microsystems, Inc.//DTD JSP Tag Library 1.2//EN"
        "http://java.sun.com/dtd/web-jsptaglibrary_1_2.dtd";>
<taglib>
  <tlib-version>1.0</tlib-version>
  <jsp-version>1.2</jsp-version>
  <short-name>scriptfree</short-name>
  <uri>http://jakarta.apache.org/taglibs/standard/scriptfree</uri>


has schema info added properly but inside the validator element init-params are 
not getting upgraded properly, they look like:

    <init-param>
      <param-name>allowDeclarations</param-name>
      <param-value>false</param-value>
      <description>Controls whether or not declarations are considered
valid.</description>
    </init-param>

We need to investigate if this is consistent with the original dtd and if so 
fix the upgrade code.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to