Ticket #262 (closed defect: fixed)

Opened 3 months ago

Last modified 3 months ago

ConfPlaceholderConfigurer resolves empty elements to the String "null"

Reported by: karel Assigned to: mpo
Priority: minor Milestone: 0.4
Component: core/kauri-runtime Version: trunk
Keywords: Cc:

Description

Caused by using String.valueOf(value).

Solution would be to return "". (returning null is not a good option because that's the way to indicate a failure to resolve the property.

Change History

23/12/09 13:14:16 changed by karel

  • status changed from new to closed.
  • resolution set to fixed.

fixed in r1429

23/12/09 13:18:35 changed by karel

  • component changed from -- unknown -- to core/kauri-runtime.