<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://purl.org/rss/1.0/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:syn="http://purl.org/rss/1.0/modules/syndication/" xmlns:admin="http://webns.net/mvcb/">
  <channel rdf:about="http://permalink.gmane.org/gmane.comp.java.dwr.user">
    <title>gmane.comp.java.dwr.user</title>
    <link>http://permalink.gmane.org/gmane.comp.java.dwr.user</link>
    <description/>
    <syn:updatePeriod>hourly</syn:updatePeriod>
    <syn:updateFrequency>1</syn:updateFrequency>
    <syn:updateBase>1901-01-01T00:00+00:00</syn:updateBase>
    <items>
      <rdf:Seq>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.java.dwr.user/22040"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.java.dwr.user/22039"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.java.dwr.user/22038"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.java.dwr.user/22037"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.java.dwr.user/22036"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.java.dwr.user/22035"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.java.dwr.user/22034"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.java.dwr.user/22033"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.java.dwr.user/22032"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.java.dwr.user/22031"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.java.dwr.user/22030"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.java.dwr.user/22029"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.java.dwr.user/22028"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.java.dwr.user/22027"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.java.dwr.user/22026"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.java.dwr.user/22025"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.java.dwr.user/22024"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.java.dwr.user/22023"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.java.dwr.user/22022"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.java.dwr.user/22021"/>
      </rdf:Seq>
    </items>
    <image rdf:resource="http://gmane.org/img/gmane-25t.png"/>
    <textinput rdf:resource=""/>
  </channel>
  <image rdf:about="http://gmane.org/img/gmane-25t.png">
    <title>Gmane</title>
    <url>http://gmane.org/img/gmane-25t.png</url>
    <link>http://gmane.org</link>
  </image>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.java.dwr.user/22040">
    <title>[dwr-users] Re: Dwr error on WAS 8.5</title>
    <link>http://permalink.gmane.org/gmane.comp.java.dwr.user/22040</link>
    <description>&lt;pre&gt;1) If you change the class you have exposed to not implement an 
interface, does the problem go away?

2) Would you be willing to download the DWR source, place a few 
breakpoints in the code 
(org.directwebremoting.impl.DefaultCreatorManager addCreator), and 
investigate this a bit?

On 05/16/2013 05:50 AM, T THRADINGHAM wrote:

&lt;/pre&gt;</description>
    <dc:creator>David Marginian</dc:creator>
    <dc:date>2013-05-17T02:13:42</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.java.dwr.user/22039">
    <title>[dwr-users] Dwr error on WAS 8.5</title>
    <link>http://permalink.gmane.org/gmane.comp.java.dwr.user/22039</link>
    <description>&lt;pre&gt;Hi guys,
I wonder if you can help me as I'm experiencing a strange issue with DWR, Spring and Websphere.
 
My setup currently is Websphere 7, Spring 2.5, Dwr 2. We are moving to Websphere 8.5. This causes us the dreaded crossDomainSessionSecurity issue - currently remedied by changing the dwr configuration setting to false as per the current guidelines - and everything is working as expected. 
At some stage we will probably upgrade to Dwr 3 and as we are undergoing a WAS change at the moment I decided to test this out. So I have downloaded Dwr 3 and included the jar in one of my applications. We have a number of apps using Dwr so we have no plan for major changes, but simple configuration changes are ok.
 
So, my setup now is Websphere 8.5, Dwr 3, Spring 2.5. 
When trying to access my app I am getting the following error thrown in the WAs logs -
 
[16/05/13 10:37:03:478 BST] 00000092 startup I org.directwebremoting.impl.StartupUtil logStartup Starting: DwrController v3.0.0-RC2-final-312 on IBM WebSphere A&lt;/pre&gt;</description>
    <dc:creator>T THRADINGHAM</dc:creator>
    <dc:date>2013-05-16T11:50:27</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.java.dwr.user/22038">
    <title>[dwr-users] Re:</title>
    <link>http://permalink.gmane.org/gmane.comp.java.dwr.user/22038</link>
    <description>&lt;pre&gt;The NPE is being thrown on this line:
return 
LocalUtil.classForName(moduleConfig.findFormBeanConfig(formBean).getType());

It looks like the formBean can't be found (best guess).

If you had everything working I would suggest back-tracking your steps.

On 05/14/2013 04:08 PM, Fordemo Only wrote:

&lt;/pre&gt;</description>
    <dc:creator>David Marginian</dc:creator>
    <dc:date>2013-05-14T23:09:35</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.java.dwr.user/22037">
    <title>[dwr-users]</title>
    <link>http://permalink.gmane.org/gmane.comp.java.dwr.user/22037</link>
    <description>&lt;pre&gt;Hello
I re-deployed an app with changes, none of which I believed 
affected dwr and I am getting the error below.  Works perfectly in the 
previous environment.  Using 2.0.10, same error when deployed to Tomcat 
6.0.29 and Tomcat 6.0.37.  DWR is in \WEB-INF\lib I am nonplused.  I 
have nothing else to try.  tia.

error snipped
0    
[http-8080-1] ERROR org.directwebremoting.impl.DefaultCreatorManager  
error - Error loading class for creator 'StrutsCreator[pojo00]'.
java.lang.NullPointerException
    at org.directwebremoting.struts.StrutsCreator.getType(StrutsCreator.java:121)
    at org.directwebremoting.impl.DefaultCreatorManager.addCreator(DefaultCreatorManager.java:118)
    at
 org.directwebremoting.impl.DefaultCreatorManager.addCreator(DefaultCreatorManager.java:100)
    at org.directwebremoting.impl.DwrXmlConfigurator.loadCreate(DwrXmlConfigurator.java:274)
    at org.directwebremoting.impl.DwrXmlConfigurator.loadAllows(DwrXmlConfigurator.java:224)
    at org.directwebremotin&lt;/pre&gt;</description>
    <dc:creator>Fordemo Only</dc:creator>
    <dc:date>2013-05-14T22:08:33</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.java.dwr.user/22036">
    <title>[dwr-users] Re: How disable escaped single quotes in JSON/JSONP response with dwr-3.0.0.rc2  and jsonpEnabled</title>
    <link>http://permalink.gmane.org/gmane.comp.java.dwr.user/22036</link>
    <description>&lt;pre&gt;I realize I mistakenly responded to Josh directly.  If anyone else is 
interested in this we have created an issue for it - 
http://directwebremoting.org/jira/browse/DWR-602.  Please follow the 
comments there, this issue was just resolved and the fix will be 
available in RC3 or bamboo builds 514 and up.

On 05/07/2013 10:40 AM, Josh Sents wrote:

&lt;/pre&gt;</description>
    <dc:creator>David Marginian</dc:creator>
    <dc:date>2013-05-08T23:36:28</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.java.dwr.user/22035">
    <title>[dwr-users] Re: Memory Leak in Clock Demo DWR 2.0.5 and IE 9</title>
    <link>http://permalink.gmane.org/gmane.comp.java.dwr.user/22035</link>
    <description>&lt;pre&gt;Ok, thanks for testing, Mark. I still find it strange that IE is leaking
with the script tag approach. I'll keep an eye out for this in our work on
http://bugs.directwebremoting.org/jira/browse/DWR-576.
 
Best regards
Mike
 
Mark Priest wrote:

Mike, 

I didn't see any improvement in the leak with your script tag approach.  It
was still leaking about 6.4 mb/hr.   using your script tag approach.  The
memory is reclaimed when I refresh the browser.

It's worth mentioning that this leak isn't likely to be a problem for a lot
of people.  In our case, customers want our app to run for a week at a time
or longer without refreshing the page so any leak starts to be a problem.  I
think this is probably a rare requirement, however.  Also, if we could use
Chrome or Firefox I don't think we would see any leak.


On Sun, May 5, 2013 at 6:50 AM, Mike Wilson &amp;lt;mikewse-PkbjNfxxIARBDgjK7y7TUQ&amp;lt; at &amp;gt;public.gmane.org&amp;gt; wrote:



Thanks for testing. Both JS functions trigger closures internally in IE so
it might be those that IE have &lt;/pre&gt;</description>
    <dc:creator>Mike Wilson</dc:creator>
    <dc:date>2013-05-08T14:15:30</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.java.dwr.user/22034">
    <title>[dwr-users] Re: Incomplete reply from server in Chrome - when using location.href or window.parent.location</title>
    <link>http://permalink.gmane.org/gmane.comp.java.dwr.user/22034</link>
    <description>&lt;pre&gt;Does the last solution seem to work well, Aneesh?
Best regards
Mike 

Aneesh Vijendran wrote:


&lt;/pre&gt;</description>
    <dc:creator>Mike Wilson</dc:creator>
    <dc:date>2013-05-08T14:17:24</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.java.dwr.user/22033">
    <title>[dwr-users] How disable escaped single quotes in JSON/JSONP response with dwr-3.0.0.rc2  and jsonpEnabled</title>
    <link>http://permalink.gmane.org/gmane.comp.java.dwr.user/22033</link>
    <description>&lt;pre&gt;I have been using DWR-native remote inside our web application.It works 
awesome! Now I am creating an API for an external client within the same 
application. The client has required that I return valid JSON response.I 
have enabled JSON/JSONP and I get the response back from the server with 
the expected data.The problem is that the JSON does not pass JSON 
validation.Here is a sample site that validates a JSON string 
http://jsonlint.com/ .I think the only issue is that the String fields 
have single quotes escaped.

Is there a way to disable escaping for the JSON/JSONP remote responses 
only and leave the escaping enabled DWR-native remote?

Thanks

Josh

&lt;/pre&gt;</description>
    <dc:creator>Josh Sents</dc:creator>
    <dc:date>2013-05-07T16:40:33</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.java.dwr.user/22032">
    <title>[dwr-users] Re: Memory Leak in Clock Demo DWR 2.0.5 and IE 9</title>
    <link>http://permalink.gmane.org/gmane.comp.java.dwr.user/22032</link>
    <description>&lt;pre&gt;Mike,

I didn't see any improvement in the leak with your script tag approach.  It
was still leaking about 6.4 mb/hr.   using your script tag approach.  The
memory is reclaimed when I refresh the browser.

It's worth mentioning that this leak isn't likely to be a problem for a lot
of people.  In our case, customers want our app to run for a week at a time
or longer without refreshing the page so any leak starts to be a problem.
 I think this is probably a rare requirement, however.  Also, if we could
use Chrome or Firefox I don't think we would see any leak.


On Sun, May 5, 2013 at 6:50 AM, Mike Wilson &amp;lt;mikewse-PkbjNfxxIARBDgjK7y7TUQ&amp;lt; at &amp;gt;public.gmane.org&amp;gt; wrote:

&lt;/pre&gt;</description>
    <dc:creator>Mark Priest</dc:creator>
    <dc:date>2013-05-06T18:15:30</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.java.dwr.user/22031">
    <title>[dwr-users] Test</title>
    <link>http://permalink.gmane.org/gmane.comp.java.dwr.user/22031</link>
    <description>&lt;pre&gt;This is a test message.


&lt;/pre&gt;</description>
    <dc:creator>David Marginian</dc:creator>
    <dc:date>2013-05-06T11:59:08</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.java.dwr.user/22030">
    <title>[dwr-users] Re: Memory Leak in Clock Demo DWR 2.0.5 and IE 9</title>
    <link>http://permalink.gmane.org/gmane.comp.java.dwr.user/22030</link>
    <description>&lt;pre&gt;Thanks for testing. Both JS functions trigger closures internally in IE so
it might be those that IE have a hard time cleaning up. They don't have a
great track record in that department ;-)
 
It might be worth trying something that doesn't trigger any closures at all.
I'm successfully running the following in my local env:
 
dwr.engine._eval = function(script) {
    if (script == null) return null;
    if (script == "") { dwr.engine._debug("Warning: blank script", true);
return null; }
    var elem = document.createElement("script");
    elem.text = script;
    var head = document.getElementsByTagName("head")[0];
    head.appendChild(elem);
    head.removeChild(elem);
};
 
I haven't had time to test a lot of browsers yet, or do any long running
resource tests. It would be great if you could try to see what (if any)
difference it makes for you?
 
Best regards
Mike
 
Mark Priest wrote:

Mike/David,

Unfortunately, I didn't see any improvement using execScript.  That function
is used to do an eval in the globa&lt;/pre&gt;</description>
    <dc:creator>Mike Wilson</dc:creator>
    <dc:date>2013-05-05T10:50:55</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.java.dwr.user/22029">
    <title>[dwr-users] Re: Memory Leak in Clock Demo DWR 2.0.5 and IE 9</title>
    <link>http://permalink.gmane.org/gmane.comp.java.dwr.user/22029</link>
    <description>&lt;pre&gt;Mike/David,

Unfortunately, I didn't see any improvement using execScript.  That function is used to do an eval in the global scope and is intended to be used to load long-lived scripts dynamically.

My coworker tried the approach of doing the eval in an iframe as suggested in the Microsoft knowledge base article I referenced.  This was their suggestion for use with IE 7.   The leak was reduced to 40% of the leak we see using eval in the parent.   However,  the memory does not get reclaimed in that case until you close the browser.   When doing the eval without the iframe the memory is reclaimed when the page is refreshed or when you browse to a new page.

We are still planning to go down the road of removing eval altogether and sending JSON back to the browser rather than executable JavaScript.

-Mark

On May 3, 2013, at 11:18 AM, David Marginian &amp;lt;david-H55tQ8LTKd1xxXtqJ93Y6g&amp;lt; at &amp;gt;public.gmane.org&amp;gt; wrote:

&lt;/pre&gt;</description>
    <dc:creator>Mark Priest</dc:creator>
    <dc:date>2013-05-04T14:07:51</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.java.dwr.user/22028">
    <title>[dwr-users] Re: Memory Leak in Clock Demo DWR 2.0.5 and IE 9</title>
    <link>http://permalink.gmane.org/gmane.comp.java.dwr.user/22028</link>
    <description>&lt;pre&gt;Just an FYI guys, I tried replacing our _eval last night with a version
that uses the execScript and all our tests pass, etc.  So if it fixes the
memory leak it will be a good fix to get in.


On Fri, May 3, 2013 at 9:15 AM, Mike Wilson &amp;lt;mikewse-PkbjNfxxIARBDgjK7y7TUQ&amp;lt; at &amp;gt;public.gmane.org&amp;gt; wrote:

&lt;/pre&gt;</description>
    <dc:creator>David Marginian</dc:creator>
    <dc:date>2013-05-03T15:18:49</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.java.dwr.user/22027">
    <title>[dwr-users] Re: Memory Leak in Clock Demo DWR 2.0.5 and IE 9</title>
    <link>http://permalink.gmane.org/gmane.comp.java.dwr.user/22027</link>
    <description>&lt;pre&gt;Great find, thanks Mark!
BTW, in my tests I got much lower memory increase than 8MB/hr so it seems it
can vary depending on some environmental factor.
Looking forward to your execScript tests! Another alternative could be to
add an inline &amp;lt;script&amp;gt; tag containing the script through the DOM.
 
Best regards
Mike
 
Mark Priest wrote:

A simpler way to demonstrate that the leak disappears when removing eval()
is to run the clock demo but edit the engine.js like so: 


dwr.engine._eval = function(script) {
  if (script == null) return null;
  if (script == "") { dwr.engine._debug("Warning: blank script", true);
return null; }
  // dwr.engine._debug("Exec: [" + script + "]", true);
  
  //return eval(script);
  // hard-code the response so we don't call eval
  var batchNum = dwr.engine._nextBatchId - 1;
  dwr.util.setValue("clockDisplay", "" + batchNum);
  dwr.engine._remoteHandleCallback("" + batchNum,'0',0);


};


If you do that then you can test by doing this:


1. Hit the clock demo page and start the clock 
2&lt;/pre&gt;</description>
    <dc:creator>Mike Wilson</dc:creator>
    <dc:date>2013-05-03T15:15:56</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.java.dwr.user/22026">
    <title>[dwr-users] Re: Memory Leak in Clock Demo DWR 2.0.5 and IE 9</title>
    <link>http://permalink.gmane.org/gmane.comp.java.dwr.user/22026</link>
    <description>&lt;pre&gt;Yes, I do have time right now.  I will look into the jquery approach.

On May 2, 2013, at 7:58 PM, David Marginian &amp;lt;david-H55tQ8LTKd1xxXtqJ93Y6g&amp;lt; at &amp;gt;public.gmane.org&amp;gt; wrote:

&lt;/pre&gt;</description>
    <dc:creator>Mark Priest</dc:creator>
    <dc:date>2013-05-03T00:43:41</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.java.dwr.user/22025">
    <title>[dwr-users] Re: Memory Leak in Clock Demo DWR 2.0.5 and IE 9</title>
    <link>http://permalink.gmane.org/gmane.comp.java.dwr.user/22025</link>
    <description>&lt;pre&gt;Thanks Mark.  I took a look at JQuery's code and I noticed they use 
execScript instead of eval for IE clients.  This may be something to 
look into.  Do you have some time to experiment with this?

On 05/02/2013 05:41 PM, Mark Priest wrote:

&lt;/pre&gt;</description>
    <dc:creator>David Marginian</dc:creator>
    <dc:date>2013-05-02T23:58:57</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.java.dwr.user/22024">
    <title>[dwr-users] Re: Memory Leak in Clock Demo DWR 2.0.5 and IE 9</title>
    <link>http://permalink.gmane.org/gmane.comp.java.dwr.user/22024</link>
    <description>&lt;pre&gt;A simpler way to demonstrate that the leak disappears when removing eval()
is to run the clock demo but edit the engine.js like so:

dwr.engine._eval = function(script) {
  if (script == null) return null;
  if (script == "") { dwr.engine._debug("Warning: blank script", true);
return null; }
  // dwr.engine._debug("Exec: [" + script + "]", true);

  //return eval(script);
  // hard-code the response so we don't call eval
  var batchNum = dwr.engine._nextBatchId - 1;
  dwr.util.setValue("clockDisplay", "" + batchNum);
  dwr.engine._remoteHandleCallback("" + batchNum,'0',0);

};

If you do that then you can test by doing this:

1. Hit the clock demo page and start the clock
2. Close the browser
3. Hit the clock demo page again and see the batch ids being printed

That is necessary because I changed _eval() to just print the batch id
every time rather than eval the expression (and print the server date/time)
and the first time that gets messed up by the call to start the clock.
 After the first few minutes the &lt;/pre&gt;</description>
    <dc:creator>Mark Priest</dc:creator>
    <dc:date>2013-05-02T23:41:50</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.java.dwr.user/22023">
    <title>[dwr-users] Re: SVN Tag or revision for 2.0.10</title>
    <link>http://permalink.gmane.org/gmane.comp.java.dwr.user/22023</link>
    <description>&lt;pre&gt;Mark, generally I tag each release. But it appears I have failed to do 
that for the 2.x branch since 2.0.8.  There are very few changes in 
2.0.9 and 2.0.10.  And there are probably even fewer changes from 2.0.10 
to trunk.  Let me take a look and see where we are and I may be able to 
push out a 2.0.11 and tag it (I have been planning on doing this soon 
anyway).

On 05/02/2013 03:13 PM, Mark Priest wrote:


&lt;/pre&gt;</description>
    <dc:creator>David Marginian</dc:creator>
    <dc:date>2013-05-02T21:46:51</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.java.dwr.user/22022">
    <title>[dwr-users] SVN Tag or revision for 2.0.10</title>
    <link>http://permalink.gmane.org/gmane.comp.java.dwr.user/22022</link>
    <description>&lt;pre&gt;Hi,

Is there an svn tag or revision number that corresponds to the 2.0.10
stable release?

Thanks,
Mark
&lt;/pre&gt;</description>
    <dc:creator>Mark Priest</dc:creator>
    <dc:date>2013-05-02T21:13:14</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.java.dwr.user/22021">
    <title>[dwr-users] Re: Memory Leak in Clock Demo DWR 2.0.5 and IE 9</title>
    <link>http://permalink.gmane.org/gmane.comp.java.dwr.user/22021</link>
    <description>&lt;pre&gt;Mike,

I think we have identified where the leak is coming from in IE9.  It
appears that the eval() function leaks memory in IE9.  See
http://support.microsoft.com/kb/2572253 from Microsoft.  We put together a
simple test that demonstrates that eval() leaks and it is attached to this
email.  You can run the test by clicking on the startLeak() link.

I am thinking about reworking DWR so that it does not use eval() in
engine.js.  I would do this by sending over a JSON structure rather than
executable JS and then parsing that structure within engine.js.  I would
extract the function to be called and the args, etc from there.  Not sure
what else to do to stop the leaking in IE.  There does not seem to be a
leak in other browsers.

Thanks,
Mark


On Thu, Mar 28, 2013 at 6:36 PM, Mark Priest &amp;lt;mark.priest-bdq14YP6qtRg9hUCZPvPmw&amp;lt; at &amp;gt;public.gmane.org&amp;gt;wrote:

&lt;/pre&gt;</description>
    <dc:creator>Mark Priest</dc:creator>
    <dc:date>2013-05-02T19:29:07</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.java.dwr.user/22020">
    <title>[dwr-users] Re: Incomplete reply from server in Chrome - when using location.href or window.parent.location</title>
    <link>http://permalink.gmane.org/gmane.comp.java.dwr.user/22020</link>
    <description>&lt;pre&gt;Great if you want to test it further! If it seems to work well
then that will be the version I check in.

The reason for the problems you've been having is that the 
browser is slow due to many things to do. My thinking is 
that the chained timeouts solution will mirror this and 
thereby "detect" that the browser is going slowly, and give
some more time to wait for the Unload event.

Thanks for your help!
Mike

Aneesh Vijendran wrote:


&lt;/pre&gt;</description>
    <dc:creator>Mike Wilson</dc:creator>
    <dc:date>2013-04-19T19:07:59</dc:date>
  </item>
  <textinput rdf:about="http://search.gmane.org/?group=$group=gmane.comp.java.dwr.user">
    <title>Search Engine</title>
    <description>Search the mailing list at Gmane</description>
    <name>query</name>
    <link>http://search.gmane.org/?group=$group=gmane.comp.java.dwr.user</link>
  </textinput>
</rdf:RDF>
