-
Notifications
You must be signed in to change notification settings - Fork 137
Add Rack::Handler::Servlet::DefaultEnv#get_header #212
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
Add Rack::Handler::Servlet::DefaultEnv#get_header #212
Conversation
Add missing methods to handle ActionController::Base#reset_session
thanks for getting sessions working, hopefully the rest of the code-base is compatible with Rails 5.x as well :) |
I just bumped the rack version to 2.0.3 and everything is passing! I think that may be the best way to test it, no? Without my changes there are 3 failures:
|
OK, thanks. Yes the bump is a good preliminary test. However, for 1.1.x line we should not update the (bundled) rack version, unsure of Rack 2.0's details but tests are likely no where near testing it our for real on a servlet container. So the version bump should get reverted. |
This reverts commit d25dd89.
That makes sense. I've added a revert commit. All seems to be well with Rails 5.1.3 and JRuby 9.1.12.0 just so you know! |
looking good, thank you! 1.1 release hopefully next week or so ... |
Fixes #211