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=37867>. 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=37867 [EMAIL PROTECTED] changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |WORKSFORME ------- Additional Comments From [EMAIL PROTECTED] 2005-12-12 18:38 ------- Have you seen this problem actually happen, or is this just a supposition? I ask this because, when I present Shale demos (as I'll be doing tomorrow at ApacheCon) my demo program has stylesheets and images that work just fine -- and the filter is set with the "/*" pattern. This is understandable when you examine the code of the filter, which passes the request on to the container (via a call to chain.doFilter()) *unless* one of the Commons Chain commands that was executed previously told it not to. There are cases where you might want to use more fine grained filter settings (and these should undoubtedly be documented), but most users will want to protect all accesses -- so this is the default setting. -- 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]
