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 5EEC22BD7 for ; Wed, 27 Apr 2011 15:48:00 +0000 (UTC) Received: (qmail 88360 invoked by uid 500); 27 Apr 2011 15:48:00 -0000 Delivered-To: apmail-cxf-commits-archive@cxf.apache.org Received: (qmail 88306 invoked by uid 500); 27 Apr 2011 15:48:00 -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 88299 invoked by uid 99); 27 Apr 2011 15:48:00 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 27 Apr 2011 15:48:00 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 27 Apr 2011 15:47:59 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 1A3E823889B1; Wed, 27 Apr 2011 15:47:39 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1097155 - /cxf/trunk/rt/ws/security/src/main/java/org/apache/cxf/ws/security/trust/Messages.properties Date: Wed, 27 Apr 2011 15:47:39 -0000 To: commits@cxf.apache.org From: sergeyb@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20110427154739.1A3E823889B1@eris.apache.org> Author: sergeyb Date: Wed Apr 27 15:47:38 2011 New Revision: 1097155 URL: http://svn.apache.org/viewvc?rev=1097155&view=rev Log: [CXF-3462] Updating Messages.properties Modified: cxf/trunk/rt/ws/security/src/main/java/org/apache/cxf/ws/security/trust/Messages.properties Modified: cxf/trunk/rt/ws/security/src/main/java/org/apache/cxf/ws/security/trust/Messages.properties URL: http://svn.apache.org/viewvc/cxf/trunk/rt/ws/security/src/main/java/org/apache/cxf/ws/security/trust/Messages.properties?rev=1097155&r1=1097154&r2=1097155&view=diff ============================================================================== --- cxf/trunk/rt/ws/security/src/main/java/org/apache/cxf/ws/security/trust/Messages.properties (original) +++ cxf/trunk/rt/ws/security/src/main/java/org/apache/cxf/ws/security/trust/Messages.properties Wed Apr 27 15:47:38 2011 @@ -24,3 +24,4 @@ NO_ENTROPY=Could not find Entropy in Req DERIVED_KEY_ERROR=Exception while trying to create secret key from RequestSecurityTokenResponse ENCRYPTED_KEY_ERROR=Exception while trying to decrypt key from RequestSecurityTokenResponse VALIDATION_FAILED=Validation of security token failed: {0} +NO_USER_PASSWORD=No user name and/or password is available, name: {0}, password: {1}