public
Description: Ruby on Rails
Homepage: http://rubyonrails.org
Clone URL: git://github.com/rails/rails.git
Search Repo:
Forgotten changelog entry


git-svn-id: 
http://svn-commit.rubyonrails.org/rails/branches/1-2-stable@7721 
5ecf4fe2-1ee6-0310-87b1-e25e094e27de
NZKoz (author)
Mon Oct 01 22:52:16 -0700 2007
commit  70a8e6a7d11d53ff9af2f59b837037b7a9449ffd
tree    48a5519437b178ac42674ef2fa902b977b2208a6
parent  6c773706b44c4fe584e4e1ff563e789231df76c4
...
1
2
3
 
4
5
 
6
7
8
...
1
2
 
3
4
 
5
6
7
8
0
@@ -1,8 +1,8 @@
0
 *SVN*
0
 
0
-* Change the resource seperator from ; to / change the generated routes to use the new-style named routes. e.g. new_group_user_path(@group) instead of group_new_user_path(@group). [pixeltrix]
0
+* Only accept session ids from cookies, prevents session fixation attacks. [bradediger]
0
 
0
-
0
+* Change the resource seperator from ; to / change the generated routes to use the new-style named routes. e.g. new_group_user_path(@group) instead of group_new_user_path(@group). [pixeltrix]
0
 
0
 * Integration tests: introduce methods for other HTTP methods. #6353 [caboose]
0
 

Comments

    No one has commented yet.