Actions
Bug #18820
closedAbsolute URL's on inline2TempFile
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Content Rendering
Target version:
-
Start date:
2008-05-20
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.1
PHP Version:
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Description
Currently the inline2TempFile function generates HTML code with relative URL's but this poses some problems:
The problem happens on this context:
- The web page URL of the site is not in the root of the domain. For example, http://domain/tree1/tree2/
If the <base> tag is properly configured and a relative URI is found on the HTML most agents work correctly, but not all of them. Some simply ignore the <base> tag and try to get the relative URi from the base.
The problem would be fixed by using an absolute URI.
(issue imported from #M8473)
Actions