-
-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
BUGFIX: Update status code if obsolete redirect targets get updated #28
Conversation
Sorry for the many formatting changes. But so we get the pipeline green again. Actual change is just: and the new tests. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
i trust you
# Conflicts: # Classes/RedirectStorage.php
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tested it in combination with neos/redirecthandler-neosadapter#60
If I create an redirect, which source uri is already set up as target uri, this redirect becomes obsolete. So this obsolete redirect get corrected to the new target. Now the status code of the obsolete redirect gets also updated.
Also fixed styling and test execution.