Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Bug in debug:container search #25107

Closed
Closed
@Vinorcola

Description

@Vinorcola
Q A
Bug report? yes
Feature request? no
BC Break report? no
RFC? no
Symfony version 3.4.0-RC1

The search mode is buggy for FQCN service IDs: it doesn't detect the letters following the "\" it seems.

Example:

I have registered a service "Repository\Main\CustomerRepository"

php bin/console deb:cont cus

Select one of the following services to display its information:
  [0] security.authentication.custom_success_handler
  [1] security.authentication.custom_failure_handler

php bin/console deb:cont ust

 Select one of the following services to display its information:
  [0] Repository\Main\CustomerRepository
  [1] AppBundle\Main\Security\CustomerManagementVoter
  [2] AppBundle\Main\Model\CustomerManagementModel
  [3] security.authentication.trust_resolver
  [4] security.authentication.custom_success_handler
  [5] security.authentication.custom_failure_handler
  [6] instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.AppBundle\Main\Security\CustomerManagementVoter
  [7] abstract.instanceof.AppBundle\Main\Security\CustomerManagementVoter

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions