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 don't know if that's intended. It seems inconsistent to me at the very least. The following calls with an Accept header set to application/json fail with a 406:
I am not sure it is worth rejecting anything that doesn't ask specifically for HAL but if we do it, then I believe the releases endpoint should reject such request as well.
The text was updated successfully, but these errors were encountered:
I don't know if that's intended. It seems inconsistent to me at the very least. The following calls with an
Accept
header set toapplication/json
fail with a 406:However calling https://api.spring.io/projects/spring-boot/releases work.
I am not sure it is worth rejecting anything that doesn't ask specifically for HAL but if we do it, then I believe the releases endpoint should reject such request as well.
The text was updated successfully, but these errors were encountered: