View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0014759 | mantisbt | authentication | public | 2012-10-02 13:07 | 2014-12-08 02:07 |
| Reporter | phyllisl | Assigned To | dregad | ||
| Priority | normal | Severity | crash | Reproducibility | have not tried |
| Status | closed | Resolution | fixed | ||
| Product Version | 1.3.0dev | ||||
| Target Version | 1.3.0-beta.1 | ||||
| Summary | 0014759: Access Denied Page Has XML Parse Error | ||||
| Description | When user change his own access level to lower level, it directs to a page with "Access Denied" message. However the page is not well formed and crashes the program | ||||
| Steps To Reproduce | Login as Administrator -> Manage Users -> Choose the current user -> Change access level from Administrator to Viewer -> XML Parsing Error: junk after document element | ||||
| Tags | No tags attached. | ||||
|
If I add html_page_top() and html_page_bottom() to line 628 and 634 in access_api.php, at the access_denied function, then the xml parse error goes but the page cannot redirect anymore.
|
|
|
I was not able to reproduce this issue on the master branch. |
|
|
which is normal if you're using my 13x branch as I fixed it there |
|
|
MantisBT: master ec574f8c 2013-06-07 01:21 Details Diff |
Revert "Issue 0012545: Enforce XHTML strict output for all pages served" This reverts commit 4fc1d8b8290872e660c6d9a179c4c2209adf7e26. Fixes 0013304, 0014759, 0015446 Conflicts: core/http_api.php |
Affected Issues 0012545, 0013304, 0014759, 0015446 |
|
| mod - core/html_api.php | Diff File | ||
| mod - core/http_api.php | Diff File | ||