Skip to content

v1.7.4

Pre-release
Pre-release
Compare
Choose a tag to compare
@jtuttle jtuttle released this 15 Jul 18:18
· 1677 commits to master since this release

Fixed

  • The default content type for requests is now set at the beginning of the
    Rack middleware chain, so that the content type is available for
    subsequent middleware (cyberark/conjur#1622)
  • The default content type middleware now correctly checks for the
    absence of the Content-Type header
    (cyberark/conjur#1622)