Skip to content
Snippets Groups Projects
Commit 37437ec1 authored by felmer's avatar felmer
Browse files

SSDM-2805: log secured HTTP invoker service exporter.

SVN: 35080
parent f000f05c
No related branches found
No related tags found
No related merge requests found
......@@ -57,9 +57,9 @@ public class CheckSecureHttpInvokerBeanPostProcessor implements BeanPostProcesso
if (bean instanceof WhiteListHttpInvokerServiceExporter ||
bean instanceof WhiteListStreamSupportingHttpInvokerExporter)
{
operationLog.info("Secure HTTP invoker service exporter: " + bean);
return true;
}
operationLog.info("Secure HTTP invoker service exporter: " + bean);
return false;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment