BF [ 2730241 ] Connection not closed in StatusInfo
This commit is contained in:
parent
03d2beb6d0
commit
33d8becabe
|
|
@ -137,7 +137,7 @@ public class StatusInfo extends HttpServlet
|
||||||
getServletContext().log("Connection CatalogsIn DML " + dbmd.supportsCatalogsInDataManipulation());
|
getServletContext().log("Connection CatalogsIn DML " + dbmd.supportsCatalogsInDataManipulation());
|
||||||
getServletContext().log("Connection Schema In DML " + dbmd.supportsSchemasInDataManipulation());
|
getServletContext().log("Connection Schema In DML " + dbmd.supportsSchemasInDataManipulation());
|
||||||
|
|
||||||
|
con.close();
|
||||||
|
|
||||||
}
|
}
|
||||||
catch (Exception e)
|
catch (Exception e)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue