View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0003845 | mantisbt | filters | public | 2004-05-17 10:35 | 2004-07-08 07:39 |
Reporter | ndeboer | Assigned To | vboctor | ||
Priority | normal | Severity | major | Reproducibility | always |
Status | closed | Resolution | duplicate | ||
Product Version | 0.18.3 | ||||
Summary | 0003845: User not redirected to default project [with solution] | ||||
Description | This is due to the fact that the cookies are not cleared correctly in core/helper_api.php. Names like 'project_cookie' are used in the function 'gpc_clear_cookie', but config_get( 'project_cookie' ) should be used to get the name of the cookies. | ||||
Additional Information | Reported in January as bug 0003504 and simple to correct. Please add to CVS. | ||||
Tags | No tags attached. | ||||
MantisBT: master 58b63542 2004-05-17 11:04 Details Diff |
Fix 0003845: User not redirected to default project M core/helper_api.php - (helper_clear_pref_cookies): Function was clearing cookies using the wrong cookie names. git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@2543 <a class="text" href="/?p=mantisbt.git;a=object;h=f5dc347c">f5dc347c</a>-c33d-0410-90a0-b07cc1902cb9 |
Affected Issues 0003845 |
|
mod - core/helper_api.php | Diff File |