Bug #36500

Ajax widgets can't be executed

Added by Nicole Cordes over 3 years ago. Updated about 3 years ago.

Status:Resolved Start date:2012-04-24
Priority:Must have Due date:
Assigned To:- % Done:

100%

Category:-
Target version:-
Has patch:No Affected Flow version:Git master

Description

Any ajax widget can't be executed because of the missing function setRoutesConfiguration which is called by \TYPO3\FLOW3\Http\RequestHandler->handleRequest.


Related issues

related to TYPO3.Flow - Bug #36236: Call to method not being backed by an interface in Http R... Resolved 2012-04-17

Associated revisions

Revision 380d6837
Added by Robert Lemke about 3 years ago

[BUGFIX] Fix request handling for Ajax widgets

Requests to AJAX widgets were not handled properly
because the routing configuration was not available
to the request handler being in charge for handling
that request.

This patch removes the specialized WidgetRequestHandler
completely and implements the specialized handling of
AJAX widget requests through an aspect which advices
the original Router.

This change set also introduces functional tests which
cover the basic widget request handling executed through
the full request / response stack.

Change-Id: I93da33920f37f1fe38121600f2da890346ffc37f
Resolves: #36500
Resolves: #36236
Releases: 1.1

History

#1 Updated by Gerrit Code Review over 3 years ago

  • Status changed from New to Under Review

Patch set 1 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/10734

#2 Updated by Gerrit Code Review over 3 years ago

Patch set 2 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/10734

#3 Updated by Gerrit Code Review about 3 years ago

Patch set 1 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/11101

#4 Updated by Gerrit Code Review about 3 years ago

Patch set 2 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/11101

#5 Updated by Gerrit Code Review about 3 years ago

Patch set 3 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/11101

#6 Updated by Gerrit Code Review about 3 years ago

Patch set 4 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/11101

#7 Updated by Robert Lemke about 3 years ago

  • Status changed from Under Review to Resolved
  • % Done changed from 0 to 100

Also available in: Atom PDF