there seem to be a wrong condition in the
sendNotUnderstood(ACL origin_acl) method of Task:
if( tm._shutdown && owner != null )
{
return owner.sendNotUnderstood( orig_acl );
}
else
{
return false;
}
the not-understood will not be sent if the _tm does nto
shutdown.
Nobody/Anonymous
Task Manager
None
Public