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=18032>. 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=18032 html:img tag appending session doesn't work with apache setup Summary: html:img tag appending session doesn't work with apache setup Product: Struts Version: 1.1 Beta 3 Platform: All OS/Version: All Status: NEW Severity: Normal Priority: Other Component: Custom Tags AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] When the html:img tag appends jsessionid to the page url, the image is not processes properly by apache. If a particular setup includes having tomcat load all .jsp and .do pages, and having apache load the images and other files, apache will throw an error when it receives an image like: http://mysite.com/images/image.gif;jsessionid=whatever In the error_log, apache sais it cannot find image /path/to/webapp/images/image.gif;jsessionid=whatever. The struts html:img tag should provide a way to specify NOT to include the jsessionid, and probably shouldn't include the jsessionid by default --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
