--------------------- PatchSet 1975 Date: 2005/10/23 11:24:31 Author: hno Branch: negotiate Tag: (none) Log: Use a simpler request to no give as much "garbage" returned Members: test-suite/run_negotiate_test.sh:1.1.2.1->1.1.2.2 test-suite/run_ntlm_test.sh:1.1.2.1->1.1.2.2 Index: squid3/test-suite/run_negotiate_test.sh =================================================================== RCS file: /cvsroot/squid-sf//squid3/test-suite/run_negotiate_test.sh,v retrieving revision 1.1.2.1 retrieving revision 1.1.2.2 diff -u -r1.1.2.1 -r1.1.2.2 --- squid3/test-suite/run_negotiate_test.sh 23 Oct 2005 11:23:25 -0000 1.1.2.1 +++ squid3/test-suite/run_negotiate_test.sh 23 Oct 2005 11:24:31 -0000 1.1.2.2 @@ -1,6 +1,6 @@ #!/bin/sh while read auth; do - echo "GET http://home.localdomain/~henrik/test.txt HTTP/1.0" + echo "HEAD http://www.squid-cache.org/ HTTP/1.0" if [ -n "$auth" ]; then echo "Proxy-Authorization: Negotiate $auth" fi Index: squid3/test-suite/run_ntlm_test.sh =================================================================== RCS file: /cvsroot/squid-sf//squid3/test-suite/run_ntlm_test.sh,v retrieving revision 1.1.2.1 retrieving revision 1.1.2.2 diff -u -r1.1.2.1 -r1.1.2.2 --- squid3/test-suite/run_ntlm_test.sh 23 Oct 2005 11:23:25 -0000 1.1.2.1 +++ squid3/test-suite/run_ntlm_test.sh 23 Oct 2005 11:24:31 -0000 1.1.2.2 @@ -1,6 +1,6 @@ #!/bin/sh while read auth; do - echo "GET http://home.localdomain/~henrik/test.txt HTTP/1.0" + echo "HEAT http://www.squid-cache.org/ HTTP/1.0" if [ -n "$auth" ]; then echo "Proxy-Authorization: NTLM $auth" fi