public
Description: Ruby on Rails
Homepage: http://rubyonrails.org
Clone URL: git://github.com/rails/rails.git
Fixed that forgery protection can be used without session tracking (Peter Jones) 
[#139 state:resolved]
dhh (author)
Sun May 11 11:28:50 -0700 2008
commit  0dabb5b7ab3fad23da91a2312f7b586855d52f4a
tree    452cd435644f94cd77dfe72334f52ffd99d2bf65
parent  2a986200b9a6be0f68a0db504dc478da04842dee
...
1
2
 
 
3
4
5
...
1
2
3
4
5
6
7
0
@@ -1,5 +1,7 @@
0
 *SVN*
0
 
0
+* Fixed that forgery protection can be used without session tracking (Peter Jones) [#139]
0
+
0
 * Added session(:on) to turn session management back on in a controller subclass if the superclass turned it off (Peter Jones) [#136]
0
 
0
 * InstanceTag#default_time_from_options with hash args uses Time.current as default; respects hash settings when time falls in system local spring DST gap [Geoff Buesing]

Comments