Actions
Bug #19121
closedbackend copy of a page with download-links destroys links
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Content Rendering
Target version:
-
Start date:
2008-07-17
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.2
PHP Version:
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Description
the original page has a download url like:
<a href="fileadmin/user_upload/Deutsch/Media%20Center/MMKarton_Bilder/k_maschine_nasspartie_300dpi.jpg" title="PDF" target="_self" class="download"><img src="uploads/RTEmagicC_icon_kreis.gif.gif" alt="" width="17" height="17"> 300 dpi, 3 MB</a>
When I copy the page (the same is when I use the "translate to.." function) the download-url ist mixed up like:
<a href="fileadmin/user_upload/Deutsch/Media" target="Center/MMKarton_Bilder/k_maschine_nasspartie_300dpi.jpg"><img src="uploads/RTEmagicC_icon_kreis_88.gif.gif" alt="" width="17" height="17"> 300 dpi, 3 MB</a>
This bug is always reproduceable when a webserver-folder-name has a blank.
(issue imported from #M8998)
Actions