From cc6992a6fcb06192662e77dd3977d80d743311eb Mon Sep 17 00:00:00 2001 From: Jocelyn Fiat Date: Wed, 5 Oct 2011 14:47:59 +0200 Subject: [PATCH] added missing call to pre_execute and post_execute --- .../uri_template/rest_request_uri_template_routing_handler_i.e | 2 ++ 1 file changed, 2 insertions(+) diff --git a/library/server/request/rest/src/uri_template/rest_request_uri_template_routing_handler_i.e b/library/server/request/rest/src/uri_template/rest_request_uri_template_routing_handler_i.e index 4dea0a26..72583679 100644 --- a/library/server/request/rest/src/uri_template/rest_request_uri_template_routing_handler_i.e +++ b/library/server/request/rest/src/uri_template/rest_request_uri_template_routing_handler_i.e @@ -38,7 +38,9 @@ feature -- Execution execute (ctx: C; req: WGI_REQUEST; res: WGI_RESPONSE_BUFFER) do + pre_execute (ctx, req, res) Precursor {REQUEST_URI_TEMPLATE_ROUTING_HANDLER_I} (ctx, req, res) + post_execute (ctx, req, res) end execute_application (ctx: C; req: WGI_REQUEST; res: WGI_RESPONSE_BUFFER)