jruby-rack
jruby-rack copied to clipboard
Rack for JRuby and Java appservers
Bumps [tzinfo](https://github.com/tzinfo/tzinfo) from 0.3.29 to 0.3.61. Release notes Sourced from tzinfo's releases. v0.3.61 Fixed a relative path traversal bug that could cause arbitrary files to be loaded with require from...
Bumps [rack](https://github.com/rack/rack) from 1.3.2 to 1.3.10. Changelog Sourced from rack's changelog. [1.1.6, 1.2.8, 1.3.10] 2013-02-07 Fix CVE-2013-0263, timing attack against Rack::Session::Cookie [1.5.1] 2013-01-28 Rack::Lint check_hijack now conforms to other parts...
Bumps [spring-core](https://github.com/spring-projects/spring-framework) from 3.2.10.RELEASE to 5.2.22.RELEASE. Release notes Sourced from spring-core's releases. v5.2.22.RELEASE :star: New Features Refine CachedIntrospectionResults property introspection #28446 :lady_beetle: Bug Fixes Ignore invalid STOMP frame #28444 v5.2.21.RELEASE...
Bumps [sinatra](https://github.com/sinatra/sinatra) from 1.0 to 2.2.0. Changelog Sourced from sinatra's changelog. 2.2.0 / 2022-02-15 Handle EOFError raised by Rack and return Bad Request 400 status. #1743 by tamazon Minor refactors...
I'm maintaining a project that was developed using JRuby and rack - deployed onto tomcat. With the latest break-the-world change: https://www.i-programmer.info/news/80-java/14216-jakarta-ee-9-released.html This project is now useless for Tomcat 10, and...
For a Rails app running under Tomcat via Warbler, upgrading from JRuby 9.1.17.0 (Ruby 2.3.3 compatibility) to JRuby 9.2.14.0 (Ruby 2.5.7 compatibility) with jruby-rack 1.1.21 gives me the following new...
I recently upgraded a rails app and was deploying it to our `staging` environment with warbler. Every time I made a web request to it though, I kept hitting an...
Bumps [rack](https://github.com/rack/rack) from 1.2.1 to 2.1.4. Changelog Sourced from rack's changelog. Changelog All notable changes to this project will be documented in this file. For info on how to format...
Bumps [rack](https://github.com/rack/rack) from 1.3.3 to 2.2.3. Changelog Sourced from rack's changelog. Changelog All notable changes to this project will be documented in this file. For info on how to format...
Hi, Is it possible to add support for WebSockets ? I try to use faye with jruby-rack but it doesn't work. It's now compatible with JRuby and works well with...