Opened 4 years ago
Closed 4 years ago
#1485942 closed Bugs (fixed)
bug in show_additional_headers plugin
| Reported by: | corbosman | Owned by: | |
|---|---|---|---|
| Priority: | 5 | Milestone: | 0.3-stable |
| Component: | PHP backend | Version: | git-master |
| Severity: | normal | Keywords: | |
| Cc: |
Description
Minor bug in show_additional_headers plugin. It wont work if caching is enabled because the additional headers are not fetched on initial pageload, and RC caches those initial headers. Patch attached.
Attachments (1)
Change History (2)
Changed 4 years ago by corbosman
comment:1 Changed 4 years ago by alec
- Component changed from Other to PHP backend
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.

Fixed in [6b2ce28a].