~ubuntu-branches/ubuntu/lucid/libstruts1.2-java/lucid

« back to all changes in this revision

Viewing changes to contrib/struts-chain/src/java/org/apache/struts/chain/servlet/RequestNoCache.java

  • Committer: Bazaar Package Importer
  • Author(s): Arnaud Vandyck
  • Date: 2006-04-24 12:14:23 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20060424121423-naev53qigqgks0sa
Tags: 1.2.9-1
New upstream  release Fixes  three security  problems: CVE-2006-1546,
CVE-2006-1547,  CVE-2006-1548  (closes:  #360551),  thanks  to  Moritz
Muehlenhoff.

Show diffs side-by-side

added added

removed removed

Lines of Context:
27
27
 * <p>Check to see if the controller is configured to prevent caching,
28
28
 * and if so, set the no cache HTTP response headers.</p>
29
29
 *
30
 
 * @version $Revision: 1.5 $ $Date: 2004/06/24 01:26:41 $
 
30
 * @version $Rev: 54933 $ $Date: 2004-10-16 18:04:52 +0100 (Sat, 16 Oct 2004) $
31
31
 */
32
32
 
33
33
public class RequestNoCache extends AbstractRequestNoCache {