-
**Description**
With 3.2 there are two different ways in which error responses are created:
1) When the problem occurs while routing or authentication, Symfony's own `ProblemNormalizer` is used.
…
-
**Description**
> Finally, the server SHOULD provide error descriptions using an [[RFC7807](https://www.hydra-cg.com/spec/latest/core/#bib-rfc7807)] standard by using an application/problem+json re…
-
**API Platform version(s) affected**: 3.2.7
**Description**
Configuration `enable_docs: false` trigger a RouteNotFoundException.
```
Symfony\Component\Routing\Exception\RouteNotFoundExceptio…
-
**Describe the bug**
In an application (using Spring Boot 3.0.1) the response body does not match the `Content-Type` header for a 403 Forbidden response if the request contains the header `Accept…
-
This is a proposal for OpenAPI.next.
---
One of the foundations of REST are media types (inherited from MIME, such as `text/html`). A media type defines how a resource representation might look like…
ePaul updated
9 months ago
-
[RFC 9457](https://www.rfc-editor.org/rfc/rfc9457) obsoletes [RFC 7807](https://www.rfc-editor.org/rfc/rfc7807). We should update this repo accordingly:
- [x] Check if we are compliant with [RFC 94…
-
When lines like [this](https://github.com/danielgtaylor/huma/blob/main/context.go#L310) are triggered, they don't return a `500 Internal Server Error` (and ideally an RFC 7807 problem report). Instea…
-
**API Platform version(s) affected**: 3.2.4
**Description**
We build a Hydra-based API that returns mostly json-ld.
***Behaviour in 3.1***
(Almost) every error response the API returned cont…
-
**API Platform version(s) affected**: 3.2.5
**Description**
Migrated from 3.2.4 to 3.2.5. Now some responses structure have changed (see screenshots below).
The given example is a simple attrib…
-
After #27052, each Spring MVC / WebFlux exception implements `ErrorResponse` and exposes `ProblemDetail` for the response body. By default, the "detail" field is set to a minimal message (and not than…