I discovered that there is no way to get the full (external) document url from
DocumentAccessBridge.
Alex informed me that xwiki-crypto was creating certificates with only a partial url when
it should be using
the full url.
I would like to add this to DocumentAccessBridge:
String getDocumentURL(DocumentReference documentReference, String action, String
queryString, String anchor, boolean isFullURL);
which mimics String getAttachmentURL(AttachmentReference attachmentReference, boolean
isFullURL);
WDYT?
Caleb