From e221933e03be50a87d141abbae7574bc62aea077 Mon Sep 17 00:00:00 2001 From: Michael Jumper Date: Thu, 15 Oct 2015 13:25:19 -0700 Subject: [PATCH] GUAC-1193: Remove use of @AuthProviderRESTExposure from history service (not used as of GUAC-1364). --- .../guacamole/net/basic/rest/history/HistoryRESTService.java | 2 -- 1 file changed, 2 deletions(-) diff --git a/guacamole/src/main/java/org/glyptodon/guacamole/net/basic/rest/history/HistoryRESTService.java b/guacamole/src/main/java/org/glyptodon/guacamole/net/basic/rest/history/HistoryRESTService.java index 5f8584772..a99a5ec9c 100644 --- a/guacamole/src/main/java/org/glyptodon/guacamole/net/basic/rest/history/HistoryRESTService.java +++ b/guacamole/src/main/java/org/glyptodon/guacamole/net/basic/rest/history/HistoryRESTService.java @@ -37,7 +37,6 @@ import org.glyptodon.guacamole.net.auth.ConnectionRecord; import org.glyptodon.guacamole.net.auth.ConnectionRecordSet; import org.glyptodon.guacamole.net.auth.UserContext; import org.glyptodon.guacamole.net.basic.GuacamoleSession; -import org.glyptodon.guacamole.net.basic.rest.AuthProviderRESTExposure; import org.glyptodon.guacamole.net.basic.rest.ObjectRetrievalService; import org.glyptodon.guacamole.net.basic.rest.auth.AuthenticationService; import org.slf4j.Logger; @@ -110,7 +109,6 @@ public class HistoryRESTService { */ @GET @Path("/connections") - @AuthProviderRESTExposure public List getConnectionHistory(@QueryParam("token") String authToken, @PathParam("dataSource") String authProviderIdentifier, @QueryParam("contains") List requiredContents,