The "Exclude" setting of the Webprofiler does not work with language prefixed paths.

I believe the WebprofilerRequestMatcher::matches method should use Drupal's CurrentPathStack::getPath instead of Symfony's Request::getPathInfo.

Comments

semiaddict created an issue. See original summary.

semiaddict’s picture

Version: 8.x-3.x-dev » 8.x-2.x-dev
Status: Active » Needs work
StatusFileSize
new4.24 KB

Attached is a patch that can be applied against the 8.x-2.x.

semiaddict’s picture

Status: Needs work » Needs review
semiaddict’s picture

StatusFileSize
new2.07 KB

Fixed patch file encoding.