I have a weird problem with SiteAccess.

I have a Python Product, that has a method;

    def manage_ProductsRedirect(self, RESPONSE, URL2, REQUEST={}):
        ''' Redirect to the Product Module '''

        print URL2
        RESPONSE.redirect(URL2+'/Packages')

This code works when simply using the product, adding a bogus empty
return has no effect. print URL2 is printing the correct BASE that I want to
redirect to.

Once I add a SiteRoot, everything else works fine, except the redirect,
it just spins for an eternity before timing out.

This is a Zope-2.2.4 install under FreeBSD.

Anyone have any ideas?
-- 
Totally Holistic Enterprises Internet|  P:+61 7 3870 0066   | Andrew Milton
The Internet (Aust) Pty Ltd          |  F:+61 7 3870 4477   | 
ACN: 082 081 472 ABN: 83 082 081 472 |  M:+61 416 022 411   | Carpe Daemon
PO Box 837 Indooroopilly QLD 4068    |[EMAIL PROTECTED]| 

_______________________________________________
Zope maillist  -  [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope-dev )

Reply via email to