#8597 closed defect (fixed)
Incorrect URL return when voting for ticket
Reported by: | Owned by: | Ryan J Ollos | |
---|---|---|---|
Priority: | normal | Component: | VotePlugin |
Severity: | normal | Keywords: | path URL |
Cc: | Trac Release: | 0.12 |
Description (last modified by )
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 14 years ago by
Attachment: | vote_test_url.jpeg added |
---|
Changed 14 years ago by
Attachment: | vote_test_err.jpeg added |
---|
comment:1 Changed 13 years ago by
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 13 years ago by
Description: | modified (diff) |
---|
comment:4 Changed 13 years ago by
Similar issue to what I just dealt with in #7399 for the MenusPlugin. It will be fixed shortly.
comment:5 Changed 13 years ago by
Status: | new → assigned |
---|
comment:7 Changed 12 years ago by
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 12 years ago by
comment:8 Changed 12 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
URL after receiving the error notificaion