-
Task
-
Resolution: Obsolete
-
Major
-
1.0.0.M7
-
None
We've add a produces() method to route which can be used to specify what the route in question produces. If not specified the default will be "text/html". But if a client sends a request containing an Accept header of '/' it would not match the route.
This change it just for the demo and a JIRA for a fix in the controller will also be added.