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

Fixing #734 that causes a StackOverflow when we use Result.redirectTo #787

Merged
merged 1 commit into from
Sep 7, 2014

Conversation

garcia-jj
Copy link
Member

Fixes #734 pull request that causes a StackOverflowError when I use a Result.redirectTo(Object) in my application. The #734 pull request forgot to add a cast to Class<T> to call Result.redirectTo(Class<T>). So the method call himself infinitely throwing a StackOverflowError.

I'll merge this pull request because can break some apps. I have tested in my application right now and everything works fine. And if any problems occurs we can fix (I think won't), we can rollback.

garcia-jj added a commit that referenced this pull request Sep 7, 2014
Fixing #734 that causes a StackOverflow when we use Result.redirectTo
@garcia-jj garcia-jj merged commit 1e3844b into master Sep 7, 2014
@renanigt
Copy link
Contributor

renanigt commented Sep 7, 2014

Nice!

On Sunday, September 7, 2014, Otávio Garcia notifications@github.com
wrote:

Merged #787 #787.


Reply to this email directly or view it on GitHub
#787 (comment).

@lucascs lucascs deleted the ot-fixing734stackoverflowerror branch September 8, 2014 20:22
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

2 participants