An open-use web application created for easy access, collaboration, and sharing of datasets through rich metadata search, filter, sort, and direct viewing in common industry applications or in our web-based 3D Volume Viewer.
This prevented URIs from being encoded due to "some URI" not being a String but rather "string". Added a unit test for this case. There is another bug that prevents being able to just hit the "refresh" button in your browser and having the query re-run - that'll be addressed separately.
This prevented URIs from being encoded due to
"some URI"
not being aString
but rather"string"
. Added a unit test for this case. There is another bug that prevents being able to just hit the "refresh" button in your browser and having the query re-run - that'll be addressed separately.