Scriptlet request parameters case preservingat 2012-02-08 in Announcements by friebe (0 comments) Following the discussion in issue #120, we have now implemented case-preserving parameters, while keeping case-insensitive lookups. There is a minor BC break here:// For an URL like http://example.com/?CustomerId=100: To retain the old behaviour, change the above as follows: - $params= $request->getParams(); |
|