Update of /cvsroot/struts/struts-site/src/documentation/content/xdocs/ajaxchat
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24150/src/documentation/content/xdocs/ajaxchat
Modified Files:
index.xml
Log Message:
Index: index.xml
===================================================================
RCS file: /cvsroot/struts/struts-site/src/documentation/content/xdocs/ajaxchat/index.xml,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** index.xml 5 Dec 2005 05:33:26 -0000 1.4
--- index.xml 17 Dec 2005 05:33:20 -0000 1.5
***************
*** 31,34 ****
--- 31,47 ----
<title>What's New</title>
<section>
+ <title>v1.1 now available!</title>
+ <p>
+ 12/17/2005 - This release corrects a problem seen under certain
+ circumstances in Internet Explorer where the browser would cache
+ an AJAX request, and subsequent requests would get the document
+ stored in the cache. This is corrected with a dummy request
+ parameter appended to all AJAX calls (except the one to post
+ messages to a room) which makes the URL unique for every call,
+ and hence IE does not cache them (or more precisely, it probably
+ does, but we force it to not pull from the cache).
+ </p>
+ </section>
+ <section>
<title>v1.0 now available!</title>
<p>
|