From 9e0cb3a722371a1c9fc2bda665a0644378a54678 Mon Sep 17 00:00:00 2001 From: chawda mrunal Date: Sun, 13 Oct 2024 21:12:11 +0530 Subject: [PATCH] Update GAEClientConnection.java Possible active debug code detected. Deploying an application with debug code can create unintended entry points or expose sensitive information. --- .../src/main/java/org/esxx/js/protocol/GAEClientConnection.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/photo_album_gae/src/main/java/org/esxx/js/protocol/GAEClientConnection.java b/samples/photo_album_gae/src/main/java/org/esxx/js/protocol/GAEClientConnection.java index 936d9ab8..5d73f304 100644 --- a/samples/photo_album_gae/src/main/java/org/esxx/js/protocol/GAEClientConnection.java +++ b/samples/photo_album_gae/src/main/java/org/esxx/js/protocol/GAEClientConnection.java @@ -195,7 +195,7 @@ public GAEClientConnection(ClientConnectionManager cm, HttpRoute route, Object s response = urlFS.fetch(request); request = null; }catch (IOException ex) { - ex.printStackTrace(); + ex.printStackTrace(); //Remove ex.printStackTrace throw ex; } }