cgivre commented on a change in pull request #2401:
URL: https://github.com/apache/drill/pull/2401#discussion_r793259456



##########
File path: 
exec/java-exec/src/main/java/org/apache/drill/exec/server/rest/StorageResources.java
##########
@@ -62,6 +72,10 @@
 @RolesAllowed(ADMIN_ROLE)
 public class StorageResources {
   private static final Logger logger = 
LoggerFactory.getLogger(StorageResources.class);
+  private static final String OAUTH_SUCCESS = "<html>\n" + "<head>\n" + "  
<title>Success!</title>\n" + "  <link rel=\"shortcut icon\" 
href=\"/static/img/drill.ico\">\n" + "  " +

Review comment:
       Fixed.




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to