kwin commented on code in PR #1894:
URL: https://github.com/apache/maven-resolver/pull/1894#discussion_r3326515981
##########
maven-resolver-spi/src/main/java/org/eclipse/aether/spi/connector/transport/http/RFC9457/RFC9457Reporter.java:
##########
@@ -36,6 +36,7 @@
*/
public abstract class RFC9457Reporter<T, E extends Exception, R> {
public static final String CONTENT_TYPE_PROBLEM_DETAILS_JSON =
"application/problem+json";
+ public static final String CONTENT_TYPE_PROBLEM_DETAILS_JSON_WITH_ANY =
"application/problem+json, */*";
Review Comment:
```suggestion
public static final String CONTENT_TYPE_PROBLEM_DETAILS_JSON_AND_ANY =
"application/problem+json, */*";
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]