public BasePageContentController()

in server/src/org/jetbrains/teamcity/widgets/BasePageContentController.java [35:41]


  public BasePageContentController(@NotNull final AuthorizationInterceptor auth,
                                   @NotNull final WebControllerManager web,
                                   @NotNull final String pagesContentUrlBase) {
    this.pagesContentUrlBase = pagesContentUrlBase;
    web.registerController(getControllerRegistrationPath(), this);
    auth.addPathNotRequiringAuth(getControllerRegistrationPath());
  }