Changes between Version 22 and Version 23 of TrueHttpLogoutPatch


Ignore:
Timestamp:
Mar 11, 2015, 10:52:37 AM (9 years ago)
Author:
figaro
Comment:

Cosmetic changes, but only barely

Legend:

Unmodified
Added
Removed
Modified
  • TrueHttpLogoutPatch

    v22 v23  
    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]]
    8 On the other hand, Nano Documet [http://www.nanodocumet.com/?p=6 gives a solution] that simply works.[[BR]]
     7 * Apache [http://httpd.apache.org/docs/1.3/howto/auth.html#basicfaq claims that it is not possible].
     8 * Nano Documet [http://www.nanodocumet.com/?p=6 gives a solution] that simply works.
     9
    910The concept is explained on [http://www.berenddeboer.net/rest/authentication.html Berend de Boer page].
    1011
    1112This patch works for `tracd` standalone. There's no need of Apache or any other server.
    12 
    13 I am lazy tonight, so i give you only the file changes.[[BR]]
    1413This patch should work on all platform, although I've only tested version 0.9.6 on Windows XP.
    1514
    1615Notes:
    17  * Tested successfully with ''Firefox'' and ''Internet Explorer 6''
     16 * Tested successfully with Firefox and Internet Explorer 6.
    1817 * It works fine with Camino.
    1918 * It may not work with Safari and Konqueror.
    2019
    21 
    22 == Usage ==
     20== Usage
    2321
    2422 * file `Share\trac\htdocs\js\trac.js`, append at the end of file:
     
    8381(Patches for other versions below)
    8482
    85 == Comments ==
     83== Comments
     84
    8685Thanks a ton! this works like a charm.
    8786
     
    9291-- Florent
    9392
    94 == Recent Changes ==
     93== Recent Changes
    9594
    9695[[ChangeLog(truehttplogoutpatch, 3)]]
     
    9998
    10099'''Author:''' [wiki:flox] [[BR]]
     100'''Maintainer:''' [[Maintainer]] [[BR]]
    101101'''Contributors:'''
     102
    102103
    103104----