-
Bug
-
Resolution: Done
-
Major
-
1.0.0.M7
-
None
When matching a Responder to a media type we are currently only looking for exact matches. If a request comes in with an Accept header of '/' any Responder on the current route should match. At the moment there will be no match and no response to the caller.
This task should add support for matching '/' to any Responder.