Merge branch 'fix_cgi_value' of github.com:jocelyn/EWF

This commit is contained in:
2014-12-01 15:53:45 +01:00
18 changed files with 1356 additions and 157 deletions

View File

@@ -88,6 +88,14 @@ feature -- Access: Input
feature -- Access: CGI meta variables
cgi_variables: WGI_REQUEST_CGI_VARIABLES
-- Object containing the CGI variables
--| note: a new instance is created on each call!
--| this is mainly for debugging purpose.
do
create Result.make (Current)
end
meta_variable (a_name: READABLE_STRING_GENERAL): detachable READABLE_STRING_8
-- Environment variable related to `a_name'
require
@@ -297,6 +305,8 @@ feature -- Common Gateway Interface - 1.1 8 January 1996
-- The PATH_INFO value is case-sensitive, and the server MUST
-- preserve the case of the PATH_INFO element of the URI when
-- making it available to scripts.
--
-- Note: it is UTF-8 encoded, and percent decoded.
deferred
end