Actions
Bug #87775
closedExceptions thrown for unconfigured login form
Start date:
2019-02-24
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
10
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
When adding a new login form to a fresh site, several exceptions are thrown as the redirect URL is null and not a string. The exceptions come from RedirectUrlValidator::isValid()
.
Steps to reproduce:
- create a new site with a basic template
- create a folder for users, configure the constant
styles.content.loginform.pid
with that folder's uid - insert a login form on the start page, w/o any configuration in the flexform
- open the start page – boom, you're greeted with an exception
Bonus track: if the constant is not configured, the page is rendered, but the login form shows "oops, an error occurred" because the PID is not configured (as you then can see from the log).
Updated by Gerrit Code Review over 5 years ago
- Status changed from In Progress to Under Review
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/59795
Updated by Anonymous over 5 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 9b9c7256dae276ec710eaa6f6d4a7d3ea9298d23.
Actions