[TYPO3-core] RFC #14436: External links are prepended with current domain by RTE transformation
Stanislas Rolland
typo3 at sjbr.ca
Thu Jun 17 16:29:37 CEST 2010
This is a SVN patch request.
Type:
Bugfix
Problem:
Assuming you are on localhost, enter external link as
http://something/?id=3.
t3lib_parsehtml_proc will convert it to
http://localhost/http://something/?id=3
when fetching from db back to RTE.
Solution:
If the url is not an email, nor a local file, then if it contains a
scheme, it should be considered external and remain untouched.
Bugtracker references:
http://bugs.typo3.org/view.php?id=14436
Branches:
trunk
TYPO3_4-3
Regards,
Stanislas
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: typo3core_bugfix_14436_trunk.patch
URL: <http://lists.typo3.org/pipermail/typo3-team-core/attachments/20100617/a6bf36f1/attachment.txt>
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: typo3core_bugfix_14436_typo3_4-3.patch
URL: <http://lists.typo3.org/pipermail/typo3-team-core/attachments/20100617/a6bf36f1/attachment.asc>
More information about the TYPO3-team-core
mailing list