2006/1/23, Max Ischenko <[EMAIL PROTECTED]>: > > Hello, > > I'm trying to roll my app in production mode and run into a problem. > > The setup uses Apache that forwards external requests to localhost:4321 > where the CherryPy is running. The problem is that sometimes user get > redirected to those "internal" url. I suspect this has something to do > with Identity because it happens 1) on logout and 2) on pages secured > with SecureResouce.
Do you have baseUrlFilter.on = True in the config file? It works for me. -- Ksenia

