Wim Nelis
-
2013-01-04
This patch improves the conistency in the notation of OIDs, both in file 'transforms' and in file 'message'. In the transformations a reference to an OID consists of the name of the OID between curly braces. In most cases, blank spaces between the curly braces and the OID name are allowed, but not in all cases. This patch results in a consistent behavior, in that blank spaces are always allowed around the OID name. The regular expressions to recognize an OID now consistently use either /\{(.+?)\}/ or /\{(\S+?)\} to do so. At the same time quite some regular expressions have become less complex.