---
title: "Deprecation: #95800 - Deprecate generating public URL for private asset files"
manual: "TYPO3 Core Changelog"
version: "main"
permalink: "https://docs.typo3.org/permalink/changelog:deprecation-95800"
source: "Changelog/11.5.x/Deprecation-95800-GeneratingPublicURLForPrivateAssetFiles.rst"
modified: "2026-09-14T09:47:36+00:00"
---

# Deprecation: #95800 - Deprecate generating public URL for private asset files

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

## Description

Since TYPO3 6, extensions have been restructured to have public asset files in Resources/Public folder only.

Unfortunately having public assets in extensions located in other folders never was deprecated. This is now done.

## Impact

Public assets of extensions (files that should be delivered by the web server) MUST be located in Resources/Public folder of the extension, otherwise a deprecation message is now emitted once a URL to such asset is resolved.

## Affected Installations

Installations having extensions activated, that have public asset files in other locations than Resources/Public.

## Migration

Extension authors should move all public assets to Resources/Public folder
