[jboss-jira] [JBoss JIRA] Created: (JBMETA-76) Element values should be trimmed

Remy Maucherat (JIRA) jira-events at lists.jboss.org
Tue Jul 15 09:45:37 EDT 2008


Element values should be trimmed
--------------------------------

                 Key: JBMETA-76
                 URL: http://jira.jboss.com/jira/browse/JBMETA-76
             Project: JBoss Metadata
          Issue Type: Bug
      Security Level: Public (Everyone can see)
    Affects Versions: 1.0.0.Beta28
            Reporter: Remy Maucherat
         Assigned To: Alexey Loubyansky
            Priority: Critical


At least for web.xml parsing of web metadata, element values are apparently not trimmed.

Something like:
<servlet-class>
              org.apache.catalina.servlets.DefaultServlet
</servlet-class>
causes a classloading failure, while <servlet-class>org.apache.catalina.servlets.DefaultServlet</servlet-class> works.

-- 
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