archivista
archivista copied to clipboard
ARCHIVISTA_FILE_SERVE_ON is not handled correctly
Handling of ARCHIVISTA_FILE_SERVE_ON attempts to append :80 to the connection string. This results in a few possible outcomes:
- user is root
- no port is specified; listens on 80
- a port is specified, connection string fails to parse
- The user is not root
- no port is specified; archivista fails to start
- a port is specified, connection string fails to parse
This affects developers and organizations trying to run archivista in an offline environment without an object storage database.