Provide a portable means to access web.xml without the ServletContext
---------------------------------------------------------------------

                 Key: SEAMSERVLET-45
                 URL: https://issues.jboss.org/browse/SEAMSERVLET-45
             Project: Seam Servlet
          Issue Type: Feature Request
            Reporter: Brian Leathem


In Seam Faces, we would like to access the web.xml file from within a CDI 
extension (SEAMFACES-185).  This is currently not possible to do in a portable 
way, as the ServletContext is not available from CDI extensions (at least not 
in EE environments).

In servlet environments, we can simply delegate to the ServletContext, but in 
EE environments, we may have to provide implementation specific ways of loading 
the web.xml file.

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

        
_______________________________________________
seam-issues mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/seam-issues

Reply via email to