fixed compilation of rest example

This commit is contained in:
Jocelyn Fiat
2011-09-26 20:54:04 +02:00
parent df59ae579b
commit a4df57a7ac
3 changed files with 7 additions and 9 deletions

View File

@@ -65,7 +65,7 @@ feature -- Execution
(create {DEVELOPER_EXCEPTION}).raise
elseif l_op.starts_with ("env") then
s.append_string ("%N%NAll variables:")
s.append (wgi_value_iteration_to_string (req.parameters, False))
s.append (wgi_value_iteration_to_string (req.items, False))
s.append_string ("<br/>script_url(%"" + req.path_info + "%")=" + ctx.script_url (req.path_info) + "%N")
-- if attached ctx.http_authorization_login_password as t then
-- s.append_string ("Check login=" + t.login + "<br/>%N")