juergen 2002/06/24 04:22:15
Added:
testsuite/testsuite/junit/xmltestcases/ACL/functional/AccessControlExisitingMethods
OptionsAccess-ControlHeader.xml
Log:
New ACL testcase
Revision Changes Path
1.1
jakarta-slide/testsuite/testsuite/junit/xmltestcases/ACL/functional/AccessControlExisitingMethods/OptionsAccess-ControlHeader.xml
Index: OptionsAccess-ControlHeader.xml
===================================================================
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE test SYSTEM "../../../../Tprocessor.dtd">
<test>
<specification>
<abstract> Test to check if server supports access control </abstract>
<description>
1) Options command attempted on global collection
</description>
<expectedResult> Options should return 200 OK with access-control in
the header </expectedResult>
</specification>
<step>
<request>
<command
varUsage="globalVariableCollection,globalVariableServerName">OPTIONS
/%globalVariableServerName%/%globalVariableCollection%/ HTTP/1.1</command>
<header>User-Agent: Microsoft Data Access Internet Publishing
Provider DAV</header>
<header>Accept-Language: en-us</header>
<header>Connection: Keep-Alive</header>
<header>Translate: f</header>
<body />
</request>
<response>
<command>HTTP/1.1 200 OK</command>
<header>DAV: 1, 2, slide, access-control</header>
<body />
</response>
</step>
</test>
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>