Confluex / Zuul

Keymaster and Gatekeeper - Application Configuration Management
http://confluex.com
Apache License 2.0
42 stars 32 forks source link

Null values should be rendered consistently #43

Open mcantrell opened 11 years ago

mcantrell commented 11 years ago

When rendered in the JSON or Properties, nulls are rendered as empty strings. Portions of the UI render them as empty but others (mainly places where they are loaded from javascript) are rendered as 'Null'. They should be empty strings as well.