Hi Damon,

Great to see that you solved it before we even had the time to look at it!

-Erik

Damon Rand wrote:
Howdi,

   I have now got this working. I had set a static last-modified header so
of course OXF was not reloading it.

My fix was to generate a dynamic Last-modified header in Apache to get
around the fact that Subversion doesn't supply one yet.

# Kludge to generate the current datetime in an env variable

RewriteEngine       on
RewriteRule ^(.*)$ $1---Mon\,\ %{TIME_DAY}\ Jan\ %{TIME_YEAR}\
%{TIME_HOUR}:%{TIME_MIN}:%{TIME_SEC}\ GMT
RewriteRule ^(.*)---(.*)$ $1 [env=now:$2]
Header add Last-Modified %{now}e

Cheers,
Damon.

_______________________________________________ oxf-users mailing list [EMAIL PROTECTED] http://mail.orbeon.com/mailman/listinfo/oxf-users

Reply via email to