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

Do not lowercase header values. #29

Closed
wants to merge 1 commit into from

Conversation

cmdrkeene
Copy link

Important information (e.g. case sensitive authentication data) is lost.

RFC2616 specifies that while field names are case insensitive, field values are not.

The initial test suite was not green at the time of my fork. This change did not change the test suite status and this behavior appears untested.

Important information (e.g. case sensitive authentication data) is lost.

RFC2616 specifies that while field names are case insensitive, field values are not.
@coveralls
Copy link

Coverage Status

Coverage remained the same when pulling a8c1b64 on cmdrkeene:master into 2c1f0d7 on apiaryio:master.

@ecordell
Copy link
Contributor

ecordell commented Dec 6, 2013

It looks like this was fixed already? b9ad4c5

@cmdrkeene
Copy link
Author

Must have had an old version of dredd lying around.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants