Fixed usage of lst[] in web form, now we are url-decoding the name because the [] could escaped...

Fixed bad code for assertion related to variable url-encoded name
This commit is contained in:
Jocelyn Fiat
2012-01-31 17:57:59 +01:00
parent 945ef79857
commit a1354136fa
3 changed files with 18 additions and 17 deletions

View File

@@ -161,7 +161,7 @@ feature -- String query
i := 0 -- Exit
end
end
Result.keep_head (n)
Result.keep_head (n - 1)
end
string_query_parameter (a_name: READABLE_STRING_8): detachable READABLE_STRING_32