Bug #36859

URLs Break if the Route return a URI with Query string

Added by Marc Neuhaus about 3 years ago. Updated about 3 years ago.

Status:Closed Start date:2012-05-05
Priority:Should have Due date:
Assigned To:Bastian Waidelich % Done:

0%

Category:MVC - Routing
Target version:-
PHP Version: Complexity:
Has patch:Yes Affected Flow version:Git master

Description

In cases where the Route returns an URI with a Query String attached the URI Builder adds a second ? to append the query string. In my case this happens through the BackendModuleArgumentsRoutePartHandler which already adds a query string.

I've attached a patch to check the matchingUri for a ? to append the query with a ? or & depending on that check.

Route.php.diff Magnifier (429 Bytes) Marc Neuhaus, 2012-05-05 11:48


Related issues

duplicates TYPO3.Flow - Bug #33519: Route always appends a question mark even if the route al... Resolved 2012-01-29

History

#1 Updated by Bastian Waidelich about 3 years ago

  • Status changed from New to Closed
  • Assigned To set to Bastian Waidelich
  1. Already fixed with #33519

Also available in: Atom PDF