[
https://issues.apache.org/jira/browse/ORCHESTRA-16?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12573021#action_12573021
]
Mario Ivankovits commented on ORCHESTRA-16:
-------------------------------------------
This has nothing to do with orchestra. The ;jsessionid will be added by the
servlet container (tomcat) on the first response or always if cookies are
disabled (either server side or client side).
HttpServletResponse.encodeUrl [1] is responsible for this.
Ciao,
Mario
[1]
http://java.sun.com/products/servlet/2.2/javadoc/javax/servlet/http/HttpServletResponse.html#encodeURL(java.lang.String)
> Rendering Problem
> -----------------
>
> Key: ORCHESTRA-16
> URL: https://issues.apache.org/jira/browse/ORCHESTRA-16
> Project: MyFaces Orchestra
> Issue Type: Bug
> Environment: Spring, Apache Orchestra, JSF RI 1.2, Custom Components
> Reporter: Miroslav Genov
>
> It seems that there is a problem when any control is trying to access servlet
> for rendering of an image. I have an image verification component which is
> rendered as:
> <img id="loginForm:verification_image"
> src="/jadm-web/resourceServlet;jsessionid=CB3A2751A2FEF9823DE59A281AFA1BF0?imgId=14590567251000&conversationContext=1"
> alt="" height="40" width="100" />
> Any idea why orchestra places ";" after servlet name.?
> This is the code which I'm using to render the image element.
> String src = "/" + ResourceServlet.RESOURCE_SERVLET_MAPPING
> + "?imgId=" + id;
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.