You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by bu...@apache.org on 2010/03/29 20:17:30 UTC

DO NOT REPLY [Bug 48998] Proposal : port mod_expires in java as ExpiresFilter Servlet Filter

https://issues.apache.org/bugzilla/show_bug.cgi?id=48998

Cyrille Le Clerc <cl...@apache.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #25189|0                           |1
        is obsolete|                            |

--- Comment #1 from Cyrille Le Clerc <cl...@apache.org> 2010-03-29 18:17:29 UTC ---
Created an attachment (id=25208)
 --> (https://issues.apache.org/bugzilla/attachment.cgi?id=25208)
Port of mod_expires as ExpiresFilter with optimized null checks

This patch slightly smaller than previous .patch file because the previous
.patch file included twice TestExpiresFilter.java.

Changes in this patch:
* ExpiresFilter.java : reduce null checks for speed optimization,
* filter.xml : add a comment in to warn users not to declare blank chars
between ';' and 'charset=' for 'ExpiresByType' directives,
* TestExpiresFilter.java : narrow the precision interval in cache-control
checks.

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org