typo
This commit is contained in:
@@ -23,7 +23,7 @@ feature -- Access
|
||||
end
|
||||
|
||||
description: detachable STRING
|
||||
-- Optional descriptiong
|
||||
-- Optional description
|
||||
|
||||
feature -- Element change
|
||||
|
||||
@@ -83,6 +83,7 @@ feature -- Execution
|
||||
res.write_header ({HTTP_STATUS_CODE}.unauthorized, Void)
|
||||
res.write_string ("Unauthorized")
|
||||
end
|
||||
|
||||
feature {NONE} -- Implementation
|
||||
|
||||
supported_formats: INTEGER
|
||||
|
||||
@@ -18,7 +18,7 @@
|
||||
<target name="sample_fcgi" extends="common">
|
||||
<root class="APP_SERVER" feature="make"/>
|
||||
<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">
|
||||
<file_rule>
|
||||
<exclude>/gateway$</exclude>
|
||||
|
||||
Reference in New Issue
Block a user