Bug #3537

Subroute placeholders appear in URL if no replaced

Added by Karsten Dambekalns about 6 years ago. Updated almost 5 years ago.

Status:Resolved Start date:2009-06-02
Priority:Must have Due date:
Assigned To:Karsten Dambekalns % Done:

100%

Category:Configuration
Target version:TYPO3 Flow Base Distribution - 1.0 alpha 2
PHP Version: Complexity:
Has patch: Affected Flow version:

Description

From IRC:
after deleting the welcome package i get strange subroutes for e.g. documentation "http://flow3-alpha1.local/%3Cwelcomesubroutes%3E?packageKey=FLOW3&documentationName=Manual&language=en&%40action=index&%40controller=Standard&%40package=DocumentationBrowser"

FLOW3_Subroute_placeholders_appear_in_URL_if_no_replaced_3537.patch Magnifier - patch (1.7 kB) Bastian Waidelich, 2009-06-02 22:44

Associated revisions

Revision 535b8666
Added by Karsten Dambekalns about 6 years ago

[FIX] FLOW3 (Configuration): Subroute placeholders are now ignored if the package they refer to is not active, fixes #3537

History

#1 Updated by Bastian Waidelich about 6 years ago

  • Category changed from MVC to Configuration
  • Target version changed from 283 to 1.0 alpha 2

That's acctually an issue with the Configuration Manager - It skips routes that reference non existing subroutes, but it should throw an exception..

#2 Updated by Bastian Waidelich about 6 years ago

See attached patch - That should be all there is to change in order to fix the bug.
But I couldn't get the systemLogger injected.. It probably needs some setup in Objects.yaml..

#3 Updated by Karsten Dambekalns about 6 years ago

  • Status changed from Needs Feedback to Accepted
  • Assigned To changed from Robert Lemke to Karsten Dambekalns

Thanks for the patch, it solves the issue.

Injecting a logger into the configuration manager is impossible, as the configuration is needed to build the logger to be injected...

#4 Updated by Karsten Dambekalns about 6 years ago

  • Status changed from Accepted to Resolved
  • % Done changed from 0 to 100

Applied in changeset r2643.

Also available in: Atom PDF