This commit is contained in:
Jocelyn Fiat
2011-09-16 15:02:08 +02:00
parent d06bc76944
commit 18684d167b
2 changed files with 3 additions and 2 deletions

View File

@@ -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

View File

@@ -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>