From 137c156bb5a6f3d9281943702f79c2366568844f Mon Sep 17 00:00:00 2001
From: buczekp <buczekp>
Date: Mon, 27 Jul 2009 12:59:12 +0000
Subject: [PATCH] [LMS-1046] fixed

SVN: 11906
---
 .../shared/dto/identifier/AbstractIdentifierFactory.java        | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/openbis/source/java/ch/systemsx/cisd/openbis/generic/shared/dto/identifier/AbstractIdentifierFactory.java b/openbis/source/java/ch/systemsx/cisd/openbis/generic/shared/dto/identifier/AbstractIdentifierFactory.java
index 097989c9c4a..67539a22148 100644
--- a/openbis/source/java/ch/systemsx/cisd/openbis/generic/shared/dto/identifier/AbstractIdentifierFactory.java
+++ b/openbis/source/java/ch/systemsx/cisd/openbis/generic/shared/dto/identifier/AbstractIdentifierFactory.java
@@ -59,7 +59,7 @@ public abstract class AbstractIdentifierFactory
 
     // ----
 
-    private static final String ALLOWED_CODE_CHARACTERS = "A-Z0-9_\\-";
+    private static final String ALLOWED_CODE_CHARACTERS = "A-Z0-9_\\-\\.";
 
     private static final Pattern ALLOWED_CODE_REGEXP =
             Pattern.compile("^[" + ALLOWED_CODE_CHARACTERS + "]+$", Pattern.CASE_INSENSITIVE);
-- 
GitLab