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

Jesse Kuhnert resolved TAPESTRY-1347.
-------------------------------------

    Resolution: Fixed

Replaced & with & to help ie out..

> Shell refresh tag incorrectly encoded with cookies disabled
> -----------------------------------------------------------
>
>                 Key: TAPESTRY-1347
>                 URL: https://issues.apache.org/jira/browse/TAPESTRY-1347
>             Project: Tapestry
>          Issue Type: Bug
>          Components: Framework
>    Affects Versions: 4.1.2
>         Environment: internet explorer
>            Reporter: Jesse Kuhnert
>             Fix For: 4.1.2
>
>
> As from the mailing list:
> hi patrick,
> this might be because of the ";" as delimiter for the sessionId wich is also 
> used as delimiter for the values of the content-parameter. so i think that IE 
> splits this entry to
> 10
> URL=http://localhost:8080/myapp/ImportMatrix.page
> jsessionid=C79B17BAFCE7166D80F92708F500D4B9
> wich brings you to your start-page.
> instead of a meta-tag you might use javascript for page-refresh as a 
> workaround.
> kind regars
> -----Ursprüngliche Nachricht-----
> Von: Patrick Klein [mailto:[EMAIL PROTECTED]
> Gesendet: Dienstag, 6. März 2007 10:20
> An: Tapestry users
> Betreff: @Shell component, refresh and IE
> - Hide quoted text -
> Hello!
> I'm using the @Shell component's refresh tag to set trigger the reload
> of a given page every 10 seconds. All works fine using Firefox. However,
> using IE all goes havoc as IE seems to drop at least parts of the reload
> url. The refresh part of the page looks like the following:
>    <meta http-equiv="Refresh" content="10;
> URL=http://localhost:8080/myapp/ImportMatrix.page;jsessionid=C79B17BAFCE7166D80F92708F500D4B9";
> />
> after the refresh i'm seeing the following url in IE:
>    http://localhost:8080/myapp/ImportMatrix.page
> completely disregarding the jsessionid, which brings me back to the
> login page.
> Used Tapestry-version: 4.1.1, 4.1.2-SNAPSHOT (15.2.2007)
> Could anyone give me a hint on how to fix this?
> Regards,
>    Patrick

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


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to