[Trac-tickets] Re: [The Trac Project] #837: ModPython breaks with trailing slash in PythonOption TracUriRoot

The Trac Project noreply at edgewall.com
Sun Nov 7 12:10:18 EST 2004


#837: ModPython breaks with trailing slash in PythonOption TracUriRoot
---------------------------------+------------------------------------------
       Id:  837                  |      Status:  closed                  
Component:  mod_python frontend  |    Modified:  Sun Nov  7 12:10:17 2004
 Severity:  major                |   Milestone:                          
 Priority:  normal               |     Version:  0.7.1                   
    Owner:  cmlenz               |    Reporter:  jason.morgan at citel.com  
---------------------------------+------------------------------------------
Changes (by cmlenz):

  * resolution:  => worksforme
  * keywords:  mod_python apache => apache
  * status:  new => closed

Comment:

 I can't reproduce this problem with Apache HTTP 2.0.52 and ModPython 3.1.3
 on Mac OS X.

 Actually, the mod_python [source:/trunk/trac/ModPythonHandler.py#latest
 handler] explicitly strips trailing slashes as to avoid such problems.

 Note that the proper syntax for setting the option would be:
 {{{
     PythonOption TracUriRoot "xyz"
 }}}

 I'm closing this as "worksforme". If you reopen, please provide more
 details. What's the exact syntax of your configuration? How do the links
 on the project index look like? What's your setup?

-- 
Ticket URL: <http://projects.edgewall.com/trac/ticket/837>
The Trac Project <>


More information about the Trac-Tickets mailing list