Skip to content

Commit

Permalink
Adding some logging to jbrowse vdi
Browse files Browse the repository at this point in the history
  • Loading branch information
dmgaldi committed Apr 4, 2024
1 parent 7e9e9dc commit acab96d
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,8 @@ public Response getAllUserDatasetFileJBrowse(@QueryParam("data") String data,

String path = String.format("%s/build-%s/%s/%s/%s", udDir, buildNumber, getWdkModel().getProjectId(), datasetID, data);

LOG.info("Looking up jbrowse files for dataset {} in directory " + path)

if (path.contains("..") || path.contains("$")) {
throw new NotFoundException(formatNotFound("*"));
}
Expand Down

0 comments on commit acab96d

Please sign in to comment.