Skip to content
This repository has been archived by the owner on Nov 8, 2024. It is now read-only.

Reserved URI parameter "not found" #456

Closed
jackbentley opened this issue Mar 3, 2017 · 2 comments
Closed

Reserved URI parameter "not found" #456

jackbentley opened this issue Mar 3, 2017 · 2 comments
Labels

Comments

@jackbentley
Copy link

This warning appears when using a parameter with + at the beginning (the reserved value operator). It shouldn't because it's valid according to the spec?

warning: (8)  parameter 'file' is not found within the URI template '/blah/{prefix}/files/{+file}'
@pksunkara
Copy link
Contributor

Yes, it's valid according to the spec. Unfortunately, our URI template implementation has a few bugs.

@kylef
Copy link
Member

kylef commented Mar 23, 2020

As of Drafter 5.0.0-rc.1, full support for URI Template has been added, including level 3/4.

URI Templates such as /blah/{prefix}/files/{+file} are now supported.

@kylef kylef closed this as completed Mar 23, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

3 participants