[jboss-jira] [JBoss JIRA] Created: (JBAS-5427) Bug in local DTD jboss-ds_1_5.dtd due to bad typo correction

Julien Kronegg (JIRA) jira-events at lists.jboss.org
Mon Apr 14 06:20:54 EDT 2008


Bug in local DTD jboss-ds_1_5.dtd due to bad typo correction
------------------------------------------------------------

                 Key: JBAS-5427
                 URL: http://jira.jboss.com/jira/browse/JBAS-5427
             Project: JBoss Application Server
          Issue Type: Bug
      Security Level: Public (Everyone can see)
    Affects Versions: JBossAS-4.2.2.GA
         Environment: Windows 2000, Jboss AS 4.2.2.GA, Eclipse 3.3.2
            Reporter: Julien Kronegg
            Priority: Minor


Overview: the DTD file jboss-ds_1_5.dtd has a typo wich was corrected with errors, leading to a bug.

Problem statement:
In the JBOSS_HOME\docs\dtd\jboss-ds_1_5.dtd, there are two references to the element "url-delimetir", but this element is not declared, leading to an error (Eclipse says: "The element 'url-delimetir' has not been declared."). However, an element named "url-delimeter" is declared (notice the differences between the two orthograps).
This seems to come from the correction done in:
 http://viewvc.jboss.org/cgi-bin/viewvc.cgi/jbossas/branches/Branch_4_2/connector/src/resources/dtd/jboss-ds_1_5.dtd?view=markup&pathrev=59775
 http://lists.jboss.org/pipermail/jboss-cvs-commits/2007-January/019748.html

So the problems are:
1) bad element name leading to an error
2) typo (should be written "url-delimiter" instead of "url-delemiter"

Note: there is also a type in the online DTD ("url-delimeter" vs. "url-delimiter"):
http://www.jboss.org/j2ee/dtd/jboss-ds_1_5.dtd
It seems that the correction has (hopefully) not been made everywhere...


Affects:
Users who use the local DTD file JBOSS_HOME\docs\dtd\jboss-ds_1_5.dtd are affected.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the jboss-jira mailing list