./test_dtcl.tcl gives me:
==== servercookies-1.1 Cookies from Server FAILED
==== Contents of test case:
set rslt 0
set page [ ::http::geturl "${urlbase}$testfilename" ]
upvar 0 $page state
array set statehash $state(meta)
regexp -line {mod=dtcl; path=[^;]*; expires=01-01-2003}
$statehash(Set-Cookie)
---- Result was:
0
---- Result should have been:
1
==== servercookies-1.1 FAILED
test_dtcl.tcl: Total 14 Passed 13 Skipped 0 Failed 1
END---------------------------------------------
Here is the corresponding line from the error.log file:
[Tue Feb 6 17:52:32 2001] [error] [client 128.178.10.31] [libapreq] unknown
cookie pair: `mod' => `dtcl'
-------------------------------------------------
my web server is: Apache/1.3.9 on a debian box
any idea?
Perki
-------------------------------------------------
This mail sent through IMP: imap.epfl.ch
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]