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/10/15 14:27:02 UTC

DO NOT REPLY [Bug 23834] New: - jsessionid appended twice in html-el:img

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=23834>.
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=23834

jsessionid appended twice in html-el:img

           Summary: jsessionid appended twice in html-el:img
           Product: Struts
           Version: 1.1 Final
          Platform: All
        OS/Version: Other
            Status: NEW
          Severity: Minor
          Priority: Other
         Component: Custom Tags
        AssignedTo: struts-dev@jakarta.apache.org
        ReportedBy: szoerner@de.ibm.com


Using JSTL 1.0 and the Struts-EL-Tags and URL-Rewriting, the following code

  <c:url var="photoUrl" scope="page" value="showPhoto.do">
      <c:param name="id" value="${person.uid}" />
  </c:url>
  <html-el:img src="${photoUrl}" alt="${person.commonName}"/>

results in an img-Tag with the jsessionid appended to the URL twice (1x JSTT via
c:url, 1x Struts-EL)

---------------------------------------------------------------------
To unsubscribe, e-mail: struts-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: struts-dev-help@jakarta.apache.org