mirror of
https://github.com/opensim/opensim.git
synced 2026-05-15 03:15:41 +08:00
Analysis shows that the XMLRPC-request contains an empty string (<string />) for the custom_type parameter, which is deserialized wrongly to a null-value, thus leading to the exception above. The attached patch (against r5967) fixes the symptom and uses "" for customType in that case.