[Carbon-commits] [Carbon] svn commit r91754 - trunk/carbon/components/identity/org.wso2.carbon.identity.core/src/main/java/org/wso2/carbon/identity/core
hasini at wso2.com
hasini at wso2.com
Thu Apr 7 01:27:18 PDT 2011
Author: hasini
Date: Thu Apr 7 01:27:17 2011
New Revision: 91754
URL: http://wso2.org/svn/browse/wso2?view=rev&revision=91754
Log:
Applying the patch provided by Thilina to fix issue:CARBON-9201
Modified:
trunk/carbon/components/identity/org.wso2.carbon.identity.core/src/main/java/org/wso2/carbon/identity/core/IdentityRegistryResources.java
Modified: trunk/carbon/components/identity/org.wso2.carbon.identity.core/src/main/java/org/wso2/carbon/identity/core/IdentityRegistryResources.java
URL: http://wso2.org/svn/browse/wso2/trunk/carbon/components/identity/org.wso2.carbon.identity.core/src/main/java/org/wso2/carbon/identity/core/IdentityRegistryResources.java?rev=91754&r1=91753&r2=91754&view=diff
==============================================================================
--- trunk/carbon/components/identity/org.wso2.carbon.identity.core/src/main/java/org/wso2/carbon/identity/core/IdentityRegistryResources.java (original)
+++ trunk/carbon/components/identity/org.wso2.carbon.identity.core/src/main/java/org/wso2/carbon/identity/core/IdentityRegistryResources.java Thu Apr 7 01:27:17 2011
@@ -38,7 +38,7 @@
public final static String REVOKED_IC = IDENTITY_PATH + "RevokedInfoCard/";
public final static String OPENID_USER_RP = IDENTITY_PATH + "OpenIdUserRP/";
public final static String NAME_VALUE_PAIR = IDENTITY_PATH + "NameValuePair/";
- public final static String CARD_ISSUER = IDENTITY_PATH + "CardIssuer/";
+ public final static String CARD_ISSUER = IDENTITY_PATH + "CardIssuer";
public final static String ENTITLEMENT = IDENTITY_PATH + "Entitlement/Policies/";
public final static String ENTITLEMENT_POLICY_RESOURCES = IDENTITY_PATH + "Entitlement/resources/";
More information about the Carbon-commits
mailing list