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=6202>. 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=6202 bean:include does not work on a secured directory ------- Additional Comments From [EMAIL PROTECTED] 2002-06-07 00:04 ------- bean:include makes an http request to the file it is including. It doesn't pass along a session cookie so secure pages won't work. WEB-INF/something.jsp could never work because the app server has to restrict that from any http requests. Why don't you use jsp:include if you want to include files that are part of the same webapp that you are running in? -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>