[ 
https://issues.apache.org/jira/browse/ORCHESTRA-16?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12574249#action_12574249
 ] 

Mario Ivankovits commented on ORCHESTRA-16:
-------------------------------------------

What I said ...

You should see it only on the first response which happens after the session 
has been created. Tomcat then encodes the URL _and_ sets the cookie. With the 
next request both will be sent back to tomcat (given cookies are enabled with 
the broswer) and the ;jsessionid will no longer be added to the link.

Given the bug reporter didn't provide any new information I am going to close 
this bug.

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

Reply via email to