File tree Expand file tree Collapse file tree 3 files changed +13
-2
lines changed Expand file tree Collapse file tree 3 files changed +13
-2
lines changed Original file line number Diff line number Diff line change
1
+ ## 1.1.18 (13/01/15)
2
+
3
+ - back-port Rack::ShowStatus to be used with out ErrorApp (contains XSS fix #190 )
4
+ - search rackup (config.ru) on context-classloader if not found elsewhere
5
+ - introduce a new ClassPathLayout where the whole app + gems are on CP (#191 )
6
+ - update to (vendored) rack ~ > 1.5.2 (for JRuby-Rack 1.1.x)
7
+ - use Rack::Utils.best_q_match in ErrorApp if available
8
+ - improved rack-compatibility for our "pure" servlet-env request env parsing
9
+ * raise a TypeError just like rack does when it detects invalid parameters
10
+ * compatibility with rack's parse_nested_query logic
11
+
1
12
## 1.1.17 (30/12/14)
2
13
3
14
This release changes deployment from codehaus.org to oss.sonatype.org for artifacts.
Original file line number Diff line number Diff line change 10
10
11
11
<groupId >org.jruby.rack</groupId >
12
12
<artifactId >jruby-rack</artifactId >
13
- <version >1.1.18-SNAPSHOT </version >
13
+ <version >1.1.18</version >
14
14
<name >JRuby-Rack</name >
15
15
<url >http://github.com/jruby/jruby-rack/</url >
16
16
<description >
Original file line number Diff line number Diff line change 7
7
8
8
module JRuby
9
9
module Rack
10
- VERSION = '1.1.18.SNAPSHOT '
10
+ VERSION = '1.1.18'
11
11
end
12
12
end
You can’t perform that action at this time.
0 commit comments