Edgewall Software
Modify

Opened 20 years ago

Closed 20 years ago

#598 closed defect (fixed)

mod_python URL bug

Reported by: maym@… Owned by: Jonas Borgström
Priority: normal Milestone: 0.8
Component: general Version: 0.7.1
Severity: normal Keywords:
Cc: Branch:
Release Notes:
API Changes:
Internal Changes:

Description

When using a mod_python setup with multiple projects, as in http://projects.edgewall.com/trac/wiki/ModPython (the easy way), and I click on a project link in the project listing, the start page for that project appears. However, if I e.g. click on the timeline for that project afterwards, the project listing shows again.

It seems that there is a bug with the URLs, because the project dir is still present in the URL. If I then click the project again in the listing, the project name is twice in the link, and all subsequent links seem to work.

I discovered that if the project listing is at

/trac

I can make it work if the URL is extended by an arbitrary string like this:

/trac/somestring/project1

Then all subsequent links work.

Attachments (0)

Change History (3)

comment:1 by daniel, 20 years ago

Milestone: 0.8

comment:2 by Jonas Borgström, 20 years ago

Status: newassigned

Can you upgrade to the 0.7-stable branch and add:

PythonOption TracUriBase /trac

To your apache config and see if the problem still exists?

comment:3 by Jonas Borgström, 20 years ago

Resolution: fixed
Status: assignedclosed

Fixed in 0.7-stable.

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain Jonas Borgström.
The resolution will be deleted. Next status will be 'reopened'.
to The owner will be changed from Jonas Borgström to the specified user.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.