Actions
Bug #83283
closedContent record is not editable, because of an exception, if the editor set a link to something like "../page/path"
Start date:
2017-12-11
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
8
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
Steps to reproduce:
1. Create an text element.
2. Set the link (header_link) field to "../page/path"
3. Save the record.
Now you get an exception, because "../" is not allowed in a link.
But because of this exception, the frontend does not work (only the exception is displayed) and also the backend only shows the exception.
So, the editor isn't able to correct his mistake, because of the exception.
Also the fact, that the frontend displays only the exception is very unlovely.
Actions