View Issue Details

IDProjectCategoryView StatusLast Update
0007202mantisbtemailpublic2006-09-12 00:54
Reporterblackfox Assigned Toryandesign  
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionduplicate 
Product Version1.0.3 
Summary0007202: invalid URL when forwarded
Description

When a user isn't logged in and calls a URL like
<domain>/mantis/view.php?id=3
then he gets redirected to the login_page with the following URL:
<dmain>/mantis/login_page.php?return=%2Fmantis%2Fview.phpid%3D3

after providing this page with correct logindata, this results in an error because there is a missing '?' in the URL (=> ../view.phpid=3).
We found this bug by clicking on links in e-mailnotifications. Recently we upgraded to Mantis 1.0.3, before we used Mantis 1.0.1. In that version the problem wasn't there.

Additional Information

Email might not be the best category, but I don't know where else to report it to.
When fixed, could you please send me the fixed php-file to fix this for us as soon as possible? I think this will not cause a new release right away... ;-)

TagsNo tags attached.

Relationships

duplicate of 0007051 closedthraxisp Fix for 0006869 / 0007034 removes quoted "?" from arguments 
has duplicate 0007203 closedryandesign invalid URL when forwarded 

Activities

urkle

urkle

2006-06-19 13:47

reporter   ~0012993

0007051 will fix this issue.