Pedro Igor commented on Bug PLINK-183

Also, you have configured a route to support OPTIONS:

route()
.from("/mycars")
.on(RequestMethod.OPTIONS, RequestMethod.GET)
.produces(JSON, JSP)
.to(Cars.class).mycars();

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