mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

kenneth_suter
12.27.2007 1f8d64c975505a062a6c453fd2ff4f9861905e70
expanded comment
1 files modified
7 ■■■■ changed files
opends/src/quicksetup/org/opends/quicksetup/util/Utils.java 7 ●●●● patch | view | raw | blame | history
opends/src/quicksetup/org/opends/quicksetup/util/Utils.java
@@ -1454,8 +1454,11 @@
      // This is not a comprehensive solution but addresses
      // the few tags that we have in Resources.properties
      // at the moment.  See test class for cases that might
      // cause problems.
      // at the moment.  Note that the following might strip
      // out more than is intended for non-tags like
      // '<your name here>' or for funky tags like
      // '<tag attr="1 > 0">'. See test class for cases that
      // might cause problems.
      o = s.replaceAll("\\<.*?\\>","");
    }