Bug #23811
closedExtDirect calls get cached with domain resulting in "unable to connect to the server" exceptions
0%
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
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
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.