summaryrefslogtreecommitdiff
path: root/eaaf_core_utils/src
diff options
context:
space:
mode:
authorThomas <>2021-03-30 14:03:26 +0200
committerThomas <>2021-03-30 14:03:26 +0200
commit36197f99e33fcf4f1bc544935cf35751a8847fe7 (patch)
tree95ee22b316b111dabc7290ae40c5aa95e5924b38 /eaaf_core_utils/src
parentb5c9155b3ec502b3969ead49198980ce44c6d743 (diff)
downloadEAAF-Components-36197f99e33fcf4f1bc544935cf35751a8847fe7.tar.gz
EAAF-Components-36197f99e33fcf4f1bc544935cf35751a8847fe7.tar.bz2
EAAF-Components-36197f99e33fcf4f1bc544935cf35751a8847fe7.zip
update BpkBuilder to all natural an legal types for baseId's
Diffstat (limited to 'eaaf_core_utils/src')
-rw-r--r--eaaf_core_utils/src/main/java/at/gv/egiz/eaaf/core/impl/builder/BpkBuilder.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/eaaf_core_utils/src/main/java/at/gv/egiz/eaaf/core/impl/builder/BpkBuilder.java b/eaaf_core_utils/src/main/java/at/gv/egiz/eaaf/core/impl/builder/BpkBuilder.java
index 867f5cfc..903aa300 100644
--- a/eaaf_core_utils/src/main/java/at/gv/egiz/eaaf/core/impl/builder/BpkBuilder.java
+++ b/eaaf_core_utils/src/main/java/at/gv/egiz/eaaf/core/impl/builder/BpkBuilder.java
@@ -106,7 +106,7 @@ public class BpkBuilder {
"SP specific target identifier is empty or null");
}
- if (baseIdType.equals(EaafConstants.URN_PREFIX_BASEID)) {
+ if (baseIdType.startsWith(EaafConstants.URN_PREFIX_BASEID)) {
log.trace("Find baseID. Starting unique identifier caluclation for this target");
if (targetIdentifier.startsWith(EaafConstants.URN_PREFIX_CDID)) {