Project

General

Profile

Actions

Bug #23811

closed

ExtDirect calls get cached with domain resulting in "unable to connect to the server" exceptions

Added by Susanne Moog about 14 years ago. Updated over 13 years ago.

Status:
Closed
Priority:
Should have
Category:
-
Target version:
-
Start date:
2010-10-21
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
4.5
PHP Version:
5.3
Tags:
Complexity:
Is Regression:
Sprint Focus:

Description

If you are using the TYPO3 backend with different login domains the extDirect calls will work only for one of them (the one that last cleared the cache). All others will get "ExtDirect: Unable to connect to the server." exceptions.

If you disable the cache by setting $GLOBALS['TYPO3_CONF_VARS']['SYS']['extCache'] = 0; it magically works.

(issue imported from #M16091)


Files

16091_v1.patch (703 Bytes) 16091_v1.patch Administrator Admin, 2010-11-22 08:49
Actions #1

Updated by Andreas Kießling almost 14 years ago

Hi,

i've attached v1 to fix that problem. It just includes the HTTP_HOST in the cacheHash calculation, so that host and port are respected. There is also a thread about that problem in general (storing urls in the cache content) in the project-4 newsgroup. That problem may very well appear at other places that use the cache.

Regards,
Andreas

Actions #2

Updated by Steffen Kamper almost 14 years ago

i don't see the problem for other places as this is the only place where urls are saved.

Actions #3

Updated by Steffen Kamper almost 14 years ago

committed to trunk rev 9710

Actions #4

Updated by Susanne Moog over 13 years ago

  • Target version deleted (4.5.0)
Actions

Also available in: Atom PDF