Changes between Version 2 and Version 3 of TrueHttpLogoutPatch


Ignore:
Timestamp:
Aug 17, 2006, 8:58:31 PM (18 years ago)
Author:
Florent
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • TrueHttpLogoutPatch

    v2 v3  
    55This patch allows to logout from Basic/Digest Auth without closing the browser.
    66
    7 On one hand Apache [http://httpd.apache.org/docs/1.3/howto/auth.html#basicfaq claims that it is not possible].[[BR]]
     7On one hand Apache [http://httpd.apache.org/docs/1.3/howto/auth.html#basicfaq claims that it is not possible].
     8
    89On other hand, Nano Documet [http://nanodocumet.homedns.org/rest/ give a solution] that works with most recent browsers.
    910
     
    1112
    1213I am lazy tonight, so i give you only the file changes.[[BR]]
    13 This patch should work on all platform, although I've tested Windows only.
     14This patch should work on all platform, although I've only tested version 0.9.6 on Windows XP.
     15I have tested successfully ''Firefox 1.5'' and ''Internet Explorer 6''
    1416
    1517== Usage ==
     
    3638          xmlhttp.abort();
    3739        }
    38       // Let's redirect the user to the main webpage
    39       //  window.location = "/rest/";
    4040      } catch(e) {
    4141      // There was an error
    42       alert("there was an error");
     42        return;
    4343      }
    4444    }