Problem/Motivation
When the path of a breadcrumb item contains a colon, a 400 HTTP response with 'Invalid URI.' as body is displayed.
Proposed resolution
Url encode paths before passing them to Request::create() in EasyBreadcrumbBuilder::getRequestForPath().
Issue fork easy_breadcrumb-3609006
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #3
dieterholvoet commentedComment #4
greg boggsAwesome, thanks for the fix!