<?xml version="1.0" encoding="UTF-8"?>
<test id="cache/effects/1" class="A" scope="cache" testtype="application" type="manual" source="rfc2616#13.9" device="both">
  <assertion>When no expiration time is provided by the server, a cache does not treat the
response to a query GET URL as fresh.
</assertion>
  <specnote>Provide two URL-identical links to a dynamically generated page. Both with no
 expiration time specified.
The page displays the current time (at time of generation).
User compares the times. If same: page has been cached, if not same: page has not been
 cached.</specnote>
  <results>
    <result>
      <name>submit</name>
      <value>yes</value>
    </result>
  </results>
  <method>
    <![CDATA[<card newcontext="true" id="main">
<p>
 effects/1 <br/>
 1. Follow this&nbsp;
 <anchor title="link1"> 
   <go href="<cachemethod1>" method="get">
     <postfield name = "name" value ="name" />
   </go>
 link 
 </anchor>
<br/> 
 2. Now follow this&nbsp;
 <anchor title="link2">
   <go href="<cachemethod1>" method="get" >
     <postfield name="name" value="val" />
   </go>
 link
 </anchor>

</p>
<p mode="wrap">Were the times DIFFERENT?
<br />
<yesno>
</p>
</card>]]>
  </method>
  <cachemethods>
    <cachemethod id="1">
      <method>
        <![CDATA[<card id="card1">
<p>
  Note the time, then go Back <br/>
  <currenttime> <br/>

 <do type="prev" label="Back" >
   <prev/>
 </do>
</p>
</card>
]]>
      </method>
      <header>
        <name>StatusCode</name>
        <value>200</value>
      </header>
      <header>
        <name>Date</name>
        <value>&lt;currenttime&gt;</value>
      </header>
      <header>
        <name>Expires</name>
        <value>&lt;futuredate&gt;</value>
      </header>
    </cachemethod>
  </cachemethods>
</test>

