Actions
Bug #18700
closedTYPO3 4.2.0 - DAM browser returns an invalid file link in htmlArea RTE
Start date:
2008-04-25
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
- Install DAM
- In configuration of rtehtmlarea, activate "enable DAM Browser"
This replaces the "File" tab in insert hyperlink with a "Media" tab.
Now select a file located in fileadmin from RTE. The returned link to the file does not contain the "fileadmin/path/to/directory" part, but only the hostname and the filename. That is:
instead of http://domain.tld/fileadmin/path/to/somefile.txt
I get
http://domain.tld/somefile.txt
which is then stored as a link to "/somefile.txt" in DB (using standard RTE transformations) and this is link is rendered as "http:///somefile.txt" in page rendering process.
(issue imported from #M8254)
Files
Actions