We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
interceptor code:
result.forwardTo(a.class).b();
a.class:
void b() { result.use(c.class).d(); // result.used(); // with and without it, does not matter }
c.class
@inject httpservletresponse; void d() { response.writer.out("hi"); }
Result: 404: a/b.jsp not found
404: a/b.jsp not found
Possible bug?
The text was updated successfully, but these errors were encountered:
thanks for reporting the bug @guilhermesilveira. #804 fix it
Sorry, something went wrong.
Merge pull request #867 from caelum/issue778
fc19dd2
Closes #778. Checking result.used() before forward
Successfully merging a pull request may close this issue.
interceptor code:
a.class:
c.class
Result:
404: a/b.jsp not found
Possible bug?
The text was updated successfully, but these errors were encountered: