@@ -116,7 +116,6 @@ public class HostnameFilter implements Filter {
chain.doFilter(request,response);
}catch(Throwablet){
if(AuthType.REST==authtype){
logger.warn("Caught Exception for REST query. url {}, method: {}, content type {}, and length {}",httpRequest.getRequestURL(),httpRequest.getMethod(),httpRequest.getContentType(),httpRequest.getContentLength());
logger.warn("Caught exception at rest:",t);
}
throwt;
...
...
@@ -137,6 +136,7 @@ public class HostnameFilter implements Filter {
logger.info("Trying to authenticate for REST query. url {}, method: {}, content type {}, and length {}",httpRequest.getRequestURL(),httpRequest.getMethod(),httpRequest.getContentType(),httpRequest.getContentLength());