Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Bug in debug:container search #25107

Copy link
Copy link
Closed
Closed
Copy link
@Vinorcola

Description

@Vinorcola
Issue body actions
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

      Morty Proxy This is a proxified and sanitized view of the page, visit original site.