View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0004233 | mantisbt | bugtracker | public | 2004-07-31 17:09 | 2004-11-06 06:50 |
| Reporter | kerry | Assigned To | grangeway | ||
| Priority | normal | Severity | crash | Reproducibility | always |
| Status | closed | Resolution | duplicate | ||
| Product Version | 0.19.0a2 | ||||
| Summary | 0004233: Click on any of the Clickable statistics gives blank page result | ||||
| Description | From the summary page, click on any of the clickable statistics. The result is just a blank page. The user then has to do a browser back to be able to continue | ||||
| Steps To Reproduce | Click on Summary, then any statistic which has link pointing to view_all_set.php | ||||
| Tags | No tags attached. | ||||
|
OOPS!!! This problem only seems to be on your site (where I am just a reporter - http://bugs.mantisbt.org/view_all_set.php?type=1&temporary=y&show_status=10&hide_status=80), but does work on another site where I am a Manager This could be level (viewer, report, developer, etc) related. And, if it is, then a message to the user should indicate not authorized or some such message along with the page header instead of a fully blank screen |
|
|
I'm pretty confident that this is due to mantis passing long url's about for filters. This seems to cause issues with different browsers / Servers / Firewalls, as the length of the meta-refresh/location header or URL exceeds the limit that is expected. As it's likely that to fix this issue reliably, we'll need to store the filter data in the database temporarily, this is being resolved as a duplicate of 0004609. |
|