View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0004596 | mantisbt | security | public | 2004-09-22 12:25 | 2004-11-06 06:50 |
| Reporter | mahindra | Assigned To | grangeway | ||
| Priority | normal | Severity | block | Reproducibility | sometimes |
| Status | closed | Resolution | duplicate | ||
| Product Version | 0.19.0 | ||||
| Summary | 0004596: Firewall problems with headerlength and connections | ||||
| Description | Our Firewall had problems with the header length from the filters and with the connections downloading Attachements. We solved the Problem with change the values: Max_http_header from 1000 to 2048 and "http_allow_content_disposition" was setted to true. Is it possible to get mantis in a more honest mode in the next version? We have trouble with Firerwalls of our partners, too. | ||||
| Tags | No tags attached. | ||||
| Attached Files | |||||
|
Maybe this will solve other problems with filters and atachements from other users, because firewalls will block mantis if these variables are not serious. |
|
|
Tip: eg: |
|
|
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. |
|