Jorge Godoy <[EMAIL PROTECTED]> writes:

> Kevin Dangoor <[EMAIL PROTECTED]> writes:
> 
> > Ahh... That is basically the same thing. Did you try server.webpath?
> 
> Nope.  I didn't.  I'll try it again.

I just set up 

server.webpath="https://my.server.com/";

and reloaded one page, without any special condition or redirect and then I
got: 


Traceback (most recent call last):
  File 
"/usr/lib/python2.4/site-packages/CherryPy-2.1.0-py2.4.egg/cherrypy/_cphttptools.py",
 line 271, in run
    main()
  File 
"/usr/lib/python2.4/site-packages/CherryPy-2.1.0-py2.4.egg/cherrypy/_cphttptools.py",
 line 497, in main
    page_handler, object_path, virtual_path = mapPathToObject(path)
  File 
"/home/godoy/desenvolvimento/python/TurboGears/trunk/turbogears/startup.py", 
line 188, in mapPathToObject
    return cherrypy._cphttptools._mapPathToObject(path)
  File 
"/usr/lib/python2.4/site-packages/CherryPy-2.1.0-py2.4.egg/cherrypy/_cphttptools.py",
 line 754, in mapPathToObject
    if path[-1] != '/':
IndexError: string index out of range


-- 
Jorge Godoy      <[EMAIL PROTECTED]>

Reply via email to