You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@struts.apache.org by bu...@apache.org on 2003/03/16 04:22:31 UTC

DO NOT REPLY [Bug 18032] New: - html:img tag appending session doesn't work with apache setup

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: struts-dev@jakarta.apache.org
        ReportedBy: cbook@rim.net


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: struts-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: struts-dev-help@jakarta.apache.org