@@ -75,6 +75,7 @@ test_expect_success 'access using basic auth' '
75
75
76
76
expect_credential_query get <<-EOF &&
77
77
capability[]=authtype
78
+ capability[]=state
78
79
protocol=http
79
80
host=$HTTPD_DEST
80
81
wwwauth[]=Basic realm="example.com"
@@ -111,6 +112,7 @@ test_expect_success 'access using basic auth via authtype' '
111
112
112
113
expect_credential_query get <<-EOF &&
113
114
capability[]=authtype
115
+ capability[]=state
114
116
protocol=http
115
117
host=$HTTPD_DEST
116
118
wwwauth[]=Basic realm="example.com"
@@ -147,6 +149,7 @@ test_expect_success 'access using basic auth invalid credentials' '
147
149
148
150
expect_credential_query get <<-EOF &&
149
151
capability[]=authtype
152
+ capability[]=state
150
153
protocol=http
151
154
host=$HTTPD_DEST
152
155
wwwauth[]=Basic realm="example.com"
@@ -185,6 +188,7 @@ test_expect_success 'access using basic auth with extra challenges' '
185
188
186
189
expect_credential_query get <<-EOF &&
187
190
capability[]=authtype
191
+ capability[]=state
188
192
protocol=http
189
193
host=$HTTPD_DEST
190
194
wwwauth[]=FooBar param1="value1" param2="value2"
@@ -224,6 +228,7 @@ test_expect_success 'access using basic auth mixed-case wwwauth header name' '
224
228
225
229
expect_credential_query get <<-EOF &&
226
230
capability[]=authtype
231
+ capability[]=state
227
232
protocol=http
228
233
host=$HTTPD_DEST
229
234
wwwauth[]=foobar param1="value1" param2="value2"
@@ -268,6 +273,7 @@ test_expect_success 'access using basic auth with wwwauth header continuations'
268
273
269
274
expect_credential_query get <<-EOF &&
270
275
capability[]=authtype
276
+ capability[]=state
271
277
protocol=http
272
278
host=$HTTPD_DEST
273
279
wwwauth[]=FooBar param1="value1" param2="value2"
@@ -314,6 +320,7 @@ test_expect_success 'access using basic auth with wwwauth header empty continuat
314
320
315
321
expect_credential_query get <<-EOF &&
316
322
capability[]=authtype
323
+ capability[]=state
317
324
protocol=http
318
325
host=$HTTPD_DEST
319
326
wwwauth[]=FooBar param1="value1" param2="value2"
@@ -356,6 +363,7 @@ test_expect_success 'access using basic auth with wwwauth header mixed line-endi
356
363
357
364
expect_credential_query get <<-EOF &&
358
365
capability[]=authtype
366
+ capability[]=state
359
367
protocol=http
360
368
host=$HTTPD_DEST
361
369
wwwauth[]=FooBar param1="value1" param2="value2"
@@ -397,6 +405,7 @@ test_expect_success 'access using bearer auth' '
397
405
398
406
expect_credential_query get <<-EOF &&
399
407
capability[]=authtype
408
+ capability[]=state
400
409
protocol=http
401
410
host=$HTTPD_DEST
402
411
wwwauth[]=FooBar param1="value1" param2="value2"
@@ -440,6 +449,7 @@ test_expect_success 'access using bearer auth with invalid credentials' '
440
449
441
450
expect_credential_query get <<-EOF &&
442
451
capability[]=authtype
452
+ capability[]=state
443
453
protocol=http
444
454
host=$HTTPD_DEST
445
455
wwwauth[]=FooBar param1="value1" param2="value2"
0 commit comments