From 27c637b0662ca6936ca60e5c9d1ac14a89ec3cdf Mon Sep 17 00:00:00 2001 From: Jocelyn Fiat Date: Tue, 4 Oct 2011 16:19:09 +0200 Subject: [PATCH] fixed inheritance and precursor bad usage. --- library/server/request/rest/src/rest_request_agent_handler.e | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/server/request/rest/src/rest_request_agent_handler.e b/library/server/request/rest/src/rest_request_agent_handler.e index eca7824a..0a14298e 100644 --- a/library/server/request/rest/src/rest_request_agent_handler.e +++ b/library/server/request/rest/src/rest_request_agent_handler.e @@ -42,7 +42,7 @@ feature -- Execution execute (ctx: C; req: WGI_REQUEST; res: WGI_RESPONSE_BUFFER) do - Precursor {REST_REQUEST_HANDLER} (ctx, req, res) + Precursor {REQUEST_AGENT_HANDLER} (ctx, req, res) end execute_application (ctx: C; req: WGI_REQUEST; res: WGI_RESPONSE_BUFFER)