Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHenrik Lindberg2009-05-06 00:38:38 +0000
committerHenrik Lindberg2009-05-06 00:38:38 +0000
commit80872bc58feb585302ea2d72b361fbcd7a9de8a6 (patch)
treeabc6493b06cec1b9a170b4f913cbae08a6e62624 /bundles/org.eclipse.equinox.p2.testserver/webfiles
parente21f56d665aefe6f0d03ff6b910bfcacd867b54f (diff)
downloadrt.equinox.p2-80872bc58feb585302ea2d72b361fbcd7a9de8a6.tar.gz
rt.equinox.p2-80872bc58feb585302ea2d72b361fbcd7a9de8a6.tar.xz
rt.equinox.p2-80872bc58feb585302ea2d72b361fbcd7a9de8a6.zip
Added more services - see index.html
Diffstat (limited to 'bundles/org.eclipse.equinox.p2.testserver/webfiles')
-rw-r--r--bundles/org.eclipse.equinox.p2.testserver/webfiles/index.html15
1 files changed, 14 insertions, 1 deletions
diff --git a/bundles/org.eclipse.equinox.p2.testserver/webfiles/index.html b/bundles/org.eclipse.equinox.p2.testserver/webfiles/index.html
index ce54eb75c..888e71d1d 100644
--- a/bundles/org.eclipse.equinox.p2.testserver/webfiles/index.html
+++ b/bundles/org.eclipse.equinox.p2.testserver/webfiles/index.html
@@ -14,7 +14,20 @@ log in. The credentials are: user: <b>Aladdin</b>, password: <b>open sesame</b>.
<li>/proxy/truncated - goes to updates/3.4, but truncates all files</li>
<li>/proxy/molested - goes to updates/3.4, but generates gibberish for all files</li>
<li>/proxy/decelerate - goes to updates/3.4, but delivers files in very small delayed packets - delay increases.</li>
-<li>
+<li>/proxy/modified/... - goes to updates/3.4, but delivers various errors in "last modified" (see below)
+ <ul><li>.../zero - all times are returned as 0</li>
+ <li>.../old - all times are very old</li>
+ <li>.../now - all times are the same as the request time</li>
+ <li>.../future - all times are in the future (which is illegal in HTTP)</li>
+ <li>.../bad - the time is not a date at all - the client should throw an error</li>
+ </ul>
+</li>
+<li>/proxy/length/... - goes to updates/3.4, but delivers various content length errors (see below)
+ <ul><li>.../zero - length is reported as 0 (but all content written to stream)</li>
+ <li>.../less - less than the correct size is reported (all content written)</li>
+ <li>.../more - double the correct size is reported (but only available content is written)</li>
+ </ul>
+</li>
</ul>
<p>The content listed below is also available and can be accessed under:
<ul><li>/public</li>

Back to the top