limited number of uri segments that a request can have.

This commit is contained in:
Taylor Otwell
2011-12-30 11:24:15 -06:00
parent d10aa7b27a
commit 09d1c85e98
3 changed files with 18 additions and 1 deletions

View File

@@ -1,5 +1,13 @@
# Laravel Change Log
## Version 2.0.8
- Fix: Limited URI segments to 20 to protect against DDoS.
### Upgrading from 2.0.7
- Replace **laravel** directory.
## Version 2.0.7
- Fix: Fixed raw_where in query builder.