From 35a4cd7df93f8d94d2b37f8dec4d81e359b80e50 Mon Sep 17 00:00:00 2001 From: Jocelyn Fiat Date: Thu, 27 Oct 2011 14:45:14 +0200 Subject: [PATCH] cosmetic, or minor changes --- library/server/request/rest/tests/sample.ecf | 6 +++--- library/server/wsf/src/wsf_application.e | 2 +- tools/bin/update_library_index.bat | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/library/server/request/rest/tests/sample.ecf b/library/server/request/rest/tests/sample.ecf index e678a4ae..006bc5e4 100644 --- a/library/server/request/rest/tests/sample.ecf +++ b/library/server/request/rest/tests/sample.ecf @@ -18,7 +18,7 @@ - + /gateway$ @@ -29,7 +29,7 @@ - + /gateway$ @@ -41,7 +41,7 @@ - + diff --git a/library/server/wsf/src/wsf_application.e b/library/server/wsf/src/wsf_application.e index 2d845a04..29a728d8 100644 --- a/library/server/wsf/src/wsf_application.e +++ b/library/server/wsf/src/wsf_application.e @@ -26,7 +26,7 @@ feature -- WGI Execution wgi_execute (req: WGI_REQUEST; res: WGI_RESPONSE_BUFFER) do - execute (req, res) + execute (create {WSF_REQUEST}.make_from_wgi (req), create {WSF_RESPONSE}.make_from_wgi (res)) end end diff --git a/tools/bin/update_library_index.bat b/tools/bin/update_library_index.bat index dbb869a9..194394e9 100644 --- a/tools/bin/update_library_index.bat +++ b/tools/bin/update_library_index.bat @@ -19,7 +19,7 @@ rename library.index.tmp library.index call:sed test library.index call:sed example library.index -call:sed wsf library.index +call:sed template library.index echo. > library.index.tmp For /F "tokens=* delims=" %%A in (library.index) do echo.%%A >> library.index.tmp