From bb5faec3c63a54e3e518f8c6a743d6502829d9d1 Mon Sep 17 00:00:00 2001 From: Colin Adams Date: Wed, 19 Nov 2014 10:35:06 +0000 Subject: [PATCH] Issue #154 (documentation error in {WSF_SKELETON_HANDLER}.check_request) --- library/server/wsf/policy_driven/wsf_skeleton_handler.e | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/server/wsf/policy_driven/wsf_skeleton_handler.e b/library/server/wsf/policy_driven/wsf_skeleton_handler.e index 56c7c73b..ee6f5b2e 100644 --- a/library/server/wsf/policy_driven/wsf_skeleton_handler.e +++ b/library/server/wsf/policy_driven/wsf_skeleton_handler.e @@ -442,7 +442,7 @@ feature -- PUT/POST check_request (req: WSF_REQUEST; res: WSF_RESPONSE) -- Check that the request entity is a valid request. - -- The entity is available as `req.execution_variable (Conflict_check_code_execution_variable)'. + -- The entity is available as `req.execution_variable (Request_entity_execution_variable)'. -- Set `req.execution_variable (Request_check_code_execution_variable)' to {NATURAL} zero if OK, or 400 if not. -- In the latter case, write the full error response to `res'. require