support legacy web-client
This commit is contained in:
parent
5b66f03aef
commit
51bb1e19dd
@ -65,6 +65,10 @@ public class EMailAddressRemote extends AbstractRemote {
|
||||
}
|
||||
}
|
||||
adr.setTarget(tBuff.toString());
|
||||
} else {
|
||||
if (l != null && l instanceof String) {
|
||||
adr.setTarget((String) l);
|
||||
}
|
||||
}
|
||||
String domain = (String) map.get("domain");
|
||||
if (assertNotNull(domain)) {
|
||||
|
Loading…
Reference in New Issue
Block a user