Skip to content

Commit b1022eb

Browse files
committed
fix(cloud_federation_api): drop imports made redundant by http-sig refactor
The AddressHandler and ISignatureManager usages in RequestHandlerController were superseded on master by the http-sig (RFC 9421) work, which performs incoming-signature verification via IOCMDiscoveryService. After rebasing on top of it, these two imports are no longer referenced. Signed-off-by: Micke Nordin <kano@sunet.se>
1 parent a4ffc38 commit b1022eb

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

apps/cloud_federation_api/lib/Controller/RequestHandlerController.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
use OCA\CloudFederationAPI\Db\OcmTokenMapMapper;
1515
use OCA\CloudFederationAPI\Events\FederatedInviteAcceptedEvent;
1616
use OCA\CloudFederationAPI\ResponseDefinitions;
17-
use OCA\FederatedFileSharing\AddressHandler;
1817
use OCP\AppFramework\Controller;
1918
use OCP\AppFramework\Db\DoesNotExistException;
2019
use OCP\AppFramework\Http;
@@ -42,7 +41,6 @@
4241
use OCP\OCM\IOCMDiscoveryService;
4342
use OCP\Security\Signature\Exceptions\IncomingRequestException;
4443
use OCP\Security\Signature\IIncomingSignedRequest;
45-
use OCP\Security\Signature\ISignatureManager;
4644
use OCP\Server;
4745
use OCP\Share\Exceptions\ShareNotFound;
4846
use OCP\Util;

0 commit comments

Comments
 (0)