app-zap / PHPFramework

A lightweight PHP framework as a composition of different good features and concepts of other frameworks intended for easy use and fast development
Other
4 stars 1 forks source link

Routing: Infinite loop on HttpErrorException #59

Closed smichaelsen closed 9 years ago

smichaelsen commented 9 years ago

When throwing an HttpErrorException the dispatcher tries to route to a Http error page. If none is defined an new HttpErrorException is thrown which results in an infinite loop.