Comment #1 on issue 647 by [email protected]: Guice's include() and forward()
should conform to servlet standards
http://code.google.com/p/google-guice/issues/detail?id=647
Is there any interest in fixing this bug?
I believe it's fairly major when mainstream Java servlet libraries like
Stripes are broken and unfixable within a servlet engine because of
something which is surely only a few minutes work; adding 5 request
attributes inside the logic of both Guice forward(...) and guice
include(...) respectively to conform to servlet standards.
The bug has been open for a very long time too.
I gave up trying to make sense of the Guice stubs and test framework after
a fair amount of struggling to recreate this as a test case. What I need to
do is NOT write stubs, and have the Guice framework actually execute the
invalid forward or include (hence demonstrating its failure to update the
mandatory request attributes). I cannot figure out how to execute this
within the Guice svn source, sorry, though I tried.
--
You received this message because you are subscribed to the Google Groups
"google-guice-dev" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/google-guice-dev?hl=en.