mirror of
				https://github.com/gyurix1968/guacamole-client.git
				synced 2025-10-31 00:53:21 +00:00 
			
		
		
		
	GUAC-798: Call init() of superclass in WebSocket implementations.
This commit is contained in:
		| @@ -78,6 +78,7 @@ public abstract class AuthenticatingWebSocketServlet extends WebSocketServlet { | |||||||
|  |  | ||||||
|     @Override |     @Override | ||||||
|     public void init() throws ServletException { |     public void init() throws ServletException { | ||||||
|  |         super.init(); | ||||||
|         auth_servlet.init(); |         auth_servlet.init(); | ||||||
|     } |     } | ||||||
|  |  | ||||||
|   | |||||||
| @@ -79,6 +79,7 @@ public abstract class AuthenticatingWebSocketServlet extends WebSocketServlet { | |||||||
|  |  | ||||||
|     @Override |     @Override | ||||||
|     public void init() throws ServletException { |     public void init() throws ServletException { | ||||||
|  |         super.init(); | ||||||
|         auth_servlet.init(); |         auth_servlet.init(); | ||||||
|     } |     } | ||||||
|  |  | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user