rbeckman-nextgen / test-mc3

0 stars 0 forks source link

Database connectivity blip can cause certain configuration properties to be modified #4196

Closed rbeckman-nextgen closed 4 years ago

rbeckman-nextgen commented 4 years ago

Right now the configuration controller has a few places where it attempts to retrieve something from the database, and if the value is blank it sets an initial value. The problem is that if a database connectivity blip or something causes getProperty to return null, then the property could get overwritten with the initial value again.

Imported Issue. Original Details: Jira Issue Key: MIRTH-4340 Reporter: narupley Created: 2018-11-09T10:06:26.000-0800