Issue Type: Bug Bug
Affects Versions: 1.0.0
Assignee: Daniel Bevenius
Components: controller
Created: 09/Apr/13 4:48 AM
Description:

When the controller tries to match a request to a route it will inspect the 'Accept' header. The current implementation will compare the value of media-types against the media-types that a route produces. The problem is that the comparison is done with the complete media-types of the 'Accept' header, when it really should only be comparing the type/subtype. Any additional parameters of the media-types should not be considered at this point.

This also affect Responders as they need to match a responder for a certain media-type requested.

Fix Versions: 1.0.1
Project: AeroGear
Priority: Major Major
Reporter: Daniel Bevenius
Security Level: Public (Everyone can see)
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira