trailing slash in basePath breaks the validation

Issue #87 resolved
Arash Bizhan created an issue

If I add a trailing slash to the basePath, it breaks the validation For example if:

basePath: /api/v1

it passes the validation.

But if

basePath: /api/v1/

Validator cannot find the url.

The problem seems to be on NormalisedPathImpl somehow it mixes the number of pathParts

Comments (3)

  1. Log in to comment