Jonathan Turner 7 лет назад
Родитель
Сommit
8853bbdebe
1 измененных файлов с 0 добавлено и 1 удалено
  1. 0 1
      spnego/http_test.go

+ 0 - 1
spnego/http_test.go

@@ -50,7 +50,6 @@ func TestClient_SetSPNEGOHeader(t *testing.T) {
 	paths := []string{
 	paths := []string{
 		"/modkerb/index.html",
 		"/modkerb/index.html",
 		"/modgssapi/index.html",
 		"/modgssapi/index.html",
-		"/modgssapi", // This issues a redirect which the http client will automatically follow. Could cause a replay issue
 	}
 	}
 	for _, p := range paths {
 	for _, p := range paths {
 		r, _ := http.NewRequest("GET", url+p, nil)
 		r, _ := http.NewRequest("GET", url+p, nil)