I've tried to add a Request Filter (T 5.3.4)
In my module, I've added this :
and my filter is:
But my filter is not called (I see not log).
However, if I declare my filter with :
filters.add("myRequestFilter", new MyRequestFilter(log),
"after:CheckForUpdates");
it works !
So, what are the difference between add and addInstance, and why it does not
work with addInstance ?
--
View this message in context:
http://tapestry.1045711.n5.nabble.com/Request-Filter-not-called-if-declared-with-addInstance-vs-add-tp5715859.html
Sent from the Tapestry - User mailing list archive at Nabble.com.