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

Forward + Result.use is still trying to access my jsp #778

Closed
guilhermesilveira opened this issue Sep 2, 2014 · 1 comment · Fixed by #804 or #867
Closed

Forward + Result.use is still trying to access my jsp #778

guilhermesilveira opened this issue Sep 2, 2014 · 1 comment · Fixed by #804 or #867
Labels

Comments

@guilhermesilveira
Copy link
Member

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

Possible bug?

@Turini
Copy link
Member

Turini commented Sep 18, 2014

thanks for reporting the bug @guilhermesilveira. #804 fix it

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
2 participants