You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a resource subclass that provides HTML and JSON representations using @Get("html") and @Get("json") annotations. In Java 8, the correct representation is returned based on the value of the Accept header. In Java 9, the Accept header is not respected and HTML is always returned.