Bug 43895

Summary: mod_mbox improvements
Product: Apache httpd-2 Reporter: Rick van der Zwet <rick.van.der.zwet>
Component: mod_mboxAssignee: Apache HTTPD Bugs Mailing List <bugs>
Status: NEW ---    
Severity: normal Keywords: PatchAvailable
Priority: P2    
Version: 2.5-HEAD   
Target Milestone: ---   
Hardware: Other   
OS: All   
Attachments: AJAX footer
Fix failing directive 'MboxAntiSpam Off'
Have footer layout to be the same as the header layout of the table

Description Rick van der Zwet 2007-11-18 12:45:37 UTC
* mod_mbox.c.patch:
  A directive like 'MboxAntiSpam Off' was ever picked up, cause it was
  initially set to 1 and could never be overwritten, I used the code
  from the mod_mime module to get the expected behavior
* archives.js.patch:
  The non-AJAX had a footer, so I thought, it's better to have it in the
  AJAX one as well
* styles.css.patch:
  Have footer layout to be the same as the header layout of the table
Comment 1 Rick van der Zwet 2007-11-18 12:47:07 UTC
Created attachment 21145 [details]
AJAX footer

The non-AJAX had a footer, so I thought, it's better to have it in the
  AJAX one as well
Comment 2 Rick van der Zwet 2007-11-18 12:47:54 UTC
Created attachment 21146 [details]
Fix failing directive 'MboxAntiSpam Off'

A directive like 'MboxAntiSpam Off' was ever picked up, cause it was
  initially set to 1 and could never be overwritten, I used the code
  from the mod_mime module to get the expected behavior
Comment 3 Rick van der Zwet 2007-11-18 12:48:17 UTC
Created attachment 21147 [details]
Have footer layout to be the same as the header layout of the table