[Corona] Remove response handling from front controller class
Review Request #171 — Created Oct. 7, 2013 and submitted
| Information | |
|---|---|
| pprkut | |
| Lunr | |
| pprkut:locator | |
| Reviewers | |
| lunr | |
This does not really work as expected when you chain front controller calls (e.g. when looking for controllers in multiple locations). It would add a lot of unnecessary work in index.php (or wherever) to cleanup the response in case you do find a valid controller.
Unit tests
