<< Back to previous view |
![]() |
[QB-2668] Accept gzip content in HTML reports
|
|
Status: | Open |
Project: | QuickBuild |
Component/s: | None |
Affects Version/s: | 6.1.2 |
Fix Version/s: | None |
Type: | Improvement | Priority: | Major |
Reporter: | Andrzej Zabost | Assigned To: | Robin Shen |
Resolution: | Unresolved | Votes: | 5 |
Remaining Estimate: | Unknown | Time Spent: | Unknown |
Original Estimate: | Unknown |
Description |
Hi,
As we publish tons of large HTML reports, it would be very helpful if we could store them in gzip format. Currently when we publish gzipped report, clicking on the report tab causes downloading the report file instead of displaying it and that's probably because the response header doesn't containt the "Content-Encoding: gzip" (http://stackoverflow.com/questions/23600229/what-content-type-header-to-use-when-serving-gzipped-files). Is there a chance of implementing support for gzipped reports? |