XRD err = createErrorXRD(qxri.toURINormalForm(), Status.UNKNOWN_ROOT, "Authority '" + rootAuth + "' is not configured");
xrdsOut.add(err);
throw new PartialResolutionException(xrdsOut);
}
XRISegment unresolved = ((XRIAuthority)ap).getXRISegment();
try {
XRDS newXRDS = resolveAuthSegment(authXRD, unresolved, trustType, followRefs, state);
xrdsOut.addAll(newXRDS);
return xrdsOut;
}