Using Jetspeed 1.4, in JetspeedResources.properties there is the following
section:

#########################################
# HTTP Page header                      #
#########################################
# http.lifetime is the lifetime of the page as set in the
# HTTP Headers
#  -1 = Do not set cache related headers (Jetspeed 1.3a1 behavior)
#   0 = set the following http headers
#           Cache-Control = "no-cache"
#           Last-Modified = (current time)
#           Pragma        = "no-cache"
#           Expires       = "0"
#   n where n is the number of seconds:
#           Cache-Control = "max-age: n" where n is the number of seconds
#           Last-Modified = (current time)
#           Expires       = (current time + n seconds)
http.lifetime=0


The default setting of 0 (zero) is the closest to my needs, but there's the
detail of 'Expires'. I need the Expires to be in the past but after the year
2000 (due to limitations in the client software).
Is there any Jetspeed class that I can modify so that the default behaviour
(http.lifetime=0) actually sets the Expires to the date I require (in the
past)?

Regards

Daniel


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to