typo
This commit is contained in:
@@ -23,7 +23,7 @@ feature -- Access
|
|||||||
end
|
end
|
||||||
|
|
||||||
description: detachable STRING
|
description: detachable STRING
|
||||||
-- Optional descriptiong
|
-- Optional description
|
||||||
|
|
||||||
feature -- Element change
|
feature -- Element change
|
||||||
|
|
||||||
@@ -83,6 +83,7 @@ feature -- Execution
|
|||||||
res.write_header ({HTTP_STATUS_CODE}.unauthorized, Void)
|
res.write_header ({HTTP_STATUS_CODE}.unauthorized, Void)
|
||||||
res.write_string ("Unauthorized")
|
res.write_string ("Unauthorized")
|
||||||
end
|
end
|
||||||
|
|
||||||
feature {NONE} -- Implementation
|
feature {NONE} -- Implementation
|
||||||
|
|
||||||
supported_formats: INTEGER
|
supported_formats: INTEGER
|
||||||
|
|||||||
@@ -18,7 +18,7 @@
|
|||||||
<target name="sample_fcgi" extends="common">
|
<target name="sample_fcgi" extends="common">
|
||||||
<root class="APP_SERVER" feature="make"/>
|
<root class="APP_SERVER" feature="make"/>
|
||||||
<setting name="executable_name" value="sample"/>
|
<setting name="executable_name" value="sample"/>
|
||||||
<library name="ewsgi_fcgi" location="..\..\..\ewsgi/connectors\fcgi\fcgi-safe.ecf" readonly="false"/>
|
<library name="ewsgi_fcgi" location="..\..\..\ewsgi/connectors\libfcgi\libfcgi-safe.ecf" readonly="false"/>
|
||||||
<cluster name="src" location=".\src\" recursive="true">
|
<cluster name="src" location=".\src\" recursive="true">
|
||||||
<file_rule>
|
<file_rule>
|
||||||
<exclude>/gateway$</exclude>
|
<exclude>/gateway$</exclude>
|
||||||
|
|||||||
Reference in New Issue
Block a user