Open amarziali opened 6 years ago
As a logisland historian rest api, I would like to have resources like tag names to be automatically escaped in order to avoid injections.
Example:
http://localhost:8701/api/v1/tags/"Saw-toothed Waves.Real8"/mesures
In the case above I should not need to quote the tag name because it contains whitespaces.
USER STORY
As a logisland historian rest api, I would like to have resources like tag names to be automatically escaped in order to avoid injections.
Example:
http://localhost:8701/api/v1/tags/"Saw-toothed Waves.Real8"/mesures
In the case above I should not need to quote the tag name because it contains whitespaces.
ACCEPTANCE CRITERIA
DEFINITION OF DONE