1. 23 11月, 2008 1 次提交
  2. 13 11月, 2008 1 次提交
  3. 08 11月, 2008 1 次提交
  4. 12 5月, 2008 1 次提交
    • P
      Bug: Earlier Check for Session in Forgery Protection · 2a986200
      Peter Jones 提交于
      The session is used by the form_authenticity_token method before it is
      tested to be valid.  This patch moves a few lines around so that the
      session is validated first.
      
      Without this patch, if you try to use forgery protection with sessions
      turned off, you get this exception message:
      
        undefined method `session_id' for {}:Hash
      
      The patch includes a test that can be used to see this behavior before
      the request_forgery_protection.rb file is patched to fix it.
      2a986200
  5. 06 5月, 2008 2 次提交
  6. 09 1月, 2008 1 次提交
  7. 05 1月, 2008 1 次提交
  8. 02 10月, 2007 1 次提交
  9. 29 9月, 2007 2 次提交
  10. 28 9月, 2007 1 次提交
  11. 26 9月, 2007 1 次提交
  12. 25 9月, 2007 1 次提交
  13. 24 9月, 2007 1 次提交
  14. 23 9月, 2007 1 次提交