Blame view

test/FitNesseRoot/FitNesse/SuiteAcceptanceTests/SuiteAuthenticationTests/TestSecureFilesAccess/content.txt 517 Bytes
fbe3c2bb   Benjamin Renard   First commit
1
2
3
4
5
6
7
8
9
10
11
12
!|FileSection|setup|

Requesting a file from the ''files''' directory does not require authentication, but requesting a directory does.
A response with status 401 will be received signifying lack of authentication.

!|script|
|given user|Aladdin|with password|open sesame|
|directory|files/|should not be readable with no authentication|
|directory|files/|should not be readable by user|Aladdin|password|open please|
|directory|files/|should be readable by user|Aladdin|password|open sesame|

!|FileSection|teardown|