Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

URI Template parser fails with multivalued optional tokens don't have values #409

Closed
s3u opened this issue Mar 29, 2012 · 1 comment
Closed
Assignees
Labels

Comments

@s3u
Copy link
Member

s3u commented Mar 29, 2012

Here is an example

https://www.example.org/path1/path2?p1={0|v1}&p2={0|v2}&p3={0|v3}

with values
{
v1: [],
v2: [],
v3: '1,2,3,4'
}

This fails with an error

{"error":"Token itemId not specified. Processed https://api.ebay.com/ws/api.dll?Conditional=","emitted":true}

This is a regression from 0.3

@ghost ghost assigned s3u Mar 29, 2012
@s3u
Copy link
Member Author

s3u commented Mar 29, 2012

Changes have been checked in - #411

@s3u s3u closed this as completed Mar 29, 2012
narayanaag pushed a commit to narayanaag/ql.io that referenced this issue Apr 5, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant