Is there a need to close the wem connection when accessing wem via the api?
We have recently increased the usage of this and heap size is increasing. At this point just guessing the cause, but I am wondering it there is something here we are leaving open.
AuthnBundle authnBundle = buildAuthBundle(config);logger.info("WEM Connection to: " + authnBundle.getHost());try { final LoginMgr loginMgr = new LoginMgr(); loginMgr.login(authnBundle);