[
https://issues.jboss.org/browse/SOLDER-265?page=com.atlassian.jira.plugin...
]
Christian Kaltepoth updated SOLDER-265:
---------------------------------------
Status: Pull Request Sent (was: Open)
Git Pull Request:
https://github.com/seam/solder/pull/69
As discussed with Jason the WebXmlLocator I wrote for Seam Faces as part of my work on
SEAMFACES-185 should be moved to Solder.
This pull request contains all the relevant classes including the unit tests.
My next steps for this issue will be:
# Create some documentation for the WebXmlLocator for the Solder reference guide
# Check whether it would be possible to add some Arquillian test for the locator
implementations
# Remove the WebXmlLocator from Seam Faces and use the classes provided by Solder
Provide a portable means to access web.xml without the
ServletContext
---------------------------------------------------------------------
Key: SOLDER-265
URL:
https://issues.jboss.org/browse/SOLDER-265
Project: Seam Solder
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.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see:
http://www.atlassian.com/software/jira