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

Custom ports, support for Rails 2.3/Rack 1.1 #23

Merged
merged 2 commits into from
May 11, 2011

Conversation

natacado
Copy link
Contributor

These two commits add one minor feature (the ability to redirect to a custom HTTP/HTTPS port) and implements an often-patched workaround for Rails 2.3.10+ weird implemention of headers['Set-Cookie'] being an array instead of a string.

natacado added 2 commits May 10, 2011 16:38
Rack 1.1 / Rails 2.3.10 and higher (but not Rails 3.0 or later versions
of Rack) treat the Set-Cookie header as an array instead of a string.

This simply allows us to process those headers properly for these
versions.
thibaudgg added a commit that referenced this pull request May 11, 2011
Custom ports, support for Rails 2.3/Rack 1.1
@thibaudgg thibaudgg merged commit 347021e into tobmatth:master May 11, 2011
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.

2 participants