DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=33106>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ· INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=33106 ------- Additional Comments From [EMAIL PROTECTED] 2005-08-16 19:38 ------- Created an attachment (id=16065) --> (http://issues.apache.org/bugzilla/attachment.cgi?id=16065&action=view) catch exceptions for non-file based urls While testing with the official code merges, I noticed that some exception catching was removed from two file based methods. If these exceptions are not caught, non-file based includes won't work. In my case, we do a <!--#include virtual="/some/servlet"--> but because that's not a file, it can't figure out the last modified date because the servlet doesn't set one, and so it throws an exception. This exception needs to be caught, or the include won't work. -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]