Author: kwright
Date: Tue Oct 22 22:35:00 2013
New Revision: 1534829
URL: http://svn.apache.org/r1534829
Log:
Look at the right node
Modified:
manifoldcf/branches/CONNECTORS-754/connectors/sharepoint/connector/src/main/java/org/apache/manifoldcf/authorities/authorities/sharepoint/SPSProxyHelper.java
Modified:
manifoldcf/branches/CONNECTORS-754/connectors/sharepoint/connector/src/main/java/org/apache/manifoldcf/authorities/authorities/sharepoint/SPSProxyHelper.java
URL:
http://svn.apache.org/viewvc/manifoldcf/branches/CONNECTORS-754/connectors/sharepoint/connector/src/main/java/org/apache/manifoldcf/authorities/authorities/sharepoint/SPSProxyHelper.java?rev=1534829&r1=1534828&r2=1534829&view=diff
==============================================================================
---
manifoldcf/branches/CONNECTORS-754/connectors/sharepoint/connector/src/main/java/org/apache/manifoldcf/authorities/authorities/sharepoint/SPSProxyHelper.java
(original)
+++
manifoldcf/branches/CONNECTORS-754/connectors/sharepoint/connector/src/main/java/org/apache/manifoldcf/authorities/authorities/sharepoint/SPSProxyHelper.java
Tue Oct 22 22:35:00 2013
@@ -227,7 +227,7 @@ public class SPSProxyHelper {
*/
MessageElement roles = rolesList[0];
- if
(!groups.getElementName().getLocalName().equals("GetRoleCollectionFromUser"))
+ if
(!roles.getElementName().getLocalName().equals("GetRoleCollectionFromUser"))
throw new ManifoldCFException("Bad response - outer node should have
been 'GetRoleCollectionFromUser' node");
Iterator rolesIter = roles.getChildElements();