Displaying differences for changeset |
@@ -337,6 +337,20 @@ |
return getStringFile(uriInfo, suid, ModelDataService.LOG_FILE); |
} |
+ |
+ /** |
+ * Get the log file. |
+ * @param uriInfo |
+ * @param suid |
+ * @return |
+ */ |
+ @GET |
+ @Produces(MediaType.APPLICATION_JSON) |
+ @Path("{suid}") |
+ public String query(@Context UriInfo uriInfo, @PathParam("suid") String suid) { |
+ return response(uriInfo, suid); |
+ } |
+ |
///////////// |
private static InputStream redirectGet(String target) { |