• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

zendframework / zend-stratigility / 511 / 5
91%
master: 99%

Build:
Build:
LAST BUILD BRANCH: develop
DEFAULT BRANCH: master
Ran 16 Apr 2018 05:18PM UTC
Files 26
Run time 1s
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

16 Apr 2018 05:16PM UTC coverage: 90.728%. Remained the same
DEPS=locked LEGACY_DEPS="doctrine/instantiator malukenho/docheader" CS_CHECK=true TEST_COVERAGE=true

Pull #169

travis-ci

web-flow
Fixes path truncation in PathMiddlewareDecorator to be case insensitive

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

Interestingly, we _match_ it correctly; the problem is when _preparing
the truncated path_ to pass on to the decorated middleware, as it cannot
identify the matched segment correctly.

This patch modifies the logic in `getTruncatedPath()` to do a
case-insensitive comparison of the segment and the path in the initial
condition.
Pull Request #169: Fixes path truncation in PathMiddlewareDecorator to be case insensitive

274 of 302 relevant lines covered (90.73%)

17.53 hits per line

Source Files on job 511.5 (DEPS=locked LEGACY_DEPS="doctrine/instantiator malukenho/docheader" CS_CHECK=true TEST_COVERAGE=true)
  • Tree
  • List 0
  • Changed 2
  • Source Changed 1
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 443
  • Travis Job 511.5
  • 3b8aa503 on github
  • Prev Job for DEPS=locked LEGACY_DEPS="doctrine/instantiator malukenho/docheader" CS_CHECK=true TEST_COVERAGE=true on release-2.2 (#506.5)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc