Comment #1 on issue 683 by [email protected]: RequestDispatcher do not
follow the specification of Servlet 2.4
http://code.google.com/p/google-guice/issues/detail?id=683
Please note that there is more to that than only this one request attribute.
It seems that none of the attributes specified by the the servlet
specification is set for both the RequestDispatcher#forward()
implementation (javax.servlet.forward.request_uri,
javax.servlet.forward.context_path, javax.servlet.forward.servlet_path,
javax.servlet.forward.path_info, javax.servlet.forward.query_string), see
section 8.4.2 of the specification and RequestDispatcher#include()
implementation (javax.servlet.include.request_uri,
javax.servlet.include.context_path, javax.servlet.include.servlet_path,
javax.servlet.include.path_info, javax.servlet.include.query_string), see
section 8.4.2 of the specification. This in turn renders any code that
depends on those atributes to be set invalid.
--
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.