Project

General

Profile

Actions

Feature #21417

closed

TypoScript: page.config.additionalHeaders: Lack of flexibility because of data type string

Added by Christopher Klein over 14 years ago. Updated over 10 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2009-11-01
Due date:
% Done:

100%

Estimated time:
PHP Version:
5.3
Tags:
Complexity:
Sprint Focus:

Description

The field <i>page.config.additionalHeaders</i> should have a stdWrap functionality:

At the moment you are not able to dynamically assign values to <i>page.config.additionalHeaders</i> because it is of data type string. Using stdWrap you could achieve more flexibility.

Example (I wanted to use this for one of my extensions):
<i>
redirectURL = COA
redirectURL {
1 = TEXT
1.value = Location: index.php?id={$loginPID}&redirect_url=
2 = TEXT
2.data = getIndpEnv:TYPO3_REQUEST_URL
2.rawUrlEncode = 1
}
page.config.additionalHeaders.stdWrap.cObject = redirectURL
</i>

<b>This currently impossible. You can only assign strings.</b>

(issue imported from #M12424)


Related issues 1 (0 open1 closed)

Is duplicate of TYPO3 Core - Feature #23494: config.additionalHeaders - add stdWrapRejected2014-02-25

Actions
Actions #1

Updated by Chris topher about 12 years ago

  • Category deleted (Communication)
  • Status changed from New to Closed
  • Target version deleted (0)
  • % Done changed from 0 to 100

Duplicate of #23494.

Actions

Also available in: Atom PDF