You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@struts.apache.org by "Paul Benedict (JIRA)" <ji...@apache.org> on 2007/08/12 11:03:18 UTC

[jira] Closed: (STR-1309) [taglib] tag appending session doesn't work with apache setup

     [ https://issues.apache.org/struts/browse/STR-1309?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Paul Benedict closed STR-1309.
------------------------------

       Resolution: Won't Fix
    Fix Version/s:     (was: Future)
         Assignee:     (was: Struts Developers)

This issue describes a function that is designed properly. 

> [taglib] <html:img> tag appending session doesn't work with apache setup
> ------------------------------------------------------------------------
>
>                 Key: STR-1309
>                 URL: https://issues.apache.org/struts/browse/STR-1309
>             Project: Struts 1
>          Issue Type: Improvement
>          Components: Taglibs
>    Affects Versions: 1.0.1
>         Environment: Operating System: All
> Platform: All
>            Reporter: Chris Book
>            Priority: Minor
>         Attachments: ImageTag_patch.txt, ImgTag_patch.txt, struts-html_patch.txt, struts-html_patch.txt
>
>
> 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

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.