Bug #36859

URLs Break if the Route return a URI with Query string

Added by Marc Neuhaus about 1 year ago. Updated about 1 year ago.

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

0%

Category:MVC - Routing
Target version:-
PHP Version: Complexity:
Has patch:Yes FLOW3 version affected:Git master
Votes: 0

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 (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

Updated by Bastian Waidelich about 1 year ago

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

Also available in: Atom PDF