Adding support for '*' cornercase

This commit is contained in:
Jens Kristian Villadsen
2025-03-19 23:51:21 +01:00
parent 9cf166e765
commit 5c9f88e1cf
4 changed files with 61 additions and 17 deletions

View File

@@ -928,7 +928,8 @@ public class AppProperties {
request_tenant_partitioning_mode = theRequest_tenant_partitioning_mode;
}
}
public static class RemoteSystem{
public static class RemoteSystem {
private String system;
private String url;