Mantis - Resin
Viewing Issue Advanced Details
890 minor always 01-20-06 06:37 01-24-06 15:11
sergek  
ferg  
normal  
closed 3.0.17  
fixed  
none    
none 3.0.18  
0000890: Faulty expires filter documentation
The example for the ExpiresFilter on http://www.caucho.com/resin-3.0/servlet/filter-library.xtp [^] is faulty.

    <init>
      <cache-time>60s</cache-time>
    </init>

should be changed to

    <init-param>
      <cache-time>60s</cache-time>
    </init-param>

Notes
(0000771)
ferg   
01-24-06 15:11   
server/1822 - ExpiresFilter wasn't taking IoC configuration.