When a request method unsupported by the framework or application comes in, what do you think should happen? Currently, the framework produces a warning and notice message:
Warning: Invalid argument supplied for foreach() in C:\Users\[user name]\Documents\Dev\Web\Sites\IssueTracker\dooframework\uri\DooUriRouter.php on line 271
( ! ) Notice: Uninitialized string offset: 0 in C:\Users\[user name]\Documents\Dev\Web\Sites\IssueTracker\dooframework\uri\DooUriRouter.php on line 397
I think this situation should produce an exception so that an app could deal with that situation gracefully. I'd also like a default action taken, along the lines of what we have discussed before -- a default action with a possibility to change it by the user of the framework.
