frankframework / frank-flow

Graphical flow editor for Frank configurations
https://frankframework.org
Apache License 2.0
29 stars 8 forks source link

Spring framework values with system properties won't pick up the values in application.properties when running in the tomcat docker image #1283

Closed philipsens closed 6 months ago

philipsens commented 6 months ago

Describe the bug Title

Reporter @philipsens

Additional context The frontend can't get loaded because the frontend path isn't filled in. In the e2e it works because it is set explicitly there.

philipsens commented 6 months ago

Empty values in the application.properties will be populated by the string template for some reason. I didn't understand this behave our. Using an empty default will fix this issue. e.g. ${frontend-path:}