in server/src/org/jetbrains/teamcity/widgets/BasePageContentController.java [43:48]
private String getControllerRegistrationPath() {
if (!pagesContentUrlBase.endsWith("/")) {
throw new IllegalArgumentException("pagesContentUrlBase should have / at the end");
}
return pagesContentUrlBase + "**";
}