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

Update status code handling for compatibility with Rack 2.1 #161

Merged
merged 1 commit into from
Jan 16, 2020

Conversation

cbeer
Copy link
Contributor

@cbeer cbeer commented Jan 13, 2020

This commit in Rack 2.1 has it validating status code symbols instead of defaulting to a 500 error on any unknown status.

This commit in [Rack 2.1](rack/rack@e6bdee4) has it validating status code symbols instead of defaulting to a 500 error on any unknown status.
@thbar
Copy link

thbar commented Jan 15, 2020

Without this fix, you can't upgrade to Rack 2.1+ (you would get an Unrecognized status code :error).

Copy link
Contributor

@anfleene anfleene left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the Patch!

@anfleene anfleene merged commit f79a7f7 into sportngin:master Jan 16, 2020
@pbyrne pbyrne mentioned this pull request Mar 20, 2020
ndushay added a commit to sul-dlss/preservation_catalog that referenced this pull request Mar 30, 2020
ndushay added a commit to sul-dlss/preservation_catalog that referenced this pull request Mar 30, 2020
ndushay added a commit to sul-dlss/preservation_catalog that referenced this pull request Mar 30, 2020
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