DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=15772>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=15772 catalina's web.xml missing mime-types some incorrect... ------- Additional Comments From [EMAIL PROTECTED] 2003-01-08 19:36 ------- The white-space issue isn't much of an issue. In the mods I made, I just made sure that anything in common between the web.xml from Tomcat-4.1.18 and Tomcat- 5.0 looked exactly the same. Since Tomcat-4.1.18 is the stable side of things, I made the web.xml of Tomcat-5.0 match that of Tomcat-4.1.18. In the case of white-space, this means that if the web.xml of Tomcat-5.0 had an extra tab at the end of a line where it didn't in Tomcat-4.1.18, I removed it to make it match Tomcat-4.1.18's web.xml. To see what I am talking about, perform a diff on the old Tomcat-5.0 web.xml and compare it to that of Tomcat-4.1.18. Notice the differences where there really shouldn't be any? Does that make sense? It may seem pedantic, but it makes it easier to perform diff's on the files so that it is easier to keep them in sync. Again, not a big issue, but I figured I might as well fix it while I was making other more meaningful changes. Thanks for applying the changes! Jake -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>