• A
    Fix using system default charset in view rendering · 5f941c1d
    Arjen Poutsma 提交于
    Prior to this commit, FreeMarkerView used the system default charset to
    render. This commit switches this by defaulting to UTF-8, if no charset
    is specified in the content type.
    
     - Add contentType parameter to AbstractView.renderInternal, used to
     determine the charset contained therein
     - Adds a defaultCharset property to AbstractView and
     ViewResolverSupport.
    5f941c1d
ViewResolverSupport.java 3.2 KB