[Checkins] SVN: grok/branches/ulif-paster-loginhtml/src/grok/configure.zcml Register adapter.

Uli Fouquet uli at gnufix.de
Sun Jul 12 11:41:00 EDT 2009


Log message for revision 101838:
  Register adapter.

Changed:
  U   grok/branches/ulif-paster-loginhtml/src/grok/configure.zcml

-=-
Modified: grok/branches/ulif-paster-loginhtml/src/grok/configure.zcml
===================================================================
--- grok/branches/ulif-paster-loginhtml/src/grok/configure.zcml	2009-07-12 15:37:49 UTC (rev 101837)
+++ grok/branches/ulif-paster-loginhtml/src/grok/configure.zcml	2009-07-12 15:41:00 UTC (rev 101838)
@@ -79,6 +79,12 @@
       priority="1"
       />
 
+  <adapter
+      factory=".publication.DontReRaiseUnauthorizedAdapter"
+      for="zope.security.interfaces.IUnauthorized"
+      provides="zope.publisher.interfaces.IReRaiseException"
+      />
+
   <!-- need to grok this for some basic REST support -->
   <grok:grok package=".rest" />
 



More information about the Checkins mailing list