zendframework / zend-stratigility

Middleware for PHP built on top of PSR-7 and PSR-15
BSD 3-Clause "New" or "Revised" License
235 stars 57 forks source link

Forward port test from v2 series regarding path truncation #170

Closed weierophinney closed 6 years ago

weierophinney commented 6 years ago

In #168, we received a report indicating that path matching within PathMiddlewareDecorator fails if the path is the same, but using a different case.

This patch forward-ports the test from patch 44f8885 to the 3.0 series; the 3.0 series was already working correctly.