spring-attic / spring-social-samples

Samples of using Spring Social
http://projects.spring.io/spring-social
Apache License 2.0
531 stars 811 forks source link

Fix UTF-8 support (Maven configuration & template rendered) #31

Open vbauer opened 10 years ago

vbauer commented 10 years ago

There are some problems with Cyrillic symbols and ThymeleafViewResolver. AbstractThymeleafView does not use UTF-8 by default (see AbstractThymeleafView.DEFAULT_CONTENT_TYPE)

This patch helps to resolve it.