1. 20 8月, 2015 1 次提交
  2. 30 6月, 2015 1 次提交
  3. 30 3月, 2015 1 次提交
  4. 11 6月, 2013 1 次提交
  5. 25 3月, 2013 1 次提交
  6. 15 10月, 2012 1 次提交
  7. 13 10月, 2012 1 次提交
  8. 10 10月, 2012 1 次提交
  9. 25 4月, 2012 1 次提交
    • J
      Remove default match without specified method · 56cdc81c
      Jose and Yehuda 提交于
      In the current router DSL, using the +match+ DSL
      method will match all verbs for the path to the
      specified endpoint.
      
      In the vast majority of cases, people are
      currently using +match+ when they actually mean
      +get+. This introduces security implications.
      
      This commit disallows calling +match+ without
      an HTTP verb constraint by default. To explicitly
      match all verbs, this commit also adds a
      :via => :all option to +match+.
      
      Closes #5964
      56cdc81c
  10. 08 4月, 2012 1 次提交
  11. 06 1月, 2012 1 次提交
  12. 04 9月, 2011 1 次提交
  13. 01 9月, 2011 1 次提交
  14. 26 8月, 2011 1 次提交
  15. 25 8月, 2011 1 次提交