Skip to content

Commit

Permalink
Merge pull request #21 from uppsala-university/IG-3720_contextUrls
Browse files Browse the repository at this point in the history
Ig 3720 context urls
  • Loading branch information
ioVulture committed Apr 27, 2016
2 parents 3e48d1d + aa20f8d commit 882d887
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -839,10 +839,6 @@ else if(operatingMode.equalsIgnoreCase("2"))
if (isDecoratedUrl || isDecorated)
{
String componentRendererUrl = CmsPropertyHandler.getComponentRendererUrl();
if(componentRendererUrl.endsWith("/"))
{
componentRendererUrl += "/";
}

url = componentRendererUrl + CmsPropertyHandler.getComponentRendererAction() + "?" + arguments;
}
Expand Down
2 changes: 2 additions & 0 deletions src/java/org/infoglue/deliver/invokers/PageInvoker.java
Original file line number Diff line number Diff line change
Expand Up @@ -185,6 +185,7 @@ public void deliverPage() throws NoBaseTemplateFoundException, Exception
logger.info("PageCache:" + this.getDeliveryContext().getDisablePageCache());
}


LanguageVO languageVO = LanguageDeliveryController.getLanguageDeliveryController().getLanguageVO(getDatabase(), this.getTemplateController().getLanguageId());

if(logger.isInfoEnabled())
Expand Down Expand Up @@ -661,6 +662,7 @@ protected String decorateHeadAndPageWithVarsFromComponents(String pageString)

if(sb != null)
pageString = sb.toString();


return pageString;
}
Expand Down

0 comments on commit 882d887

Please sign in to comment.