[Fb-contrib-commit] SF.net SVN: fb-contrib: [1035] trunk/fb-contrib/htdocs/index.html
Brought to you by:
dbrosius
|
From: <dbr...@us...> - 2008-06-02 17:57:57
|
Revision: 1035
http://fb-contrib.svn.sourceforge.net/fb-contrib/?rev=1035&view=rev
Author: dbrosius
Date: 2008-06-02 10:57:08 -0700 (Mon, 02 Jun 2008)
Log Message:
-----------
document SCSS
Modified Paths:
--------------
trunk/fb-contrib/htdocs/index.html
Modified: trunk/fb-contrib/htdocs/index.html
===================================================================
--- trunk/fb-contrib/htdocs/index.html 2008-06-02 15:35:27 UTC (rev 1034)
+++ trunk/fb-contrib/htdocs/index.html 2008-06-02 17:57:08 UTC (rev 1035)
@@ -48,6 +48,17 @@
<a href="bugdescriptions.html">Bug Descriptions</a>
<hr/>
+ <img id="svn_image" src="flip1.gif" onClick="toggleBlock('svn', 'svn_image');" align="top"/>
+ Detectors added in svn<br/>
+ <div id="svn" style="display:none;">
+ <ul>
+ <li><b>[SCSS] Suspicious Clustered Session Support</b><br/>
+ Looks for methods that access objects in http sessions, that are complex objects,
+ modifies those objects, but does not call setAttribute to signify a change so that
+ cluster replication can happens correctly.</li>
+ </ul>
+ </div>
+ <hr/>
<img id="v3_6_0_image" src="flip2.gif" onClick="toggleBlock('v3_6_0', 'v3_6_0_image');" align="top"/>
Detectors added in v3.6.0<br/>
<div id="v3_6_0" style="display:block;">
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|