Skip to content

Commit

Permalink
Fixed issue filip26#191 (invalid accept header).
Browse files Browse the repository at this point in the history
  • Loading branch information
aixigo-soffermann authored Oct 1, 2021
1 parent 4b0cf96 commit cd00480
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ public static final String getAcceptHeader(final Collection<String> profiles) {

builder.append(',');
builder.append(MediaType.JSON.toString());
builder.append(";q=0.9,*/*;q=0.8");
builder.append(";q=0.9,*/*;q=0.1");
return builder.toString();
}

Expand Down

0 comments on commit cd00480

Please sign in to comment.