archiver-appliance / epicsarchiverap

This is an implementation of an archiver for EPICS control systems that aims to archive millions of PVs.
Other
38 stars 37 forks source link

Broken archiver viewer when pv name contains `^` character #108

Open darcato opened 3 years ago

darcato commented 3 years ago

When a PV name contains the ^ character, the archiver viewer shows a blank page. Instead, using curl with the correct url encoding it is possible to retrieve correctly the data in JSON format.

Since our naming conventions forces us to use that character, we can't currently use the archiver viewer.