Skip to content

Better regex for hostnames.

Dirk Hoffmann requested to merge dirk/ScaSoftware:regex-patch into master

This is related to OPCUA-918, probably solves it.

It rejects some more invalid hostnames (ending dot) and allows more valid ones (containing dashes). Though it is not yet perfect and tolerates hostnames beginning with dashes.

Merge request reports