View Issue Details

IDProjectCategoryView StatusLast Update
0011105mantisbtapi soappublic2010-04-01 11:55
Reporterrombert Assigned Torombert  
PriorityhighSeverityminorReproducibilityalways
Status closedResolutionfixed 
Product Version1.2.0 
Target Version1.2.0Fixed in Version1.2.0 
Summary0011105: mc_issue_get redirects to login page on login failure
Description

A 302 found header is sent, instead of a SOAP error. Not all functions calls seem to be affected, e.g. mc_project_get_users is fine.

TagsNo tags attached.

Activities

There are no notes attached to this issue.

Related Changesets

MantisBT: master-1.2.x 47a76818

2009-11-01 17:40

rombert


Details Diff
Fixes 0011105: mc_issue_get redirects to login page on login failure

Some of the SOAP API calls were calling mci_get_user_lang without
checking the result of mci_check_login first. The result was that
authentication was requested, resulting a 302 redirect to the
login page.

A fix has been applied and regression tests put in place.
Affected Issues
0011105
mod - api/soap/mc_filter_api.php Diff File
mod - api/soap/mc_project_api.php Diff File
add - tests/soap/LoginTest.php Diff File
mod - api/soap/mc_issue_api.php Diff File
mod - tests/soap/AllTests.php Diff File

MantisBT: master b4069967

2009-11-01 17:40

rombert


Details Diff
Fixes 0011105: mc_issue_get redirects to login page on login failure

Some of the SOAP API calls were calling mci_get_user_lang without
checking the result of mci_check_login first. The result was that
authentication was requested, resulting a 302 redirect to the
login page.

A fix has been applied and regression tests put in place.
Affected Issues
0011105
mod - api/soap/mc_project_api.php Diff File
mod - api/soap/mc_filter_api.php Diff File
add - tests/soap/LoginTest.php Diff File
mod - tests/soap/AllTests.php Diff File
mod - api/soap/mc_issue_api.php Diff File