Ickbinet
Ickbinet
Hi, Some weeks ago `HalFormsAdaptingResponseBodyAdvice `was introduced. It checks if the response body has affordances and if not rejects HAL-FORMS requests with a 406 response. I am not sure if...
Hi, when I request an ALPS profile with e.g. `accept:text/html` the `AlpsController` returns with `Content-Type: text/html`, but it should return with status 406. When `accept:text/html,*/*` it returns with `text/html` too,...
**Community Note** * Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request * Please do not...
At the moment only json as request body content type is supported. If a hal form does not support this content-type the form should be not available in the hal...
When a hal form contains a property with type file it still uses a JSON request body.
https://rwcbook.github.io/hal-forms/#_code_type_code "Possible settings for the type value adn teh expected contents to be returned inthe are:" Should be?: "Possible settings for the type value and the expected contents to be...
Hi, in my opinion a template should allow a list of content types instead of only one. Format maybe like the http accept header.
Is it possible to define properties which accept arbitrary key/value pairs? For example when the server accepts a Map as request body. Like properties: * or so... ``` POST /foo...
At the moment options can only be added via HalFormsConfiguration for certain input classes' properties. It would be more flexible when PropertyMetadata would support it too, because there are use...