Hello, i ran into the problem, that Red5 was sending the password field of my user objects to the flash clients as the result of a NetConnection.call. I tried to declare the user field of my data objects (so i can prevent the user field from being sent at all) but didn't have success. So i traced it to Serializer.writeBean and implemented it myself.
I attached the patch file for this. Since the precise number of fields has to be known before iterating over the set and i wanted to avoid iterating over it twice i simply set the property value to null before serializing it, which should lead to the intended result. It has been briefly tested and showed no abnormalities. bye, Sebastian
TransientPatch.patch
Description: Binary data
_______________________________________________ Red5 mailing list [email protected] http://osflash.org/mailman/listinfo/red5_osflash.org
