Skip to content

Override toString() in all RequestMatcher implementations #5446

Closed
@wilkinsona

Description

@wilkinsona

It would improve Spring Security's diagnostics and make debugging a little easier if all RequestMatcher implementations overrode toString(). Based on find . -name "*RequestMatcher.java" | xargs grep -L 'String toString()', the following do not currently do so:

  • MvcRequestMatcher
  • AnyRequestMatcher
  • ELRequestMatcher
  • RegexRequestMatcher

Metadata

Metadata

Assignees

Labels

in: webAn issue in web modules (web, webmvc)type: enhancementA general enhancement

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions