enonic / app-gitpull

Application that pulls git repositories to server.
Apache License 2.0
0 stars 1 forks source link

Missing url for config with name [osgi] #63

Open rymsha opened 2 years ago

rymsha commented 2 years ago

2022-06-23 12:44:10,268 ERROR c.e.app.gitpull.GitConnectionConfig - Missing url for config with name [osgi] although I have no configuration named “osgi”

This is because GitConnectionConfig tries to interpret all config params as filename. It already ignores a lot of osgi-related properties, but obviously not all of them.