[seam-issues] [JBoss JIRA] Created: (SEAMSERVLET-18) Provide convenient access to include and forward request parameters

Dan Allen (JIRA) jira-events at lists.jboss.org
Wed Dec 1 21:17:04 EST 2010


Provide convenient access to include and forward request parameters
-------------------------------------------------------------------

                 Key: SEAMSERVLET-18
                 URL: https://jira.jboss.org/browse/SEAMSERVLET-18
             Project: Seam Servlet
          Issue Type: Feature Request
          Components: Utilities
    Affects Versions: 3.0.0.Alpha1
            Reporter: Dan Allen


During an include or forward, vital information gets stuffed into request parameters. It would be nice to be able to access this information from an injectable Java resource.

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

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


-- 
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the seam-issues mailing list