Closed popovserhii closed 6 years ago
@popovserhii
Please keep in mind, the route type Wildcard
is deprecated.
https://docs.zendframework.com/zend-router/routing/#zend92router92http92wildcard-deprecated
@froschdesign Does this mean that bug won't be fixed?
That‘s not the question! You should not use this route type because of the potential security issue.
I don't mind that there is a potential security issue. Could you give a link where I can read about this problem in more detail?
At the moment I can found only that: https://github.com/zendframework/zf2-documentation/issues/1320
I was inspired by Middleware and try it using with Zend MVC as described here. All worked well until I tried using Wildcard route. When a route has 'middleware' config key with an array of Middleware applied it arise error
rawurlencode() expects parameter 1 to be string, array given
inWildcard::assemble()
.Minimal
routes
configuration to get error