#1199: Application mount point != virtual path prefix.
------------------------+---------------------------------------------------
Reporter: tic | Owner: anonymous
Type: defect | Status: new
Priority: normal | Milestone:
Component: Deployment | Version: trunk
Severity: normal | Keywords:
------------------------+---------------------------------------------------
In startup.py, VirtualPathFilter:on_start_resource(), the request's
object_path is rewritten using server.webpath, should you want to deploy
it somewhere other than at the root ('/').
If you're using FastCGI, however, you want to _strip_ the FastCGI wrapper
rather than mount the app there.
So, cherrypy.request.path needs to be rewritten.
Also, config.get('server.webpath', False) is wrong, the default value
should be ''.
See attachment.
--
Ticket URL: <http://trac.turbogears.org/turbogears/ticket/1199>
TurboGears <http://www.turbogears.org/>
TurboGears front-to-back web development
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"TurboGears Tickets" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/turbogears-tickets?hl=en
-~----------~----~----~----~------~----~------~--~---