10-18-2011 09:35 AM
10-18-2011 10:23 AM
10-18-2011 10:43 AM
10-18-2011 10:54 AM
10-18-2011 10:57 AM
10-18-2011 11:00 AM
10-18-2011 11:00 AM
10-20-2011 10:17 AM
10-20-2011 11:07 AM
10-20-2011 11:25 AM
entry.setLink(urlUtils.getWebsiteDomain(webSite)+urlUtils.getUrl(asset));
and the relevant part of that is the call to urlUtils.getWebsiteDomain which looks like this:
public String getWebsiteDomain(WebSite webSite)
{
return "http://'+webSite.getHostName()+(webSite.getHostPort() == 80 ? "" : ":"+webSite.getHostPort()+"/"+webSite.getContext());
}
Apart from making a mental note to myself to move the protocol (http) into the repo too, this seems to be correct, and I can't see how it can be missing out the context part. Very perplexing.
Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.