On Sep 26, 2006, at 4:58 AM, Karoly Negyesi wrote:
At mentioned in the third meeting, Steven pointed out that my system is vulnerable to a simple DoS attack so now menu item definitions are limited to 6 parts. I can hardly imagine this being a real limitation, I can consider raising it to seven but definitely not more. We are shooting at what's useable not all possible cases.
folks should keep in mind that the 6th part would still contain the rest of the URL (we just limit an explode on '/', so we get an array of at most 6 elements). if you *desperately* needed to register different menu items, you could (with some limitations), and you'd still be able to get to the whole path via arg(X), even if some crazy URL ended up being 8 or 9 levels deep. On Sep 26, 2006, at 8:36 AM, Jeff Eaton wrote:
Separate hooks with clear meanings is a happy thing, IMO at least.
+1 to that. ;) overall, i love it. thanks to everyone involved, especially chx "the midwife". ;) -derek