• R
    Use the configured charset for part headers · 75117f42
    Rossen Stoyanchev 提交于
    This comment extends the use of the charset property in
    FormHttpMessageConverter to also include multipart headers with a
    default of UTF-8.
    
    We now also set the charset parameter of the "Content-Type" header to
    indicate to the server side how to decode correctly.
    
    Issue: SPR-15205
    75117f42
FormHttpMessageConverter.java 18.1 KB