Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

INT-2995: Fix HttpHeaders inconsistency #813

Closed
wants to merge 1 commit into from

Commits on May 29, 2013

  1. INT-2995: Fix HttpHeaders inconsistency

    Previously, 'If-Modified-Since' and 'If-Unmodified-Since' HTTP headers were incorrectly processed
    within from/to HTTP headers mapping, because Spring-Web `HttpHeaders` has confused method name, see:
    https://jira.springsource.org/browse/SPR-10600
    
    * fix 'If-Modified-Since' and 'If-Unmodified-Since' processing independently from `HttpHeaders`
    * add fallback to formatted string for date ware HTTP headers
    * add Spring Integration HTTP proxy scenario test
    
    JIRA: https://jira.springsource.org/browse/INT-2995
    artembilan committed May 29, 2013
    Copy the full SHA
    1525611 View commit details
    Browse the repository at this point in the history