Fixed typo and missing uri_template reference for draft rest library
This commit is contained in:
@@ -12,6 +12,7 @@
|
|||||||
<library name="base" location="$ISE_LIBRARY\library\base\base-safe.ecf"/>
|
<library name="base" location="$ISE_LIBRARY\library\base\base-safe.ecf"/>
|
||||||
<library name="wsf" location="..\..\..\..\..\library\server\wsf\wsf-safe.ecf" readonly="false"/>
|
<library name="wsf" location="..\..\..\..\..\library\server\wsf\wsf-safe.ecf" readonly="false"/>
|
||||||
<library name="http" location="..\..\..\..\..\library\protocol\http\http-safe.ecf"/>
|
<library name="http" location="..\..\..\..\..\library\protocol\http\http-safe.ecf"/>
|
||||||
|
<library name="uri_template" location="..\..\..\..\..\library\protocol\uri_template\uri_template-safe.ecf"/>
|
||||||
<cluster name="contrib" location=".\src\contrib\" recursive="true">
|
<cluster name="contrib" location=".\src\contrib\" recursive="true">
|
||||||
<file_rule>
|
<file_rule>
|
||||||
<exclude>/html$</exclude>
|
<exclude>/html$</exclude>
|
||||||
|
|||||||
@@ -11,6 +11,7 @@
|
|||||||
<library name="base" location="$ISE_LIBRARY\library\base\base.ecf"/>
|
<library name="base" location="$ISE_LIBRARY\library\base\base.ecf"/>
|
||||||
<library name="wsf" location="..\..\..\..\..\library\server\wsf\wsf.ecf"/>
|
<library name="wsf" location="..\..\..\..\..\library\server\wsf\wsf.ecf"/>
|
||||||
<library name="http" location="..\..\..\..\..\library\protocol\http\http.ecf"/>
|
<library name="http" location="..\..\..\..\..\library\protocol\http\http.ecf"/>
|
||||||
|
<library name="uri_template" location="..\..\..\..\..\library\protocol\uri_template\uri_template.ecf"/>
|
||||||
<cluster name="contrib" location=".\src\contrib\" recursive="true">
|
<cluster name="contrib" location=".\src\contrib\" recursive="true">
|
||||||
<file_rule>
|
<file_rule>
|
||||||
<exclude>/html$</exclude>
|
<exclude>/html$</exclude>
|
||||||
|
|||||||
@@ -34,7 +34,7 @@ feature {NONE} -- Initialization
|
|||||||
do
|
do
|
||||||
create connector.make (Current)
|
create connector.make (Current)
|
||||||
end
|
end
|
||||||
|
|
||||||
feature -- Execution
|
feature -- Execution
|
||||||
|
|
||||||
launch
|
launch
|
||||||
@@ -46,7 +46,7 @@ feature -- Execution
|
|||||||
|
|
||||||
feature -- Status report
|
feature -- Status report
|
||||||
|
|
||||||
connector: detachable WGI_LIBCGI_CONNECTOR
|
connector: detachable WGI_LIBFCGI_CONNECTOR
|
||||||
-- Default service name
|
-- Default service name
|
||||||
|
|
||||||
;note
|
;note
|
||||||
|
|||||||
@@ -147,7 +147,6 @@ feature -- Execution
|
|||||||
|
|
||||||
respond_file (f: FILE; ctx: C; req: WSF_REQUEST; res: WSF_RESPONSE)
|
respond_file (f: FILE; ctx: C; req: WSF_REQUEST; res: WSF_RESPONSE)
|
||||||
local
|
local
|
||||||
h: HTTP_HEADER
|
|
||||||
ext: READABLE_STRING_8
|
ext: READABLE_STRING_8
|
||||||
ct: detachable READABLE_STRING_8
|
ct: detachable READABLE_STRING_8
|
||||||
fres: WSF_FILE_RESPONSE
|
fres: WSF_FILE_RESPONSE
|
||||||
|
|||||||
Reference in New Issue
Block a user