Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a9ada0b5 authored by masensio's avatar masensio Committed by David A. Velasco
Browse files

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

parent 0acd17d8
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line Diff line number Diff line
@@ -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);