-
Notifications
You must be signed in to change notification settings - Fork 40.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add configuration property for supported media types with reactive Mustache views #28858
Comments
Yes, To be consistent with Thymeleaf in this area, it looks like we're missing a |
There's already a
We should double-check each of these as part of separating out the reactive- and servlet-specific properties. |
Rearranging the properties to make it clear which are Servlet-specific has been done in #30273. |
MustacheProperties
has acontent-type
but this isn't a list and isn't used in the reactive case.Spring Boot has support for Thymeleaf (reactive only?) configuration to set the support media types of the views as a list, so it seems like they could be more consistent.
The text was updated successfully, but these errors were encountered: