You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cocoon.apache.org by bu...@apache.org on 2003/04/25 00:36:45 UTC

DO NOT REPLY [Bug 19277] - org.apache.cocoon.environment.http.HttpRequest does not implement HttpServletRequest

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=19277>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=19277

org.apache.cocoon.environment.http.HttpRequest does not implement HttpServletRequest

vgritsenko@apache.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |WONTFIX



------- Additional Comments From vgritsenko@apache.org  2003-04-24 22:36 -------
HttpServletRequest is available from the objectModel, specifically for the
legacy application integration support purposes, see PhpGenerator for sample code.

PS: HttpServletRequest attributes are available from the HttpRequest object, so
you can get your bean from there.