Hello I'm using Jigsaw as a proxy. I can't find anything in the documentation about ordering of server-side filters. Suppose that I have three server-side filters with ingoingFilter() and outgoingFilter() methods. How can one set which order these methods are called when a request is processed? E.g. Filter1.ingoingFilter(), then Filter2.ingoingFilter(), then Filter3.ingoingFilter()... This is interesting since Filter1 could modify the request, which would affect how Filter2 would react... Or will I have to create one single filter that performs all my filter work in order to control it? Best regards Niklas WibergReceived on Friday, 25 February 2000 04:23:30 UTC
This archive was generated by hypermail 2.3.1 : Tuesday, 6 January 2015 21:25:36 UTC