-
Bug
-
Resolution: Done
-
Major
-
9.2.0.Final
-
None
-
None
The REST server fails to parse
text/html, image/gif, image/jpeg, *; q=.2, */*; q=.2
According to RFC-2616, media-range is defined as
media-range = ( "*/*" | ( type "/" "*" ) | ( type "/" subtype ) ) *( ";" parameter )
and * is not valid, but the java internal http client sends this in its default requests. More info in https://bugs.openjdk.java.net/browse/JDK-8163921.
- causes
-
JDG-1487 rest-endpoint quickstart returns HTTP response code: 406
- Closed