Project

General

Profile

Actions

Bug #61699

closed

Epic #58282: Workspaces Workpackage #2

Story #58284: Bug fixes & Behaviour

Workspace Preview not working with lockSSL=3

Added by Oliver Hader over 9 years ago. Updated over 5 years ago.

Status:
Closed
Priority:
Should have
Assignee:
Category:
Miscellaneous
Target version:
Start date:
2014-09-18
Due date:
% Done:

100%

Estimated time:
TYPO3 Version:
6.2
PHP Version:
5.3
Tags:
Complexity:
medium
Is Regression:
Yes
Sprint Focus:

Description

The workspace preview does not work with lockSSL=3 being defined in the Install Tool. First it looks like a CSS issue, in the end it boils down that the preview IFRAMEs are not correctly initialized in \TYPO3\CMS\Workspaces\Hook\TypoScriptFrontendControllerHook. The mentioned hook is only called once for the request to the first IFRAME showing the website frontend preview and won't be called for further.

The reason is, that cache expire headers are sent that prevent the client to update the preview on each preview request. That's why the mentioned hook is not called and the IFRAMEs are not initialized properly. No-Cache headers are sent if a backend user object is initialized correctly - and that's the actual bug, a wrong but strict PHP condition, comparing a string (lockSSL) with an integer value.

The comparison flaw was integrated with issue #54265


Related issues 4 (0 open4 closed)

Related to TYPO3 Core - Task #54265: Use (int) instead of intval() or (integer)ClosedJo Hasenau2013-12-07

Actions
Related to TYPO3 Core - Bug #61374: Workspace Preview unusable due to sizeClosed2014-09-05

Actions
Related to TYPO3 Core - Bug #61376: Workspace Preview does not toggle between Live and WorkspaceClosed2014-09-05

Actions
Related to TYPO3 Core - Bug #51687: Page Preview not working with LockSSLPortClosed2013-09-03

Actions
Actions

Also available in: Atom PDF