Disabling Session Cookies in Jetty, RAP cannot tabbed browsing in IE7 using the patch of bug 317616 [message #550644] |
Tue, 03 August 2010 22:12  |
Eclipse User |
|
|
|
Hi all experts,
When disabling Session Cookies in Jetty 6.x with the configuration below, I
found that it cannot to run RAP1.3 applications on multiple
browser-tabs In IE7 using this patch of bug 317616. But it can work fine on In IE6 and FireFox.
I can reproduce the tabbed browsing problem by the following steps.
step 1: Disabling Session Cookies in Jetty 6.x with the configuration below:
============================================================ =================
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE Configure PUBLIC "-//Mort Bay Consulting//DTD Configure//EN"
"http://jetty.mortbay.org/configure.dtd">
<Configure class="org.mortbay.jetty.webapp.WebAppContext">
<Get name="sessionHandler">
<Get name="sessionManager">
<Set name="usingCookies" type="boolean">false</Set>
</Get>
</Get>
</Configure>
============================================================ =================
step2: Run the RAP application with the patch code of bug 317616:
https://bugs.eclipse.org/bugs/attachment.cgi?id=174011&a ction=diff
https://bugs.eclipse.org/bugs/show_bug.cgi?id=317616
step3: Open RAP applications on multiple browser-tabs In IE7. Then the problem
is reproduced. The RAP application is loading always on multiple browser-tabs,
and the RAP applications have not any response on all opened tabs.
step 4: I try to delete the patch code of bug 317616:
https://bugs.eclipse.org/bugs/show_bug.cgi?id=317616, And also Open RAP applications on
multiple browser-tabs In IE7, Then the problem is solved. The rap UI can work
fine on multiple browser-tabs In IE7.
The Jetty version I am using is 6.1.23
The RAP version I am using is 1.3 release.
Best Regards.
|
|
|
|
Powered by
FUDForum. Page generated in 0.03478 seconds