I enter ../../../../ as the text input. Hitting calculate then shows a blank page with the error: Cannot GET /alsummarizedview/
../../../ displays Cannot GET /alsummarizedview/internetarchive/.
../../ displays Cannot GET /alsummarizedview/internetarchive/all/
etc.
This error should probably keep the user within the interface and report that the "URI" is invalid as input instead of showing a blank page with the above respective message.
This issue persists in the latest master, 87f8d5a. There ought to be some input sanitation or some sanity checks in-place (as above) to verify that the submitted value is a URI.
Testing the service at http://tmvis.cs.odu.edu
I enter
../../../../
as the text input. Hitting calculate then shows a blank page with the error:Cannot GET /alsummarizedview/
../../../
displaysCannot GET /alsummarizedview/internetarchive/
.../../
displaysCannot GET /alsummarizedview/internetarchive/all/
etc.
This error should probably keep the user within the interface and report that the "URI" is invalid as input instead of showing a blank page with the above respective message.