Skip to content

Path pattern of single asterix (/*) fails to match zero or more characters #1

Description

@poshjosh

As per the PathPatterns spec, a pattern of /* should match zero or more characters. See spec

However, the following is the current state:

Pattern Expected Actual
/ match no -match
/abc match match
/abc/def no-match match

The first and third cases fail

Failing test MethodLevelPathPatternsTest.java#L34

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions