ec-jrc / re3gistry

Re3gistry is a reusable open source solution for managing and sharing ‘reference codes’, ensuring semantic interoperability across organisations.
European Union Public License 1.2
27 stars 21 forks source link

Fix restapi NPE on missing config #362

Open ZakarFin opened 5 months ago

ZakarFin commented 5 months ago

Currently the restapi webapp throws a NullPointerException if the configuration.properties doesn't have the property application.legacy.flag=[something] defined. This makes it work without the config.

ZakarFin commented 1 month ago

Updated the PR as it had some unrelated frontend changes on it.