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=27125>. 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=27125 servlet initialization parameters not available using config.getServletContext().getInitParameter("paramName") when testing ------- Additional Comments From [EMAIL PROTECTED] 2004-02-27 16:02 ------- If I wouldn't call myservlet.init(config) in my tests, then config.getInitParameter("paramName") would return null and it returns correct "paramValue". So yes, I'm sure, unless I'm missing something :) I think the thing is that ServletConfigWrapper does not pass initialization parameters to the ServletContextWrapper and it probably should. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
