Ticket #8597 (assigned defect)

Opened 1 year ago

Last modified 3 months ago

Incorrect URL return when voting for ticket

Reported by: slevin@adriver.ru Assigned to: rjollos (accepted)
Priority: normal Component: VotePlugin
Severity: normal Keywords: path URL
Cc: Trac Release: 0.12

Description (Last modified by rjollos)

We're have many different tracs for some departments, usually URLs of that tracs looks like: http://trac.x/Trac_Name/

With voting for wiki or for milestones allways is ok. But when I'm try to vote for ticket I receive the error message like that:

Not Found

The requested URL /ticket/3246 was not found on this server.

URL after receiving the error notificaion

Please make the patch if it possible.

Attachments

vote_test_url.jpeg (42.6 kB) - added by URL of trac on 03/11/11 10:59:50.
vote_test_err.jpeg (22.6 kB) - added by slevin@adriver.ru on 03/11/11 11:01:25.
URL after receiving the error notificaion

Change History

03/11/11 10:59:50 changed by URL of trac

  • attachment vote_test_url.jpeg added.

03/11/11 11:01:25 changed by slevin@adriver.ru

  • attachment vote_test_err.jpeg added.

URL after receiving the error notificaion

05/25/11 16:57:20 changed by yannpaul@bu.edu

There is an error at the end of the process_request routine. Line 157 of __init__.py should be changed to

        req.redirect(self.env.abs_href()+'/'+resource)

At least this change has worked for me.

05/27/11 11:39:25 changed by rjollos

  • description changed.

01/31/12 08:15:12 changed by rjollos

Similar issue to what I just dealt with in #7399 for the MenusPlugin. It will be fixed shortly.

01/31/12 08:18:42 changed by rjollos

  • status changed from new to assigned.

02/14/12 00:43:26 changed by rjollos

Similar to #8628.


Add/Change #8597 (Incorrect URL return when voting for ticket)




Change Properties
Action