Add Rack::Handler::Servlet::DefaultEnv#get_header#212
Add Rack::Handler::Servlet::DefaultEnv#get_header#212kares merged 4 commits intojruby:1.1-stablefrom
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