http://nagoya.apache.org/bugzilla/show_bug.cgi?id=122 *** shadow/122 Thu Feb 1 23:16:43 2001 --- shadow/122.tmp.13223 Thu Feb 1 23:16:43 2001 *************** *** 0 **** --- 1,30 ---- + +============================================================================+ + | server.xml file violates the XML namespace recommendation BugRat Report#13 | + +----------------------------------------------------------------------------+ + | Bug #: 122 Product: Tomcat 3 | + | Status: RESOLVED Version: Nightly Build | + | Resolution: INVALID Platform: All | + | Severity: Normal OS/Version: All | + | Priority: High Component: Config | + +----------------------------------------------------------------------------+ + | Assigned To: [EMAIL PROTECTED] | + | Reported By: [EMAIL PROTECTED] | + | CC list: Cc: | + +----------------------------------------------------------------------------+ + | URL: | + +============================================================================+ + | DESCRIPTION | + Just an FYI, the Tomcat server.xml file (in the conf directory) uses an undeclared +namespace in the following tag: + + <xmlmapper:debug level="0" /> + + The xmlmapper namespace needs to be declared on the server element. + + xmlns:xmlmapper="some-uri" + + + + ------- Additional Comments From [EMAIL PROTECTED] 2001-02-01 23:16 ------- + It is commented out, was used for testing. The problem of xml validity + ( including maybe a dtd ) is an enhancement we're trying to do. + ( the bad xml was removed in the main tree ) --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]