You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#2148 can be fixed by subclassing CharacterEncodingFilter to add an order but it should have also been possible to use a FilterRegistrationBean with an explicit ordering. Unfortunately this wouldn't have worked because the @ConditionalOnBean guard would have failed. A @ConditionalOnMissingServletInitializer would be generally useful.
The text was updated successfully, but these errors were encountered:
#2148 can be fixed by subclassing
CharacterEncodingFilter
to add an order but it should have also been possible to use aFilterRegistrationBean
with an explicit ordering. Unfortunately this wouldn't have worked because the@ConditionalOnBean
guard would have failed. A@ConditionalOnMissingServletInitializer
would be generally useful.The text was updated successfully, but these errors were encountered: