From face4550f20d3dd2e7ee9bf6f715927f6c9b5014 Mon Sep 17 00:00:00 2001 From: Jocelyn Fiat Date: Wed, 2 May 2012 19:22:39 +0200 Subject: [PATCH] Fixed wrong signature should be READABLE_STRING_32 instead of _8 --- library/server/wsf/router/uri/wsf_uri_handler_context.e | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/library/server/wsf/router/uri/wsf_uri_handler_context.e b/library/server/wsf/router/uri/wsf_uri_handler_context.e index 78c8db76..8aea8a15 100644 --- a/library/server/wsf/router/uri/wsf_uri_handler_context.e +++ b/library/server/wsf/router/uri/wsf_uri_handler_context.e @@ -4,7 +4,7 @@ note It does not provide additional information compared to {WSF_HANDLER_CONTEXT} - request: WSF_REQUEST -- Associated request - - path: READABLE_STRING_8 -- Associated path + - path: READABLE_STRING_8 -- Associated path ]" date: "$Date$" revision: "$Revision$" @@ -28,7 +28,7 @@ feature {NONE} -- Initialization feature -- Item - item (a_name: READABLE_STRING_8): detachable WSF_VALUE + item (a_name: READABLE_STRING_32): detachable WSF_VALUE -- Variable value for parameter or variable `a_name' -- See `{WSF_REQUEST}.item(s)' do