Skip to content

Commit 3f96ef2

Browse files
committed
feature #33621 Revert "feature #33507 [WebProfiler] Deprecated intercept_redirects in 4.4 (dorumd)" (lyrixx)
This PR was squashed before being merged into the 4.4 branch (closes #33621). Discussion ---------- Revert "feature #33507 [WebProfiler] Deprecated intercept_redirects in 4.4 (dorumd)" This reverts commit 21a05de, reversing changes made to 24faadc. | Q | A | ------------- | --- | Branch? | 4.4 | Bug fix? | no | New feature? | yes | Deprecations? | | Tickets | Fix #33467 | License | MIT | Doc PR | Commits ------- e767bb1 Revert \"feature #33507 [WebProfiler] Deprecated intercept_redirects in 4.4 (dorumd)\"
2 parents c1ab2c6 + e767bb1 commit 3f96ef2

File tree

4 files changed

+1
-7
lines changed

4 files changed

+1
-7
lines changed

UPGRADE-4.4.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -323,8 +323,6 @@ WebProfilerBundle
323323

324324
* Deprecated the `ExceptionController` class in favor of `ExceptionErrorController`
325325
* Deprecated the `TemplateManager::templateExists()` method
326-
* Deprecated the `web_profiler.intercept_redirects` config option,
327-
toolbar for the redirected resource contains a link to the redirect response profile instead.
328326

329327
WebServerBundle
330328
---------------

UPGRADE-5.0.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -577,8 +577,6 @@ WebProfilerBundle
577577

578578
* Removed the `ExceptionController::templateExists()` method
579579
* Removed the `TemplateManager::templateExists()` method
580-
* Removed the `web_profiler.intercept_redirects` config option,
581-
toolbar for the redirected resource contains a link to the redirect response profile instead.
582580

583581
Workflow
584582
--------

src/Symfony/Bundle/WebProfilerBundle/CHANGELOG.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@ CHANGELOG
1212
* deprecated the `ExceptionController` in favor of `ExceptionPanelController`
1313
* marked all classes of the WebProfilerBundle as internal
1414
* added a section with the stamps of a message after it is dispatched in the Messenger panel
15-
* deprecated the `web_profiler.intercept_redirects` config option,
16-
toolbar for the redirected resource contains a link to the redirect response profile instead.
1715

1816
4.3.0
1917
-----

src/Symfony/Bundle/WebProfilerBundle/DependencyInjection/Configuration.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ public function getConfigTreeBuilder()
3636
$treeBuilder->getRootNode()
3737
->children()
3838
->booleanNode('toolbar')->defaultFalse()->end()
39-
->booleanNode('intercept_redirects')->defaultFalse()->setDeprecated('The "intercept_redirects" option is deprecated since version 4.4 and will be removed in 5.0.')->end()
39+
->booleanNode('intercept_redirects')->defaultFalse()->end()
4040
->scalarNode('excluded_ajax_paths')->defaultValue('^/((index|app(_[\w]+)?)\.php/)?_wdt')->end()
4141
->end()
4242
;

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy