]> source.dussan.org Git - archiva.git/commitdiff
[MRM-159] documentation for error handling
authorBrett Porter <brett@apache.org>
Thu, 3 Apr 2008 11:59:54 +0000 (11:59 +0000)
committerBrett Porter <brett@apache.org>
Thu, 3 Apr 2008 11:59:54 +0000 (11:59 +0000)
git-svn-id: https://svn.apache.org/repos/asf/archiva/branches@644275 13f79535-47bb-0310-9956-ffa450edef68

archiva-1.0.x/archiva-docs/src/site/apt/adminguide/proxy-connectors.apt

index cf4dd72a3af92812629bf382792bb39d0d0e52e9..5737091be52b415620c5ec963f2f55477d4bf952 100644 (file)
@@ -29,14 +29,18 @@ Understanding Proxy Connector Configuration of Apache Archiva
 
   By default, Archiva comes with the following policies:
 
-    * <<<releases>>> - how to behave for released artifact metadata (those not carrying a <<<SNAPSHOT>>> version). This can be set to <<<always>>> (default), <<<hourly>>>, <<<daily>>>, <<<once>>> and <<<never>>>.
+    * <<<Releases>>> - how to behave for released artifact metadata (those not carrying a <<<SNAPSHOT>>> version). This can be set to <<<always>>> (default), <<<hourly>>>, <<<daily>>>, <<<once>>> and <<<never>>>.
 
-    * <<<snapshots>>> - how to behave for snapshot artifact metadata (those carrying a <<<SNAPSHOT>>> version). This can be set to <<<always>>> (default), <<<hourly>>>, <<<daily>>>, <<<once>>> and <<<never>>>.
+    * <<<Snapshots>>> - how to behave for snapshot artifact metadata (those carrying a <<<SNAPSHOT>>> version). This can be set to <<<always>>> (default), <<<hourly>>>, <<<daily>>>, <<<once>>> and <<<never>>>.
 
-    * <<<checksum>>> - how to handle incorrect checksums when downloading an artifact from the remote repository (ie, the checksum of the artifact does not match the corresponding detached checksum file).
+    * <<<Checksum>>> - how to handle incorrect checksums when downloading an artifact from the remote repository (ie, the checksum of the artifact does not match the corresponding detached checksum file).
       The options are to fail the request for the remote artifact, fix the checksum on the fly (default), or simply ignore the incorrect checksum
 
-    * <<<cache-failures>>> - whether failures retrieving the remote artifact should be cached (to save network bandwidth for missing or bad artifacts), or uncached (default).
+    * <<<Cache failures>>> - whether failures retrieving the remote artifact should be cached (to save network bandwidth for missing or bad artifacts), or uncached (default).
+
+    * <<<Return error when>>> - if a remote proxy causes an error, this option determines whether an existing artifact should be returned (error when <<<artifact not already present>>>), or the error passed on regardless (<<<always>>>).
+
+    * <<<On remote error>>> - if a remote error is encountered, <<<stop>>> causes the error to be returned immediately, <<<queue error>>> will return all errors after checking for other successful remote repositories first, and <<<ignore>>> will disregard ay errors.
 
     []