639640641642643644645
{defaultUser = user;} } catch (final AuthenticationException e) { LOG.error("User can not be authenticated ("+username+"), using default user."); } } authenticator = new BasicAuthenticator(pool); }