• R
    Add options to configure content negotiation · 028e15fa
    Rossen Stoyanchev 提交于
    The MVC Java config and the MVC namespace now support options to
    configure content negotiation. By default both support checking path
    extensions first and the "Accept" header second. For path extensions
    .json, .xml, .atom, and .rss are recognized out of the box if the
    Jackson, JAXB2, or Rome libraries are available. The ServletContext
    and the Java Activation Framework may be used as fallback options
    for path extension lookups.
    
    Issue: SPR-8420
    028e15fa
可在Tags中查看这些版本中当前仓库的状态.
changelog.txt 68.3 KB