Implemented support for base url in httpd connector.

This commit is contained in:
2015-03-25 22:22:57 +01:00
parent b4a9c92ffc
commit 7d2ce8a77f
19 changed files with 168 additions and 198 deletions

View File

@@ -8,7 +8,7 @@ note
revision: "$Revision$"
deferred class
WSF_RESPONSE_SERVICE
WSF_RESPONSE_SERVICE [G -> WSF_EXECUTION create make end]
inherit
WSF_SERVICE
@@ -29,7 +29,7 @@ feature -- Execution
end
note
copyright: "2011-2012, Jocelyn Fiat, Javier Velilla, Olivier Ligot, Eiffel Software and others"
copyright: "2011-2015, Jocelyn Fiat, Javier Velilla, Olivier Ligot, Colin Adams, Eiffel Software and others"
license: "Eiffel Forum License v2 (see http://www.eiffel.com/licensing/forum.txt)"
source: "[
Eiffel Software

View File

@@ -34,9 +34,6 @@ note
deferred class
WSF_SERVICE_LAUNCHER [G -> WSF_EXECUTION create make end]
inherit
WSF_TO_WGI_SERVICE
feature {NONE} -- Initialization
frozen make (a_options: like options)