Aaron Freeman wrote: > ------------- > http://caucho.com/resin-4.0/admin/http-rewrite.xtp#Servlet%20Filters > > Header should say something like: "Example: Servlet Filter" > > Just a copy/paste error from the example above it. > > ------------- > http://caucho.com/resin-4.0/reference.xtp#resin:SetHeader > > The "<resin:SetHeader> Attributes" section is missing a regex > attribute. Also, is it required? > > > ------------- > http://caucho.com/resin-4.0/reference.xtp#resin:SetVary > > Same as above. > > The "<resin:SetVary> Attributes" section is missing a regex attribute. > Also, is it required? > Thanks.
No, the regexp isn't required. If it's missing, the rewrite filters will match any URL. By the way, the filters, dispatch rules and predicates are simple to implement, so if there's any capability that we're missing, just file a bug report and we can add it easily. For example, we can add a <resin:SetCacheControl> as a special case of SetHeader, and we might add a <resin:Busy> and a <resin:IfManagementMode>. -- Scott > > > _______________________________________________ > resin-interest mailing list > [email protected] > http://maillist.caucho.com/mailman/listinfo/resin-interest > > _______________________________________________ resin-interest mailing list [email protected] http://maillist.caucho.com/mailman/listinfo/resin-interest
