This PR can be used to manually test AEROGEAR-671.

JSON with all parameters specified:

curl -i --header "Accept: application/json" "http://localhost:8080/aerogear-controller-demo/cars?color=Red&brand=BMW"

JSON with one parameter specified and one default value:

curl -i --header "Accept: application/json" "http://localhost:8080/aerogear-controller-demo/cars?color=Red"

JSON with no parameters (both default values)

curl -i --header "Accept: application/json" "http://localhost:8080/aerogear-controller-demo/cars"

Custom Media Type test:

curl -i --header "Accept: application/custom" "http://localhost:8080/aerogear-controller-demo/cars?color=Gray"
Change By: Daniel Bevenius (03/Jan/13 2:59 AM)
Status: Open Pull Request Sent
Git Pull Request: https://github.com/aerogear/aerogear-controller-demo/pull/9
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