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

GET request to entities name (in singular) is working in some cases that it should not #161

Open
isabelrios opened this issue Dec 8, 2016 · 1 comment
Labels
Milestone

Comments

@isabelrios
Copy link
Collaborator

This request:
curl -X GET -H "Cache-Control: no-cache" "http://localhost:8080/v1.0/FeatureOfInterest" is working well the same way than
curl -X GET -H "Cache-Control: no-cache" "http://localhost:8080/v1.0/FeaturesOfInterest"

It should only work the second request, in plural, not the one in singular

@isabelrios isabelrios added the bug label Dec 8, 2016
@isabelrios isabelrios changed the title GET request to FeatureOfInterest (in singular) is working in cases it should not GET request to entities name (in singular) is working in cases it should not Dec 8, 2016
@isabelrios isabelrios changed the title GET request to entities name (in singular) is working in cases it should not GET request to entities name (in singular) is working in some cases that it should not Dec 8, 2016
@isabelrios
Copy link
Collaborator Author

It happens the same for the rest of entities names in singular:
curl -X GET -H "Cache-Control: no-cache" "http://localhost:8080/v1.0/Thing"
curl -X GET -H "Cache-Control: no-cache" "http://localhost:8080/v1.0/Sensor"
...

@isabelrios isabelrios added this to the Next milestone Dec 8, 2016
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