Skip to content

evaluate if we can support the path matching in handler.yml with or without trailing slash #2235

Open
@stevehu

Description

@stevehu
ie:

 Handler.yml:

- path /foo/v1
  - com.networknt.FooHandler

API consumer requests /foo/v1/

As it is, this fails to match the path, and so we have had to populate our handler.yml with dual path specs for every API to allow consumers to call our APIs with or without trailing slashes.  This is a nuisance and it would be great if we could auto-match these.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions