spring-hateoas icon indicating copy to clipboard operation
spring-hateoas copied to clipboard

Provide `HttpMessageConverter` for HAL-FORMS to fall back to HAL as content type

Open odrotbohm opened this issue 1 year ago • 0 comments
trafficstars

If the HAL-FORMS related processing of a RepresentationModel ends up without any templates added to the response, it would be nice if there was an easy way to fall back to HAL as media type of that response.

HAL Explorer currently only inspects the Content-Type for HAL-FORMS and disables all interaction elements not covered by templates. This causes issues for Spring Data REST's default resources.

odrotbohm avatar Sep 18 '24 11:09 odrotbohm