From 6619349f7b5ef8322c9d4ea2cefca458a1a5ff94 Mon Sep 17 00:00:00 2001 From: Jocelyn Fiat Date: Mon, 1 Oct 2012 12:04:17 +0200 Subject: [PATCH] Fixed some configuration files (ecf) Fixed various compilation issue Fixed draft rest library (still experimental and should be removed in the future) --- .../library/server/request/rest/rest-safe.ecf | 2 +- draft/library/server/request/rest/rest.ecf | 2 +- .../rest/src/rest_request_agent_handler.e | 4 +-- .../request/rest/src/rest_request_handler.e | 18 ++++++------ .../server/request/rest/src/rest_service.e | 4 +-- .../server/request/rest/src/rest_service_i.e | 4 +-- .../rest_request_uri_template_handler.e | 4 +-- .../uri_template/rest_uri_template_service.e | 4 +-- .../server/request/rest/tests/sample.ecf | 1 + .../src/app/app_account_verify_credential.e | 6 ++-- .../request/rest/tests/src/app/app_test.e | 8 ++--- .../request/rest/tests/src/app_server.e | 19 ++++++------ .../src/handler/app_request_agent_handler.e | 24 ++++++++++++--- .../tests/src/handler/app_request_router.e | 27 ----------------- .../src/handler/app_request_routing_handler.e | 29 ++++++++++++------- .../rest/tests/src/handler/app_service.e | 8 +---- .../wsf/router/context/wsf_context_handler.e | 2 +- library/server/wsf/wsf_extension-safe.ecf | 2 +- .../text/parser/uri_template/uri_template.ecf | 3 -- 19 files changed, 80 insertions(+), 91 deletions(-) delete mode 100644 draft/library/server/request/rest/tests/src/handler/app_request_router.e diff --git a/draft/library/server/request/rest/rest-safe.ecf b/draft/library/server/request/rest/rest-safe.ecf index 9d0055a8..1db36b15 100644 --- a/draft/library/server/request/rest/rest-safe.ecf +++ b/draft/library/server/request/rest/rest-safe.ecf @@ -11,7 +11,7 @@ - + diff --git a/draft/library/server/request/rest/rest.ecf b/draft/library/server/request/rest/rest.ecf index 5f74326c..7b6563ee 100644 --- a/draft/library/server/request/rest/rest.ecf +++ b/draft/library/server/request/rest/rest.ecf @@ -10,7 +10,7 @@