spring-boot/spring-boot-project/spring-boot-actuator/src
Andy Wilkinson b375f9fac0 Ignore parameters when checking if */* is accepted
Previously the parameters were not ignored so */*;q=0.8 was not
identified as accepting */*. As a result, the most recent producible
content type was returned rather than the default.

This commit updates the argument resolver to ignore parameters.
The default content type is now produced in response to a request
that accepts */*, irrespective of its parameters.

Fixes gh-28446
2021-10-28 12:27:34 +01:00
..
main Ignore parameters when checking if */* is accepted 2021-10-28 12:27:34 +01:00
test Ignore parameters when checking if */* is accepted 2021-10-28 12:27:34 +01:00