jruby-rack
jruby-rack copied to clipboard
Rack for JRuby and Java appservers
Bumps [rake](https://github.com/ruby/rake) from 0.9.2 to 13.0.1. Changelog *Sourced from [rake's changelog](https://github.com/ruby/rake/blob/master/History.rdoc).* > === 13.0.1 > > ==== Bug fixes > > * Fixed bug: Reenabled task raises previous exception on...
Bumps [i18n](https://github.com/svenfuchs/i18n) from 0.6.0 to 0.9.5. Release notes *Sourced from [i18n's releases](https://github.com/svenfuchs/i18n/releases).* > ## v0.9.5 > * [#404](https://github-redirect.dependabot.com/svenfuchs/i18n/issues/404) reported a regression in 0.9.3, which wasn't fixed by 0.9.4. [#408](https://github-redirect.dependabot.com/svenfuchs/i18n/issues/408) fixes...
Bumps [jquery-rails](https://github.com/rails/jquery-rails) from 1.0.14 to 3.1.3. Changelog *Sourced from [jquery-rails's changelog](https://github.com/rails/jquery-rails/blob/master/CHANGELOG.md).* > ## 3.1.3 (16 June 2015) > > - Fix CSP bypass vulnerability. CVE-2015-1840 > > ## 3.1.2 (1...
Bumps [rdoc](https://github.com/ruby/rdoc) from 3.9.4 to 3.12.2. Changelog *Sourced from [rdoc's changelog](https://github.com/ruby/rdoc/blob/master/History.rdoc).* > === 3.12.2 / 2013-02-24 > > * Bug fixes > * Fixed bug in syntax-highlighting that would corrupt...
Bumps [sprockets](http://getsprockets.org/) from 2.0.0 to 2.0.5. [](https://help.github.com/articles/configuring-automated-security-fixes) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...
I have discovered an infinite loop possibility in `JRuby::Rack::Session::SessionStore`: https://github.com/jruby/jruby-rack/blob/5854db81cba68ec828908ca1cb646b896faeec64/src/main/ruby/jruby/rack/session_store.rb#L85-L101 In the Java EE documentation for HttpServletRequest#getSession(boolean create), it says: > If the container is using cookies to maintain session...
**JRuby-Rack** **1.2** is aimed as a cleanup release which might break some binary compatibility with 1.1.x when its worth (a badly designed API or due performance reasons). This should only...
We have a controller PUT request which is receiving a zip file in the body as binary blob. Using the rubyzip-gem with MRI we can use this: ```ruby Zip::File.open_buffer request.body...
due magic-threading in `ActionController::Live` "middleware" ... ## This issue seems to be lacking activity, you can change that by **[posting a bounty](https://www.bountysource.com/issues/1446576-live-streaming-rails-4-x-likely-broken)**.
Does JRuby-Rack support asynchronous processing as in Java Servlet 3.0 API ? As I know, we can create an async. servlet (http://developerlife.com/tutorials/?p=1437). Is there anyway we can do that with...