-
Task
-
Resolution: Won't Do
-
Major
-
1.0.0.CR1
-
None
At the moment if one was to specify a route that accepted a param("foo") and the request contained a HTTP header parameter named "foo" and also a query parameter named "foo", the query parameter would be used and the header parameter simply ignored.
This task should investigate how we should handle this situation and implement it.