You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: cloudplatform/connectivity-oauth/src/main/java/com/sap/cloud/sdk/cloudplatform/connectivity/BtpServicePropertySuppliers.java
Copy file name to clipboardexpand all lines: cloudplatform/connectivity-oauth/src/main/java/com/sap/cloud/sdk/cloudplatform/connectivity/MultiUrlPropertySupplier.java
Copy file name to clipboardexpand all lines: cloudplatform/connectivity-oauth/src/test/java/com/sap/cloud/sdk/cloudplatform/connectivity/BtpServicePropertySuppliersTest.java
Copy file name to clipboardexpand all lines: release_notes.md
+2
Original file line number
Diff line number
Diff line change
@@ -22,5 +22,7 @@
22
22
### 🐛 Fixed Issues
23
23
24
24
- Fix an issue where the same `HttpClient` would be used for different users when using `PrincipalPropagation` and thus could potentially share the same (session) cookies.
25
+
- Fix an issue where destinations for the Business Logging service that are created from a service binding (using the `ServiceBindingDestinationLoader` API) contained the concrete API path.
26
+
This behavior caused problems when using such a destination in a client generated with the SAP Cloud SDK's OpenApi generator.
25
27
-[DwC] Fix an issue where the `AuthTokenAccessor` would not recognise JWT tokens passed in via the `dwc-jwt` header.
26
28
-[DwC] Fix an issue where the current tenant would not be resolved if the `dwc-subdomain` header was missing.
0 commit comments