Missing HTTP_ prefix for header meta variable in REQUEST

This commit is contained in:
Jocelyn Fiat
2011-09-07 11:42:02 +02:00
parent 6a581f6d62
commit 2d9e2d12a0

View File

@@ -64,7 +64,7 @@ feature -- Request processing
until
a_headers_map.after
loop
vn := a_headers_map.key_for_iteration.as_upper
vn := "HTTP_" + a_headers_map.key_for_iteration.as_upper
vn.replace_substring_all ("-", "_")
add_environment_variable (a_headers_map.item_for_iteration, vn, env)
a_headers_map.forth