Closed joffrey-bion closed 7 years ago
From the Spring documentation:
Expressions can be negated by using the "!" operator, as in "!text/plain", which matches all requests with a Accept other than "text/plain".
Accept
We can consider it already supported as this is just informative media type. The negated media-type will be presented as such in the doc and thus does not need any particular implementation effort.
From the Spring documentation: