Project

General

Profile

Actions

Feature #47982

closed

INCLUDE_TYPOSCRIPT does not support real relative paths & constants

Added by Gabriel Kaufmann / Typoworx NewMedia about 11 years ago. Updated over 5 years ago.

Status:
Closed
Priority:
Should have
Category:
TypoScript
Target version:
-
Start date:
2013-05-06
Due date:
% Done:

0%

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

Description

The "INCLUDE_TYPOSCRIPT"-Tag to include external TypoScript does not seem to support "real" relative paths.

Example:

Works:

<INCLUDE_TYPOSCRIPT: source="FILE:fileadmin/templates/base/mySetup.txt">

While this condition (inside of mySetup.txt) does not work:

# [ Inside mySetup.txt]

<INCLUDE_TYPOSCRIPT: source="FILE:../anotherSetup.txt">

I would have expected that TYPO3 resolves the relative path given by "FILE:../" to the upper directory of "mySetup.txt". But it doesn't.

In some cases this would be very flexible and handy.


Related issues 2 (0 open2 closed)

Related to TYPO3 Core - Bug #47985: INCLUDE_TYPOSCRIPT does not resolve TS-ConstantsRejected2013-05-06

Actions
Is duplicate of TYPO3 Core - Feature #52018: TypoScript: Allow relative file inclusionClosedPhilipp Gampe2013-09-15

Actions
Actions #1

Updated by Markus Klein about 11 years ago

  • Category set to TypoScript

These are two separate features.
Please file a separate ticket.

Actions #2

Updated by Gabriel Kaufmann / Typoworx NewMedia about 11 years ago

Please update this ticket to work on the primary feature only. I will submit a related ticket for the second one.

UPDATE:

New ticket for second feature-request for adding TS-Constant resolving: #47985

Actions #3

Updated by Chris topher about 11 years ago

Gabriel Kaufmann / Typoworx NewMedia wrote:

Please update this ticket(...)

Done.

Actions #4

Updated by Thorsten Kahler about 11 years ago

  • Status changed from New to Needs Feedback
  • Assignee set to Gabriel Kaufmann / Typoworx NewMedia

Gabriel Kaufmann / Typoworx NewMedia wrote:

The "INCLUDE_TYPOSCRIPT"-Tag to include external TypoScript does not seem to support "real" relative paths.

[...]

I would have expected that TYPO3 resolves the relative path given by "FILE:../" to the upper directory of "mySetup.txt". But it doesn't.

The documentation at http://docs.typo3.org/typo3cms/TyposcriptSyntaxReference/Syntax/Includes/Index.html explicitly mentions that double periods .. are not allowed. Most probable reason is to avoid any attack vector for path traversal.

Actions #5

Updated by Gabriel Kaufmann / Typoworx NewMedia about 11 years ago

Thorsten Kahler wrote:

The documentation at http://docs.typo3.org/typo3cms/TyposcriptSyntaxReference/Syntax/Includes/Index.html explicitly mentions that double periods .. are not allowed. Most probable reason is to avoid any attack vector for path traversal.

Thanks for the hint.

Well at first this make sense. On the other hand I don't think this is a real problem as TYPO3 does have funtions to translate those paths. In simplest case one could do this by realpath in combination with a string-compare against the DOC-ROOT Path for the Web.

So I agree this "could" be a security reason, but only if there are no preventive measures avoiding those issues.

Actions #6

Updated by Jigal van Hemert over 10 years ago

You want relative paths, but they should also be a subdirectory of the site directory. This can only end up with constructions like:
FILE:../htdocs/fileadmin/templates/../templates/../../fileadmin/templates/my_own.ts

Can you explain a use-case for this?

Actions #7

Updated by Gabriel Kaufmann / Typoworx NewMedia over 10 years ago

Jigal van Hemert wrote:

You want relative paths, but they should also be a subdirectory of the site directory. This can only end up with constructions like:
FILE:../htdocs/fileadmin/templates/../templates/../../fileadmin/templates/my_own.ts

Can you explain a use-case for this?

Yes. If you have INCLUDES in external TS-FILES. Of course the relative path should then rely on the base-path of the current file the sub-include is taking place.

Actions #8

Updated by Stefan Neufeind over 10 years ago

Please note that #52018 is merged in master (soon to be 6.2 beta 1) now. I guess that solves your request for relative includes?

Actions #9

Updated by Gabriel Kaufmann / Typoworx NewMedia over 10 years ago

Stefan Neufeind wrote:

Please note that #52018 is merged in master (soon to be 6.2 beta 1) now. I guess that solves your request for relative includes?

Sounds great. Thanks for keeping me up-to-date on that. I'll give it a try soon. The 52018 patch is only available from TYPO3 6.2 or is it already in latest 6.1?

Actions #10

Updated by Philipp Gampe over 10 years ago

  • Status changed from Needs Feedback to Resolved
Actions #11

Updated by Stefan Neufeind over 10 years ago

Only in 6.2 beta 1 (soon to be released) I'm afraid since it's a new "feature".
If you need it urgently for older releases as well, I guess the patch from gerrit should easily apply on your 6.1.x as well.

Actions #12

Updated by Benni Mack over 5 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF