Ticket #262 (closed defect: fixed)
ConfPlaceholderConfigurer resolves empty elements to the String "null"
| Reported by: | karel | Owned by: | 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.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.