View Issue Details

IDProjectCategoryView StatusLast Update
0007161mantisbtemailpublic2007-05-08 03:43
Reportervtesin Assigned Tovboctor  
PrioritynormalSeveritymajorReproducibilityalways
Status closedResolutionduplicate 
Product Version1.0.3 
Summary0007161: Issue link in mantis email gets corrupted once user log's in
Description

When a notification email arrives for a issue, link that is contained therein should point (and it does) to the issue in question.
But Mantis does not handle redirection parameters well once the user tries to log into bugtracker.

Question mark gets lost in redirect parameter list.

Steps To Reproduce

Follow a hyperlink from notification email.
Log in
Page not found error should be displayed.

Additional Information

Here's the fix:
string_api.php:197
from:
$t_param = str_replace( '?','', $t_param );
to:
$t_param = str_replace( '?','%3F', $t_param );

TagsNo tags attached.

Relationships

duplicate of 0007051 closedthraxisp Fix for 0006869 / 0007034 removes quoted "?" from arguments 

Activities

chillax

chillax

2006-06-01 12:26

reporter   ~0012926

Related to 0007051