Skip to content
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

FEATURE: Allow to set a specific URL for the redirect finisher #15

Conversation

daniellienert
Copy link
Member

This change adds the option to allow a specific URL
to be set for the redirect finisher. Also some cleanup /
refactoring is done.

@@ -80,4 +80,28 @@ public function setOptions(array $options)
{
$this->options = $options;
}

/**
* @param $request
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

missing type

@daniellienert daniellienert force-pushed the feature/allow-to-set-a-url-in-redirect-finisher branch from a02118b to 4910bc9 Compare May 25, 2016 05:43
This change adds the option to allow a specific URL
to be set for the redirect finisher. Also some cleanup /
refactoring is done.
@daniellienert daniellienert force-pushed the feature/allow-to-set-a-url-in-redirect-finisher branch from 4910bc9 to d3a7338 Compare May 25, 2016 05:44
@daniellienert
Copy link
Member Author

Thanks @aertmann for reviewing.

sets the header / body output to the current response
object instead of the topmost parent.
@daniellienert
Copy link
Member Author

@aertmann / @kdambekalns: While testing, it showed, that the output / the redirect header wasn't rendered. Originally the topmost parent response object was altered - I guess for a reason? When I alter the current response object everything works fine. I wonder why this ever worked? What do you think?

@kdambekalns
Copy link
Member

Off the top of my head, maybe neos/neos-development-collection#16 causes this?

@daniellienert daniellienert merged commit df1af31 into neos:master Aug 29, 2016
@daniellienert daniellienert deleted the feature/allow-to-set-a-url-in-redirect-finisher branch August 29, 2016 12:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants