Feature #2825

Routing: Route Part options

Added by Bastian Waidelich over 6 years ago. Updated almost 5 years ago.

Status:Resolved Start date:2009-03-12
Priority:Should have Due date:2009-03-16
Assigned To:Bastian Waidelich % Done:

100%

Category:MVC
Target version:TYPO3 Flow Base Distribution - 1.0 alpha 1 Estimated time:2.00 hours
PHP Version: Complexity:
Has patch:

Description

Route Parts need to be configurable. So that you can write

MyRoute:
  uriPattern: {foo}
  routeParts:
    foo:
      options:
        caseSensitive: y

Probably Route Part options should be inherited from global configuration.

Associated revisions

Revision 8d68f5c2
Added by Bastian Waidelich about 6 years ago

Routing:
  • Added Rout Part Options to be able to add arbitrary configurations to rout parts. This resolves #2825.
  • Spare matchValues are added to the resolved URI as query parameters
  • Moved common properties & methods to RoutePartInterface
  • some Cosmetic changes

History

#1 Updated by Bastian Waidelich about 6 years ago

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

Applied in changeset r2218.

Also available in: Atom PDF