<< Back to previous view |
![]() |
[QB-2664] Change HTTP content type of log files
|
|
Status: | Open |
Project: | QuickBuild |
Component/s: | None |
Affects Version/s: | None |
Fix Version/s: | None |
Type: | Improvement | Priority: | Major |
Reporter: | mm | Assigned To: | Robin Shen |
Resolution: | Unresolved | Votes: | 0 |
Remaining Estimate: | Unknown | Time Spent: | Unknown |
Original Estimate: | Unknown |
Description |
When the browser requests .txt files from QB they come with HTTP Content-Type header text/plain so the browser shows the file.
When the browser requests .log files from QB they come with HTTP Content-Type header application/octet-stream so the browser downloads it. Can you fix it so .log files will also have text/plain Content-Type? |
Comments |
Comment by Robin Shen [ 16/Mar/16 12:46 AM ] |
If I remember correctly, QB log files are not requested via ".log" extension. Is this file your own published artifact? |