
noreply at edgewall
Nov 7, 2004, 12:10 PM
Post #1 of 1
(103 views)
Permalink
|
|
Re: [The Trac Project] #837: ModPython breaks with trailing slash in PythonOption TracUriRoot
|
|
#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 ---------------------------------+------------------------------------------ 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 <>
|