| | 2 | |
| | 3 | This is a regression from r16550. StringBuilder happily accepted `null` values and output `null` in the string. |
| | 4 | |
| | 5 | I'm attaching a partial preferences xml so I can fix it in MapWithAI as well (I shouldn't be allowing 8111 ports in `mapwithai.sources.entries` right now). |
| | 6 | {{{ |
| | 7 | #!xml |
| | 8 | <tag key='remotecontrol.enabled' value='true'/> |
| | 9 | <tag key='remotecontrol.new-layer' value='true'/> |
| | 10 | <maps key='mapwithai.sources.entries'> |
| | 11 | <map> |
| | 12 | <tag key='parameters' value='[]'/> |
| | 13 | <tag key='name' value='a'/> |
| | 14 | <tag key='type' value='thirdParty'/> |
| | 15 | <tag key='url' value='http://localhost:8111/features?q=mapwithai'/> |
| | 16 | <tag key='cookies' value=''/> |
| | 17 | <tag key='customHttpHeaders' value='{}'/> |
| | 18 | <tag key='category' value='other'/> |
| | 19 | </map> |
| | 20 | }}} |