Using a property filter for upcall enum requests (assocs, refs...) does not work. Example:
wbemcli ei http://localhost/root/interop:cim_indicationservice FilterCreationEnabled
This is because brokerUpc.c:genericEnumRequest(), when considering properties, doesn't account for the sizes of the different types of enum requests, which vary in size.
patch for 1.3
committed to CVS HEAD and git master