| Summary: | ASTERISK-09340: tell browsers not to cache non-static content | ||
| Reporter: | Pari Nannapaneni (pari) | Labels: | |
| Date Opened: | 2007-04-27 17:44:20 | Date Closed: | 2007-07-11 19:58:40 |
| Priority: | Minor | Regression? | No |
| Status: | Closed/Complete | Components: | Core/ManagerInterface |
| Versions: | Frequency of Occurrence | ||
| Related Issues: | |||
| Environment: | Attachments: | ||
| Description: | The asterisk web server serves two types of content - static (html,images, javascript etc) and dynamic (output from getconfig, updateconfig and waitevent etc) The web server should add a "Cache-Control: no-cache, no-store" header while serving the dynamic content. | ||
| Comments: | By: Russell Bryant (russell) 2007-04-30 10:30:37 This has been fixed in 1.4 and trunk in revisions 62414 and 62415, thanks! | ||