[Checkins] SVN: bluebream/website/docs/v1.0/reference/ Added error referrences

Baiju M baiju.m.mail at gmail.com
Mon Aug 16 09:38:43 EDT 2010


Log message for revision 115704:
  Added error referrences
  

Changed:
  A   bluebream/website/docs/v1.0/reference/error.rst
  U   bluebream/website/docs/v1.0/reference/index.rst

-=-
Added: bluebream/website/docs/v1.0/reference/error.rst
===================================================================
--- bluebream/website/docs/v1.0/reference/error.rst	                        (rev 0)
+++ bluebream/website/docs/v1.0/reference/error.rst	2010-08-16 13:38:43 UTC (rev 115704)
@@ -0,0 +1,19 @@
+.. _error:
+
+Error References
+================
+
+Unauthorized
+------------
+
+**Unauthorized** is an exception which is caught by z3c.evalexception.  It
+is difficult to decide whether the exception was raised because the user was
+not authorized initially or because he has not enough permissions.
+
+This only happens for basic auth.
+
+A solution could be:
+
+- start with deploy.ini
+- authorized using basic auth
+- restart using debug.ini

Modified: bluebream/website/docs/v1.0/reference/index.rst
===================================================================
--- bluebream/website/docs/v1.0/reference/index.rst	2010-08-16 13:13:09 UTC (rev 115703)
+++ bluebream/website/docs/v1.0/reference/index.rst	2010-08-16 13:38:43 UTC (rev 115704)
@@ -7,3 +7,4 @@
    appwsgi
    zcml
    event
+   error



More information about the checkins mailing list