#1016: Static-filter paths ignore server.webpath, disappear if path prepended
-----------------------------+----------------------------------------------
 Reporter:  [EMAIL PROTECTED]  |       Owner:  anonymous
     Type:  defect           |      Status:  new      
 Priority:  normal           |   Milestone:           
Component:  CherryPy         |     Version:  0.9a6    
 Severity:  major            |    Keywords:           
-----------------------------+----------------------------------------------
 When a server.webpath argument is specified in the config file, to rebase
 a TurboGears application's URLs to /appname/, this does not apply to
 static directories; both those specified in the config file and those
 programmatically inserted (i.e., /tg_widgets) remain at /.
 Even worse, attempting to manually rebase the URLs, i.e., by replacing
 [/static] with [/appname/static] or hand-modifying
 cherrypy.config.configs, causes them to disappear.

 This bug is making it impossible to deploy non-trivial TurboGears
 applications at a non-root path whilst using server.webpath. Please
 advise.

-- 
Ticket URL: <http://trac.turbogears.org/turbogears/ticket/1016>
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to