Stefano Lenzi - 2005-07-22

the method org.cybergarage.upnp.Device.isRootDevice() return always true. The fixed version is:

public boolean isRootDevice(){
    return 
getRootNode().getNode("device").getNodeValue(UDN).equals(getUDN());
}