You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dlab.apache.org by bh...@apache.org on 2019/10/01 12:50:57 UTC

[incubator-dlab] branch DLAB-terraform updated: DLAB-000 fixed bug connected with web terminal

This is an automated email from the ASF dual-hosted git repository.

bhliva pushed a commit to branch DLAB-terraform
in repository https://gitbox.apache.org/repos/asf/incubator-dlab.git


The following commit(s) were added to refs/heads/DLAB-terraform by this push:
     new 1258d2f  DLAB-000 fixed bug connected with web terminal
1258d2f is described below

commit 1258d2f5d13991ed230e3f89d2338666e95a431c
Author: bhliva <bo...@epam.com>
AuthorDate: Tue Oct 1 15:48:57 2019 +0300

    DLAB-000 fixed bug connected with web terminal
---
 .../epam/dlab/backendapi/servlet/guacamole/GuacamoleSecurityFilter.java  | 1 -
 1 file changed, 1 deletion(-)

diff --git a/services/self-service/src/main/java/com/epam/dlab/backendapi/servlet/guacamole/GuacamoleSecurityFilter.java b/services/self-service/src/main/java/com/epam/dlab/backendapi/servlet/guacamole/GuacamoleSecurityFilter.java
index b94058c..447de12 100644
--- a/services/self-service/src/main/java/com/epam/dlab/backendapi/servlet/guacamole/GuacamoleSecurityFilter.java
+++ b/services/self-service/src/main/java/com/epam/dlab/backendapi/servlet/guacamole/GuacamoleSecurityFilter.java
@@ -42,7 +42,6 @@ public class GuacamoleSecurityFilter implements Filter {
 		} else {
 			response.sendError(HttpServletResponse.SC_UNAUTHORIZED);
 		}
-		filterChain.doFilter(servletRequest, servletResponse);
 
 	}
 


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@dlab.apache.org
For additional commands, e-mail: commits-help@dlab.apache.org