Details
-
Type:
Improvement
-
Status:
Open
-
Priority:
To be reviewed
-
Resolution: Unresolved
-
Affects Version/s: 3.2.0
-
Fix Version/s: None
-
Component/s: Core: Expressions, Core: Transformers
-
Labels:None
-
User impact:High
-
Similar Issues:None
Description
Use case is HTTP data is case insensitive so if an HTTP GET or POST request is mapped to a map payload and you try to reference the elements in the map, they are case sensitive and you need to know exactly how the user specified them in the request - such as foo=bar or Foo=bar. Instead provide a way to look them up that is case insensitive and that can be used in expressions.
don't know where this should be categorized as a component.
maybe <http:body-to-parameter-map-transformer case-insensitive=true/> which would convert everything to lowercase?