Return-Path: X-Original-To: apmail-cxf-commits-archive@www.apache.org Delivered-To: apmail-cxf-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 547D411D56 for ; Fri, 8 Aug 2014 10:22:24 +0000 (UTC) Received: (qmail 48335 invoked by uid 500); 8 Aug 2014 10:22:24 -0000 Delivered-To: apmail-cxf-commits-archive@cxf.apache.org Received: (qmail 48144 invoked by uid 500); 8 Aug 2014 10:22:24 -0000 Mailing-List: contact commits-help@cxf.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cxf.apache.org Delivered-To: mailing list commits@cxf.apache.org Received: (qmail 48002 invoked by uid 99); 8 Aug 2014 10:22:24 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 08 Aug 2014 10:22:24 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id E326994C616; Fri, 8 Aug 2014 10:22:23 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: coheigea@apache.org To: commits@cxf.apache.org Date: Fri, 08 Aug 2014 10:22:25 -0000 Message-Id: In-Reply-To: <9f6c13f25dc04f74bf0d66599a2e355c@git.apache.org> References: <9f6c13f25dc04f74bf0d66599a2e355c@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [3/3] git commit: Fixing merge Fixing merge Project: http://git-wip-us.apache.org/repos/asf/cxf/repo Commit: http://git-wip-us.apache.org/repos/asf/cxf/commit/1d6ee7f4 Tree: http://git-wip-us.apache.org/repos/asf/cxf/tree/1d6ee7f4 Diff: http://git-wip-us.apache.org/repos/asf/cxf/diff/1d6ee7f4 Branch: refs/heads/2.7.x-fixes Commit: 1d6ee7f4fbfbb736e3d3439b61bda90193d91920 Parents: bde3734 Author: Colm O hEigeartaigh Authored: Fri Aug 8 11:22:11 2014 +0100 Committer: Colm O hEigeartaigh Committed: Fri Aug 8 11:22:11 2014 +0100 ---------------------------------------------------------------------- .../apache/cxf/ws/security/SecurityConstants.java | 16 ---------------- 1 file changed, 16 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cxf/blob/1d6ee7f4/rt/ws/security/src/main/java/org/apache/cxf/ws/security/SecurityConstants.java ---------------------------------------------------------------------- diff --git a/rt/ws/security/src/main/java/org/apache/cxf/ws/security/SecurityConstants.java b/rt/ws/security/src/main/java/org/apache/cxf/ws/security/SecurityConstants.java index b563c5d..a9daac2 100644 --- a/rt/ws/security/src/main/java/org/apache/cxf/ws/security/SecurityConstants.java +++ b/rt/ws/security/src/main/java/org/apache/cxf/ws/security/SecurityConstants.java @@ -201,21 +201,6 @@ public final class SecurityConstants { public static final String VALIDATE_SAML_SUBJECT_CONFIRMATION = "ws-security.validate.saml.subject.conf"; -<<<<<<< HEAD -======= - /** - * Whether to enable streaming WS-Security. If set to false (the default), the old DOM - * implementation is used. If set to true, the new streaming (StAX) implementation is used. - */ - public static final String ENABLE_STREAMING_SECURITY = - "ws-security.enable.streaming"; - - /** - * Whether to return the security error message to the client, and not one of the default error - * QNames. The default is false. - */ - public static final String RETURN_SECURITY_ERROR = "ws-security.return.security.error"; - /** * Whether to use credential delegation or not in the KerberosClient. If this is set to "true", * then it tries to get a GSSCredential Object from the Message Context using the @@ -225,7 +210,6 @@ public final class SecurityConstants { public static final String KERBEROS_USE_CREDENTIAL_DELEGATION = "ws-security.kerberos.use.credential.delegation"; ->>>>>>> e86ad8d... Add a way to enable credential delegation via a property // // Non-boolean WS-Security Configuration parameters //