-
**Operating System**: Windows
**DocFX Version Used**: 2.59.0
**Template used**: default
**Steps to Reproduce**:
1. Create a default docset with `docfx init`.
2. Append the following to `i…
-
### Description
I request support for the `application/problem+json` Content-Type.
Calling API server returns error responses as `application/problem+json` which is defined by [RFC 7808](https:…
-
Since this module adds support for JSON "problem" structure, as per RFC 7807:
https://www.rfc-editor.org/rfc/rfc7807
it would make sense to add a link on README to make it easier to find, by any…
-
As part of our work on URL schemes and recommended common implementations, this issue covers using HTTP POST to send new resources from a client to a service. This issue is defined to allow discussion…
-
## Background and Motivation
Currently the ProblemDetail property in ProblemDetailsContext is init only, which makes it impossible to change the ProblemDetails instance to another type if wanted wh…
-
To be able to easily parse error messages it might be a good idea to return errors also as JSON Content-Type.
Currently you only get `text/html` as response Content-Type (at least for 404 status code…
-
In RESTDataSource.parseBody, it checks the media type of an API response as follows:
(contentType.startsWith('application/json') ||
contentType.startsWith('application/hal+json'))
…
-
Noticed some issues with errors that occur in backend of TRPC
Had some code failing in backend (always a possibility) - and that correctly errored out the TRCP mutation..
However - nothing was l…
-
**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
When merging two OpenAPI documents into one using the maven plugin, any field that has a `pattern` with escape characters has the backslash ('\\') duplicated in the resulting …