1. 07 11月, 2015 4 次提交
    • R
      Expand range of whitelisted extensions by media type · a3168fde
      Rossen Stoyanchev 提交于
      This commit expands the range of whitelisted extensions by checking
      if an extension can be resolved to image/*, audo/*, video/*, as well
      as any content type that ends with +xml.
      
      Issue: SPR-13643
      a3168fde
    • R
      Whitelist extension if present in the request mapping · 237439ef
      Rossen Stoyanchev 提交于
      We know skip the Content-Disposition header for any extension if the
      chosen request mapping explicitly contains the URl extension.
      
      Issue: SPR-13629
      237439ef
    • B
      Do not process undefined conditional HTTP requests · 88936632
      Brian Clozel 提交于
      Prior to this change, the HttpEntityMethodProcessor would try to process
      conditional requests that are undefined by the spec, such as:
      
      * an HTTP GET request with "If-None-Match:*"
      * a request with both "If-None-Match" and "If-Match"
      * a request with both "If-None-Match" and "If-Unmodified-Since"
      
      This commit skips the processing of those requests as conditional
      requests and continues with normal request handling.
      
      Issue: SPR-13626
      88936632
    • J
      Upgrade to Undertow 1.3.5 · 9f4c9d7f
      Juergen Hoeller 提交于
      9f4c9d7f
  2. 06 11月, 2015 6 次提交
  3. 05 11月, 2015 8 次提交
  4. 03 11月, 2015 7 次提交
  5. 02 11月, 2015 6 次提交
  6. 01 11月, 2015 2 次提交
  7. 30 10月, 2015 5 次提交
  8. 29 10月, 2015 2 次提交