id summary reporter owner description type status priority milestone component resolution keywords cc 1042 The release exporter fails if the release server has a specified port Nicklas Nordborg Nicklas Nordborg "The File server item in BASE that is used by the release exporter may specify a port as part of the hostname: `foo.bar.com:2222`. This causes the release exporter to fail with an error message: {{{ net.sf.basedb.core.InvalidDataException: Parameter may only contain [a-zA-Z0-9._-]: foo.bar.com:2222 }}} It is the ':' separator between the hostname and port number that causes this. But it doesn't work to simply allow ':' in script parameters since that will generate an invalid call to 'rsync': {{{ rsync foo.bar.com:2222:/path/to/file }}} If the port number is something else than 22 it must be set as a parameter to rsync: {{{ -e 'ssh -p 2222' }}}" defect closed minor Reggie v4.16 net.sf.basedb.reggie fixed