Skip to content
This repository was archived by the owner on Oct 17, 2024. It is now read-only.

Commit c3cd346

Browse files
author
Rathna
committed
Policy update to 7.7 march release
1 parent 33adf58 commit c3cd346

19 files changed

+24
-33864
lines changed

src/main/java/com/axway/apim/servicebroker/service/ServiceInstanceBindingController.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
import org.springframework.http.MediaType;
1414
import org.springframework.http.ResponseEntity;
1515
import org.springframework.http.converter.json.Jackson2ObjectMapperBuilder;
16+
import org.springframework.util.Assert;
1617
import org.springframework.web.bind.annotation.*;
1718

1819
import java.util.Map;
@@ -83,6 +84,7 @@ ResponseEntity<String> deleteServiceInstanceBinding(
8384
@RequestHeader(value = "X-Broker-API-Originating-Identity", required = false) String originatingIdentityString,
8485
@RequestHeader(value = "X-Broker-API-Request-Identity", required = false) String requestIdentity) {
8586

87+
Assert.notNull(originatingIdentityString, "X-Broker-API-Originating-Identity is empty or null");
8688
logger.info("UnBind Request Binding id : {}", bindingId);
8789
String userGuid = serviceBrokerHelper.parseIdentity(originatingIdentityString);
8890
String userName = cfClient.getUserName(userGuid);

src/main/resources/apiproject/CertStore-4b6f66e5-8843-4756-9d0f-21a1f2e481c9.md5

Lines changed: 0 additions & 1 deletion
This file was deleted.

src/main/resources/apiproject/CertStore-4b6f66e5-8843-4756-9d0f-21a1f2e481c9.xml

Lines changed: 0 additions & 718 deletions
This file was deleted.

src/main/resources/apiproject/EnvSettingsStore-781b90ac-463e-4e68-ae3e-6fe5d2e86470.md5

Lines changed: 0 additions & 1 deletion
This file was deleted.

src/main/resources/apiproject/EnvSettingsStore-781b90ac-463e-4e68-ae3e-6fe5d2e86470.xml

Lines changed: 0 additions & 120 deletions
This file was deleted.

src/main/resources/apiproject/ExtConnsStore-5b0a69d8-605d-4702-b8d4-6a08e8d28e13.md5

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)