---
title: "Breaking: #72424 - Removed deprecated TypoScriptFrontendController options and methods"
manual: "TYPO3 Core Changelog"
version: "main"
permalink: "https://docs.typo3.org/permalink/changelog:breaking-72424"
source: "Changelog/8.0/Breaking-72424-RemovedDeprecatedTypoScriptFrontendControllerOptionsAndMethods.rst"
typo3-version: "8.0"
typo3-major: 8
type: "breaking"
issue: 72424
forge: "https://forge.typo3.org/issues/72424"
tags: ["PHP-API", "TypoScript", "Frontend", "ext:jumpurl"]
rendered: "2026-09-24T21:45:06+00:00"
---

# Breaking: #72424 - Removed deprecated TypoScriptFrontendController options and methods {#breaking-72424}

See [forge#72424](https://forge.typo3.org/issues/72424)

## Description {#description}

The following methods from `TypoScriptFrontendController` have been removed:

-   `getPageRenderer()`
-   `setExternalJumpUrl()`
-   `jumpUrl()`
-   `acquirePageGenerationLock()`
-   `releasePageGenerationLock()`
-   `doXHTML_cleaning()`
-   `doLocalAnchorFix()`
-   `checkFileInclude()`
-   `prefixLocalAnchorsWithScript()`
-   `getStorageSiterootPids()`

Additionally, the public properties `jumpurl`, `JSeventFuncCalls` and `anchorPrefix` have been removed. The
request parameter `jumpurl` is not evaluated anymore.

The TypoScript property `config.additionalHeaders` has been removed.

## Impact {#impact}

Calling any of the PHP methods directly will result in a fatal error. Accessing the properties will result in a PHP
warning. Setting the TypoScript property has no effect anymore.

Additionally, if EXT:felogin is misconfigured and lacks the `storagePid` property, an exception will be thrown.

## Affected Installations {#affected-installations}

Any installation using the TypoScript property above, or a TYPO3 instance having third-party extensions calling
the methods or properties directly.

## Migration {#migration}

Use the TER extension `jumpurl` to implement the jumpurl functionality.

Use the `config.additionalHeaders` subproperties (see [https://docs.typo3.org/typo3cms/TyposcriptReference/Setup/Config/Index.html#additionalheaders](https://docs.typo3.org/typo3cms/TyposcriptReference/Setup/Config/Index.html#additionalheaders) for details) to add the additional header lines.
