Actions
Feature #23491
closedTYPO3 misses page-option to force SSL oder Non-SSL to page
Start date:
2010-09-01
Due date:
% Done:
0%
Estimated time:
PHP Version:
5.2
Tags:
Complexity:
Sprint Focus:
Description
In rfc 11950 we introduced the possibility into typolink to set an scheme (http / https) to the rendered link url.
TYPO3 misses the possibility to "enforce" one page to be ssl or to be no ssl.
Since the typolink function generally is enabled to that since #21053, we easily can integrate such functionality to core.
The patch consists of 3 parts:
- adding the selector to the page tca/sql/locallang
- adding 3 lines to typolink to check if this value is set
- adding a redirect to TSFE if a force is set and called by another request type
(issue imported from #M15621)
Files
Updated by Dmitry Dulepov about 14 years ago
v4 applies to the current trunk and replaces language identifiers with better strings.
Actions