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
If only HAL is registered via @EnableHypermediaSupport, and the client requests Collection+JSON via an Accept header, Spring Framework will fall back to it's handler for application/*-json.
Is this proper behavior? If not, what is?
This is a continuation of the discussion from #1064.