From f76a21679a91a949000385141b769a5130d6544b Mon Sep 17 00:00:00 2001 From: Nils Grunwald Date: Tue, 15 Feb 2011 11:31:57 +0100 Subject: clarified the inable-if requirements to selectively enable a middleware --- spore_implementation.pod | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/spore_implementation.pod b/spore_implementation.pod index a329c19..0ceb22c 100644 --- a/spore_implementation.pod +++ b/spore_implementation.pod @@ -69,9 +69,12 @@ optionaly directly from the file itself). A I B also provide a method to enable or disable spore middlewares at runtime. The order in which the -middlewares are enabled is the order in which the request will go +middlewares are enabled is the order in which the request will go through each middleware, and the inverse order in which the response -will go through each optional middleware postprocessing callback. +will go through each optional middleware postprocessing callback. It +B also have a method to selectively enable a middleware or not +for each method according to the method properties in the +specification. If middlewares I, I and I were enabled in this order, then the processing order will be: -- cgit v1.2.3