laminas-mvc
laminas-mvc copied to clipboard
Laminas's event-driven MVC layer, including MVC Applications, Controllers, and Plugins
According to the [WC3 Specifictations](http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html) the Server should try to satisfy accept headers in order. Currently the order of the content-types in the `Accept` header is not respected. So when...
This issue has been moved from the `zendframework` repository as part of the bug migration program as outlined here - http://framework.zend.com/blog/2016-04-11-issue-closures.html --- Original Issue: https://api.github.com/repos/zendframework/zendframework/issues/7674 User: @parkbot Created On: 2016-02-19T00:12:44Z...
I get an unable to render template error when i do not over-ride the AbstractRestfulController method. By default, the response code is set and an array is returned which appears...
The `ServiceListenerFactory` is actually missing some aliases. I've added the missing ones and fixed the old unit tests which provided non-matching configuration to the unit test either. For ZF4 we...
This issue has been moved from the `zendframework` repository as part of the bug migration program as outlined here - http://framework.zend.com/blog/2016-04-11-issue-closures.html --- Original Issue: https://api.github.com/repos/zendframework/zendframework/issues/7457 User: @0xPaul Created On: 2015-04-22T09:29:40Z...
This issue has been moved from the `zendframework` repository as part of the bug migration program as outlined here - http://framework.zend.com/blog/2016-04-11-issue-closures.html --- Original Issue: https://api.github.com/repos/zendframework/zendframework/issues/7395 User: @tylkomat Created On: 2015-04-01T07:27:21Z...
This issue has been moved from the `zendframework` repository as part of the bug migration program as outlined here - http://framework.zend.com/blog/2016-04-11-issue-closures.html --- Original Issue: https://api.github.com/repos/zendframework/zendframework/issues/7185 User: @bakura10 Created On: 2015-02-05T15:11:06Z...
I noticed that most services defined in the `Zend\Mvc\Service\ServiceListenerFactory` still use strings for the services names instead of class names. https://github.com/zendframework/zend-mvc/blob/develop/src/Service/ServiceListenerFactory.php It looks a little inconsequent in a factory when...
When I have an exception in a "view" from a ViewHelper I recive a generic message : "An error occurred during execution; please try again later. No Exception available" without...
The question is simple: do we really need notFoundAction? https://github.com/zendframework/zend-mvc/blob/master/src/Controller/AbstractActionController.php#L43 I don't think so... My problems: 1. It's not triggering a dispatch error, while all other and similar (!) errors...