Revisit MediaType ordering #27580
Labels
in: web
Issues in web modules (web, webmvc, webflux, websocket)
type: enhancement
A general enhancement
Milestone
We should reconsider the way we order
MediaType
objects. Currently we useComparator
s to sort media types in order of preference, but those need to be transitive (see #27488). We should investigate other ordering mechanisms for 6.0, possibly dropping the comparators altogether in favor of a less restrictive, though possibly slower, ordering algorithm.The text was updated successfully, but these errors were encountered: