r20601: Web Application Framework
authorDerrell Lipman <derrell@samba.org>
Mon, 8 Jan 2007 04:58:04 +0000 (04:58 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 19:37:13 +0000 (14:37 -0500)
commit09a82920336d1502c204725a4b518a1fa4a0d68d
treed7cab05b53fa60e8d0a80e8e1350d3db24198a51
parent27c5d7dca6fa4e0811c1b8bb52d1db3d1824462c
r20601: Web Application Framework

More testing revealed that this isn't yet bug-free...  Sigh.  One of these
days I'll start writing bug-free software...

- Status and Statistics timer wasn't always stopped properly when switching
  away from that module's display.  It seems silly to continue to update
  status and statistics when the page isn't being viewed.

- Single instance of the Login window was not accessible if one switched
  between modules.

- Upon return from a Session Timeout, we can retry the original RPC request,
  but it may fail due to information that was stored in the old session.  This
  was the case in the LDB Browser module, where the open database handle
  became gone with the session.  We now detect a Resource Not Found and
  re-open the database.
webapps/swat/source/class/swat/main/AbstractModuleFsm.js
webapps/swat/source/class/swat/main/Authenticate.js
webapps/swat/source/class/swat/module/ldbbrowse/Fsm.js
webapps/swat/source/class/swat/module/statistics/Fsm.js