#8597 closed defect (fixed)
Incorrect URL return when voting for ticket
| Reported by: | slevin@… | Owned by: | rjollos |
|---|---|---|---|
| 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.
Please make the patch if it possible.
Attachments (2)
Change History (11)
Changed 2 years ago by URL of trac
Changed 2 years ago by slevin@…
comment:1 Changed 2 years ago by yannpaul@…
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.
comment:3 Changed 2 years ago by rjollos
- Description modified (diff)
comment:4 Changed 17 months ago by rjollos
Similar issue to what I just dealt with in #7399 for the MenusPlugin. It will be fixed shortly.
comment:5 Changed 17 months ago by rjollos
- Status changed from new to assigned
comment:6 Changed 16 months ago by rjollos
Similar to #8628.
comment:7 Changed 11 months ago by rjollos
- Description modified (diff)
I was having trouble reproducing in the development environment, but the last changeset should hopefully fix any possible issues.
If you are able to test and report back, I'd appreciate it. Please include the revision of the plugin you were running before the upgrade as well.
comment:7 Changed 11 months ago by rjollos
comment:8 Changed 11 months ago by rjollos
- Resolution set to fixed
- Status changed from assigned to closed
comment:9 Changed 6 months ago by rjollos
#7597 is a duplicate.




URL after receiving the error notificaion