ring-clojure / ring-defaults

A library to provide sensible Ring middleware defaults
MIT License
345 stars 32 forks source link

Change :absolute-redirects default to false #40

Closed jumarko closed 2 years ago

jumarko commented 2 years ago

RFC 2616 required the Location header to be an absolute URL, but this has been superseded by RFC 7231 (section 7.1.2).

atomist[bot] commented 2 years ago

Commit messages of this repository should follow the seven rules of a great Git commit message, as mentioned in the project's contributing guidelines. It looks like there's a few issues with the commit messages in this pull request:

weavejester commented 2 years ago

Can you change the commit message to:

Change :absolute-redirects default to false

RFC 2616 required the Location header to be an absolute URL, but this
has been superseded by RFC 7231 (section 7.1.2).

Fixes #39.
jumarko commented 2 years ago

@weavejester updated - thanks for the improved message!