Reverted change that made WSF_URI_HANDLER and WSF_URI_TEMPLATE_HANDLER inheriting from WSF_EXECUTE_HANDLER, as it breaks existing project using EiffelWeb.

This commit is contained in:
Jocelyn Fiat
2017-11-07 23:05:22 +01:00
parent f91a676f41
commit 6ca3cca88b
8 changed files with 76 additions and 8 deletions

View File

@@ -50,6 +50,7 @@ feature -- Status report
feature -- Execution
execute (req: WSF_REQUEST; res: WSF_RESPONSE)
-- Execute `req' responding in `res'.
local
fut: FILE_UTILITIES
l_exec_path: PATH