DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG� RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=28051>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND� INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=28051 ------- Additional Comments From [EMAIL PROTECTED] 2005-01-14 16:31 ------- I remember very well the idea of creating a configurator class, surely a good idea to be done after defining the API. But think about this: - a subfunction1.jar, with a "config/struts-config.xml" file inside - a subfunction2.jar, with a "config/struts-config.xml" file indide Now, I mean with the current ActionServlet code, could happen something wrong because if the init parameter in web.xml is something like this: <init-param> <param-name>config</param-name> <param-value>/WEB-INF/struts-config.xml;config/struts-config.xml</param-value> </init-param> the instruction getClass().getResource(path) loads only one "config/struts- config.xml" from jars! And which one? Maybe it depends on some rules used by the classLoader getting resource, but anyway only one is loaded. Am I wrong? -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
