1
0
mirror of https://github.com/owncloud/android-library.git synced 2025-06-09 17:06:18 +00:00

Fix problem searching users on Shibboleth Server. Add OC_API_HEADER to GetRemoteShareesOperation

This commit is contained in:
masensio 2015-10-28 18:38:53 +01:00 committed by David A. Velasco
parent 0acd17d8ac
commit a9ada0b508

View File

@ -131,6 +131,7 @@ public class GetRemoteShareesOperation extends RemoteOperation{
// Get Method // Get Method
get = new GetMethod(uriBuilder.build().toString()); get = new GetMethod(uriBuilder.build().toString());
get.addRequestHeader(OCS_API_HEADER, OCS_API_HEADER_VALUE);
status = client.executeMethod(get); status = client.executeMethod(get);