Bug #36500

Ajax widgets can't be executed

Added by Nicole Cordes about 1 year ago. Updated about 1 year ago.

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

100%

Category:-
Target version:-
Has patch:No FLOW3 version affected:Git master
Votes: 1 (View)

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 1 year 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

Updated by Gerrit Code Review about 1 year 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

Updated by Gerrit Code Review about 1 year ago

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

Updated by Gerrit Code Review about 1 year ago

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

Updated by Gerrit Code Review about 1 year ago

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

Updated by Gerrit Code Review about 1 year ago

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

Updated by Gerrit Code Review about 1 year ago

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

Updated by Robert Lemke about 1 year ago

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

Also available in: Atom PDF