You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by co...@apache.org on 2016/01/18 14:41:14 UTC

cxf-fediz git commit: Updating Passive Requestor endpoint log to warning

Repository: cxf-fediz
Updated Branches:
  refs/heads/master 0d30b0129 -> 33c86fc33


Updating Passive Requestor endpoint log to warning


Project: http://git-wip-us.apache.org/repos/asf/cxf-fediz/repo
Commit: http://git-wip-us.apache.org/repos/asf/cxf-fediz/commit/33c86fc3
Tree: http://git-wip-us.apache.org/repos/asf/cxf-fediz/tree/33c86fc3
Diff: http://git-wip-us.apache.org/repos/asf/cxf-fediz/diff/33c86fc3

Branch: refs/heads/master
Commit: 33c86fc336ec6f81062f6541d631277272b6b148
Parents: 0d30b01
Author: Colm O hEigeartaigh <co...@apache.org>
Authored: Mon Jan 18 13:40:59 2016 +0000
Committer: Colm O hEigeartaigh <co...@apache.org>
Committed: Mon Jan 18 13:40:59 2016 +0000

----------------------------------------------------------------------
 .../org/apache/cxf/fediz/service/idp/beans/STSClientAction.java    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cxf-fediz/blob/33c86fc3/services/idp/src/main/java/org/apache/cxf/fediz/service/idp/beans/STSClientAction.java
----------------------------------------------------------------------
diff --git a/services/idp/src/main/java/org/apache/cxf/fediz/service/idp/beans/STSClientAction.java b/services/idp/src/main/java/org/apache/cxf/fediz/service/idp/beans/STSClientAction.java
index 295dceb..efe7fd6 100644
--- a/services/idp/src/main/java/org/apache/cxf/fediz/service/idp/beans/STSClientAction.java
+++ b/services/idp/src/main/java/org/apache/cxf/fediz/service/idp/beans/STSClientAction.java
@@ -310,7 +310,7 @@ public class STSClientAction {
     private void validateApplicationEndpoint(Application serviceConfig, RequestContext context) 
         throws ProcessingException {
         if (serviceConfig.getCompiledPassiveRequestorEndpointConstraint() == null) {
-            LOG.info("No passive requestor endpoint constraint is configured for the application. "
+            LOG.warn("No passive requestor endpoint constraint is configured for the application. "
                      + "This could lead to a malicious redirection attack");
             return;
         }