Actions
Bug #24464
closedhtmlArea RTE: Trailing slash stripped from href of autolinks
Start date:
2011-01-04
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
If you enter a link like http://error.philippgampe.info/ <return> it turns itself into a link. However, the / is stripped from URL which means that the URL is wrong. Browsers will fix this, but it is wrong nevertheless and linkvalidator will use t3lib_div::getURL which will create a faulty http query resulting in a 400 bad request response. (Should be 404 actually).
Moreover the class and title attribute are missing.
(issue imported from #M16904)
Files
Actions