I found that if you run zope3 server under paste you get the same
thing, whereas if you use twisted
it works fine. See this thread I posted last year.
https://mail.zope.org/pipermail/zope3-users/2008-October/008261.html
T
On Wed, Sep 9, 2009 at 11:32 PM, simahawk wrote:
> hi list,
>
> I created
This is actually a bug in the tutorial.
The package's configure.zcml should have a directive like this:
Currently it's missing the "callback" attribute.
- C
george hu wrote:
> Don't quite understand the following function, as described "The
> groupfinder defined here is an authorization poli
Don't quite understand the following function, as described "The
groupfinder defined here is an authorization policy “callback”; can't
see it is called by which function. And it doesn't matter if I remove
the function from the code.
def groupfinder(userid, request):
if userid in USERS:
The Buildbot has detected a failed build of py2.4-32bit-linux on Repoze BFG
trunk.
Full details are available at:
http://bfg.buildbot.securactive.org/builders/py2.4-32bit-linux/builds/113
Buildbot URL: http://bfg.buildbot.securactive.org/
Buildslave for this Build: sondebb6
Build Reason: The N
The Buildbot has detected a failed build of py2.4-64bit-linux on Repoze BFG
trunk.
Full details are available at:
http://bfg.buildbot.securactive.org/builders/py2.4-64bit-linux/builds/111
Buildbot URL: http://bfg.buildbot.securactive.org/
Buildslave for this Build: mother
Build Reason: The Nig
On Wed, 2009-09-09 at 11:44 -0400, Chris McDonough wrote:
> simahawk wrote:
> > hi list,
> >
> > I created a web-service with repoze.bfg and repoze.bfg.xmlrpc with a
> > xmlrpx_view. This views creates a PDF and it should return me a simple
> > string with the url of the PDF but in order to get my
simahawk wrote:
> hi list,
>
> I created a web-service with repoze.bfg and repoze.bfg.xmlrpc with a
> xmlrpx_view. This views creates a PDF and it should return me a simple
> string with the url of the PDF but in order to get my string back I need
> to restart repoze 'cause the application hangs a
hi list,
I created a web-service with repoze.bfg and repoze.bfg.xmlrpc with a
xmlrpx_view. This views creates a PDF and it should return me a simple
string with the url of the PDF but in order to get my string back I need
to restart repoze 'cause the application hangs at some point after the
view